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

detect low voltage in nrf51

can you tell me how to detect low voltage in nrf51?? how to set lowest threshold??

Parents
  • Hi

    You should be able to use the LPCOMP (low power comparator) for this.

    You can set the threshold to VDD*N/8, where N is a whole number between 1 and 7. You can also use an external reference voltage, which could be provided by a voltage divider to give you an arbitrary threshold.

    Best regards
    Torbjørn

  • Have you had a look at the lpcomp example in the SDK?
    SDK v12.x.x

Reply Children
No Data