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

uC sleeping BUT Not Waking off RDYN issue?

I'm right now getting uC to sleep WHEN THERE ARE NO ACI EVENTS I think I'm doing right, the uC sleeps but I'm not able to wake up despite the fact that RDYN is connceted to pin 2 and as I use ATmega328 its the lowest level hardware interrupt that should make the uC wake up but it is not happning ,I have the issue covered here >> forums.adafruit.com/viewtopic.php

I have tried both external interrupt using attachInterrupt(0, funcNAME, CHANGE); and PCintPort::attachInterrupt(2, funcNAME, CHANGE/FALLING/RISING);

IN connections the RDYN is very finely soldered to pin2 of ATmega or else the nrf8001 wouldn't work at all so its the problem somewhere in the library or my methodology/way of getting the uC to sleep!

Related