NRF52840 best power supply option for specific case

Hello everyone, I am developing a wearable project using nrf52840 board and ANT communication protocol (max 60 Hz transmission from nrf to PC).  I am interfacing the micro with two sensors (1.8 to 3.3 VDD) and an SD card (3.3 VDD). My goal is to power the entire system with a rechargeable 3.7 V LiPo battery.

By consulting the online power profiler i noticed that when the radio si used at short interval it is better to power the board with higher voltages, it is correct?

I am now strugglng to find the most power efficient way to power the system, i got three options:

1) LiPO --> 3.3 converter --> all peripheral at 3.3 V

2) LiPO --> VDDH micro --> VDD micro to power the sensors (by doing so i can select REGOUT0 to 1.8V so reduce sensors power consumption)

    LiPO --> 3.3 converter --> Sd card VDD

3) LiPO --> 3.3 converter --> sd card --> 1.8 converter --> micro and sensors

Another topic is related to depowering the sd card during inactive state using a mosfet to save power, what is the best configuration in this case high side configuration (using a p-mos) or a low side (n-mos)?

I hope I made the situation clear, thank you in advance.

Regards Lorenzo

Parents
  • Hi,

    2) LiPO --> VDDH micro --> VDD micro to power the sensors (by doing so i can select REGOUT0 to 1.8V so reduce sensors power consumption)

        LiPO --> 3.3 converter --> Sd card VDD

    3) LiPO --> 3.3 converter --> sd card --> 1.8 converter --> micro and sensors

    What's the difference between these two? Are you using the internal regulator on the nRF52840 for the sensors in option 3 as well?

    In general I would recommend the option that make it possible to drive the sensor at the lowest possible voltage, assuming that they pull less current at that domain. 

    Another topic is related to depowering the sd card during inactive state using a mosfet to save power, what is the best configuration in this case high side configuration (using a p-mos) or a low side (n-mos)?

    High-side, that way the SD card will always be connected to gnd. 

    regards

    Jared

  • In option 3 I am using two external converters in series: 3.3 converter power the sd card while the 1.8 converter power the sensors and the micro: this option makes sense if only the power cosumption of the nrf chip is lower while been powered from the VDD pin but i think is not my case since I am using the radio at 60 Hz TX interval.

    In option 2 i am using only an external 3.3 regulator for the sd card, while i am using the VDDH pin to power the micro directly from the LIPO and the internalr egulator to power the sensors. An external 3.3 converter is neede for the sd card since it drains a current of about 100 mA during write.

Reply
  • In option 3 I am using two external converters in series: 3.3 converter power the sd card while the 1.8 converter power the sensors and the micro: this option makes sense if only the power cosumption of the nrf chip is lower while been powered from the VDD pin but i think is not my case since I am using the radio at 60 Hz TX interval.

    In option 2 i am using only an external 3.3 regulator for the sd card, while i am using the VDDH pin to power the micro directly from the LIPO and the internalr egulator to power the sensors. An external 3.3 converter is neede for the sd card since it drains a current of about 100 mA during write.

Children
Related