-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Power-Consumption in deep-sleep mode #202
Comments
@Exeu No idea. I redid the measurements last week for the BLE sample and using the PPK 2 I still see around 3.6 uA average. I don't know how the one you're using works, but could it be a resolution setting thing? Btw starting a RTT logger/debugger messes up with measurement, make sure you do the measurement without that. Let me know what you find, I'm quite curious. Have you tried measuring other boards in the microamp region? |
Thanks for that fast answer! Good hint. If I am back home I will go through the fw again and see if I accidentally changed sth. I will let you know |
Awesome, tks! If you have access to another b-parasite board, it would be cool to run the profile there too and see if you can reproduce it, in case you do manage to measure single digit micro amps with a different board or just across a 1M resistor. I would be very concerned if we see that high of a deep sleep current consistently 😰 |
Soo i first of all i now checked FW config. It is as follows:
So it seems no RTT and Debug enabled. @rbaron do you see anything suspicious? I will now have a look on another device |
@Exeu I'm happy to hear you managed to measure around the expected values. Just to double check, when you say another board it's another b-parasite board right (and not some different hardware altogether)? |
@rbaron it's frome the same assembly charge. One of 5 seems to be malfunctioning. Ordered 5 boards from jlc including assembly so they should be identical |
Hey,
i decided to measure the power-consumption of the board using an STLinkPWR.
Here are the results of the stock ble firmware flashed on it:
The Minimum Power-Consumption i was measuring (during deepsleep) was aroung 40 uA.
It seems this is 10 times higher than what you measured according to the readme of the FW.
Do you have an idea what this could be?
The text was updated successfully, but these errors were encountered: