Low power operation of nRF devices #11992
Unanswered
ThinkTransit
asked this question in
nRF
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I purchased some BLE beacons from aliexpress which contain a nRF51824. With the included firmware they operate at about 50uA, advertising a data packet every 500ms.
I installed micropython on one of these devices using openocd + an st-link. At the repl the device use about 1.2mA. I have tried reducing the power consumption by using machine.lightsleep/deepsleep but interestingly the current consumption went up during sleep.
Has there been anything implemented in the nRF port for low power use?
Or should I be looking at using the zephyr port instead?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions