This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

lower power consumption ant and ble

Hello,

i have an application that sends periodically sensor data from one sensor network (6 sensors - 16 Bytes) to a host f = 1/4 - 20 Hz. I read the s210 and s110 SDS but in 210 on page 40 the diagram says at the x-axis "Sample Num(50 kHz rate)" Could you please tell me what time base that is? Or how long it tkaes to send 16 Bytes over Ant and how much energy it approximately takes?

Thank you a lot! Matthias

Parents Reply Children
  • Hi Matthias. If you are transmitting 16 bytes, I would think BLE is the winner in terms of current consumption, simply because it can put that data into one packet while ANT needs to put that into 2 packets. When transmitting 2 packets, the connection event lasts much longer and you need to keep the 16MHz crystal enabled or in standby during the whole connection event which consumes a lot of current. Furthermore, for ANT you need to enable the radio in RX two times because you send two packets, instead of once when using BLE.

Related