You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I repeated the tests above on the Adafruit Feather nRF52 Bluefruit LE - nRF52832 board. I confirmed that this issue will appear on all boards based on the nRF52832 and likely affects all nRF52 boards using the v1.3.0 of this BSP.
All tests were done by using the nRF-PPK2 sourcing 3.7V connected to VBAT on the Feather nrf52832.
Results were as follows (using the same code and tests listed above):
Operating System
MacOS
IDE version
1.8.8
Board
Any board based on nrf52832
BSP version
1.3.0
Sketch
The code snippit below seems to be the simplest way to express the issue:
What happened ?
When using BOTH the Wire Library (I2C) and attachInterrupt, power consumption increases dramatically from <11uA to 472uA.
How to reproduce ?
I seem to have a similar issue to that which @ericlangel originally posted in #165 (comment)
Testing with the nrf52832: When using BOTH the Wire Library (I2C) and
attachInterrupt
, power consumption increases dramatically from <11uA to 472uA.I ran 4 tests and measured the idle current during the
delay(10000)
in loop:These tests can be reproduced by modifying the above posted source in the following ways:
Test 1 - (2.525uA):
Test 2 - (10.25uA):
Test 3 - (2.525uA):
Test 4 - (472uA):
Debug Log
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: