nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

Dip on VDD line

Hi, 

The datasheet of nRF52810 says that, if the voltage drops below the operating voltage, the device shall undergo a brownout reset itself and it is supposed to work normally. But we are facing an issue that, when the voltage on VDD drops, the device works weird after that point.

The below given snapshot is the output from the digital multi-meter, and you can see a dip (1.58V, marked yellow). Does not the device reset itself in the below given case ? Why would the device behave abnormally after the dip ?  

Parents Reply
  • Hi Kenneth, 

    Thank you for your reply.

    My application is pure beaconing application with an interval of 400ms. It doesn't have any sensors connected. After the dip I don't receive any beacons and when I checked with nRF sniffer I see that the packets are corrupted (CRC error). (Please note that I use solar beacon code for Nordic playground- github)

    if voltage level fall low enough for BOR to trigger

    Can it be a possibility that the dip is too fast that the chip misses the dip and never do a BOR, can this happen ? If you see the snapshot, you can notice that the dip is too sharp. Also, are there any figures about the time it should stay below the operating voltage for BOR to happen ?

Children
Related