sullivanzheng
sullivanzheng
@dlabun @sandeepmistry @jeanmatthieud 2 years have since passed and wondered if the arduino-nRF5 has resolved the energy consumption issue? See this pull request still not merged, guess the nRF51822 high...
> Hi, > Sadly, I never took the time to test it on the nRF52... > But the branch was working for me on the nRF51822 Yes I used your...
> @alxgarza > > > Has anyone achieved the 1µA in standby mode? > > I tested and reached current lower than 2 µA in deep-sleep mode. (Measured with a...
@alxgarza you are more than welcome to check other [see bottom] discussions related to power consumption. I think it is quite easy to reach proper power saving to your needs:...
No I haven't try that since running a crystal usually increases sleep power consumption, unless you would like to sacrifice some power for accurate timing during sleep. Frankly I would...
> And there is a completely undocumented LDO. I don't know what amount of current it consumes. I found the disabling code in the PMU library and in this doc...
> Unfortunately I don't have a unit w/o LDO so I think 90% of the remaining consumption is that and the power LED. I'll have to find an excuse to...
> So there are 8 analog devices with their own shutdown control bits. ADC, DAC0, AC0, AC1, LVD, DAP, IVREF and the internal voltage division circuit. @LaZsolt Should I turn...
> does it make a difference on the consumption? @LaZsolt @dbuezas Something must be incorrect. Turned LVD off (the ATmega328p BOD equivalent) and there is no additional power saving. Still...
OMG @LaZsolt you are right. I used your code > https://github.com/dbuezas/lgt8fx/issues/202#issuecomment-1419681782 and got **0.67uA (670nA)!** The best sleep current I ever got on any MCUs including ATtiny, ATmega, STM32, GD32,...