makerdiary / nrf52832-mdk

An Open Source, Micro Development Kit for IoT Embedded Applications using the nRF52832 SoC
https://wiki.makerdiary.com/nrf52832-mdk/
MIT License
206 stars 52 forks source link

LPC appears to consume 17mA on average #23

Closed Django0 closed 2 years ago

Django0 commented 2 years ago

Hi, I checked my code with the official nRF52832 dev board from Nordic and then tried it to run on nRF52832-mdk. It works great. Thanks for the USB support. However, I noticed that the LPC11U35 and other non-Nordic related components on the board appear to consume 17mA when doing nothing i.e. idle period. Is it possible to lower the power consumption of the LPC11U35 or shutdown down the LPC11U35 after say 10 seconds after bootup and keep the nRF52832 running? Perhaps, can you point me to the source code for LPC11U35 so that I can perform these changes.

Looking forward to your reponse.

Thanks

caizelin commented 2 years ago

@Django0 You can just supply the power via VIN pin. USB will power LPC11U35 and nRF52832, but VIN only powers nRF52832.

Django0 commented 2 years ago

Thank you very much for this valuable input. I will close this issue now. I will reach out if I run into problems.