This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Implementation of power ON/Off feature:

hello all, I am using nRF52832 and blow is my querry.

  1. Implementation of power ON/Off feature:We are able to put the board to system ON low power and System OFF low power modes. However, we want the system to wake up on button press+hold of 5 sec. For this, as per our understanding, since we need to have a timer to count seconds of button press+hold, the system should be in System ON low power mode. When we do this, the system keeps restarting/resetting. ?

  2. SAADC issue: We are trying to implement battery monitoring mechanism using SAADC example. We are facing issue with reading the value in buffer. The buffer keeps reading some unwanted junk values though the pin is connected to fixed input voltage (voltage devider).?

Related