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

nRF8001 , lowest data rate , TX current @ 0 dBm "P out" for the lowest data rate.

Hi there ,

i am developing a biomedical recorder which needs to continuously transmit the recorded data , 

data rate is very low (9.6 Kbit/s  to  32Kbit/s) but i have a very limited power supply so low current consumption is crucial .

nRF8001 is suitable for my system in many cases and i wonder what's it's lowest data rate and also TX current @ 0 dBm "P out" for the lowest data rate (for continuous transmission)

Thank you, 

Al

Parents Reply
  • thank you ! this information was very helpful. 

    I appreciate that you shared the same information for nRF52832 as well  (781 uA  vs 4014 uA is significant in my application),

    i have one more question , I read in many literature that BLE is not optimized for continuous data transmission but in our system data will be fed continuously from and ADC , do i need to buffer my data before sending it to uart port of nRF52832 ? 

    thank you

    Al

Children
  • Good question. It would probably make sense to have a buffer for that. On the nRF52832 you can buffer a maximum of 6 packet per connection interval interval in the SD. So you might also want to add a buffer between uart and ble so they do not depend on each other, as I do not think the ble_app_nus example is optimixed for speed.

    Note that I might have mislead you a little in my comparison between nRF52832 and nRF8001 as you also need to include uart power consumption on the nRF52832 while spi is already included on the nRF8001 (at least I think so). however even with uart the avarage consumption would be way lower than the nRF8001.

    Br, Runar

Related