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

Reply
  • 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

Children
Related