LTE Beacon autonomy

Hi,
I have a request for a BLE/LTE-M device able to perform every 15 min the simple task below

  • Scan BLE beacon for 5s
  • Send the result to the cloud by LTE-M

LTE-Beacon seems a good candidate … but the customer wants 1 Year autonomy

Are you able to confirm this is achievable with the 500mAh battery of the device ?

If not … any alternative solution ?

Thks for your support
Yann

You can easily measure this on device. Write code that performs what you described. Charge battery to 100% and then run the code. After a day or two connect to it to check how much battery was used. Or you may even use events to send battery status to Cloud. Now you can calculate how many percents per unit of time device is consuming and from that how long it will work till battery reaches 0%. You can use 2 devices from DevKit to average results.
LTE Beacon battery capacity is 800mAh, not 500mAh. Do you plan to use smaller battery? If so this may cause unexpected behaviour of the device and it is not supported.
You may extend battery life of the device by connecting it via USB-C to an external power source such a power adapter or battery bank.