Current Consumption in Ble5 LE Coded PHY

Hi,

I am using nrf SDK -16.0 with board nrf52840. In Ble 5 we are using LE Coded PHY with S=8. 

for Ble 5, the average current consumption got doubled when compared to Ble 4. what is the expected power consumed when device is in Ble 5?

Thanks,

Madhukeshwar

Parents
  • Hi Madhukeshwar,

    When you use Coded PHY S=8 each bit of data is transferred as 8 symbols, meaning any packet you send in normal 1Mbps is transmitting at 8 times longer. This explain the higher power consumption you have. 

    It's the trade off of having a longer range when using CODED PHY. 
    Note that with BLE 5.x (or 6.x) you can still use normal 1Mbps instead of CODED PHY so you shouldn't have any current consumption change compare to BLE v4.x. If you want to reduce current consumption, you can consider using 2Mbps PHY. It would require half of the time to transmit the same data. The trade off, of course, is shorter range. 

Reply
  • Hi Madhukeshwar,

    When you use Coded PHY S=8 each bit of data is transferred as 8 symbols, meaning any packet you send in normal 1Mbps is transmitting at 8 times longer. This explain the higher power consumption you have. 

    It's the trade off of having a longer range when using CODED PHY. 
    Note that with BLE 5.x (or 6.x) you can still use normal 1Mbps instead of CODED PHY so you shouldn't have any current consumption change compare to BLE v4.x. If you want to reduce current consumption, you can consider using 2Mbps PHY. It would require half of the time to transmit the same data. The trade off, of course, is shorter range. 

Children
Related