nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Power management on Direct Test Mode netcore

Hello,

I am trying to develop a low-power application based on the direct test mode example. I saw in this blogpost: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53-designs

that one of the main ways to reduce current draw is to enable the CONFIG_PM option in prj.conf.

However, when enabling this function, the application won't build.

Is this a limitation of the netcore DTM application? Is there another way to get sub-1mA current draw from this application?

Parents
  • Hi,

     

    DTM is an implementation based on the specification from the bluetooth core specification, and its purpose is to test the RF PHY.

    It is not made to be optimized for runtime current consumption.

     

    Could I ask why you're using DTM as a base to create a low-power application?

     

    Kind regards,

    Håkon

  • We are trying to test the radio of the nrf5340 chip in an evaluation set-up that will be embedded in a small, enclosed space with no possibility of adding wires to the design. There will be a battery in this set-up that can be charged wirelessly, but it would still be very helpful if we could reduce the power consumption while the device is not receiving or transmitting DTM packets.

Reply
  • We are trying to test the radio of the nrf5340 chip in an evaluation set-up that will be embedded in a small, enclosed space with no possibility of adding wires to the design. There will be a battery in this set-up that can be charged wirelessly, but it would still be very helpful if we could reduce the power consumption while the device is not receiving or transmitting DTM packets.

Children
Related