I need to wake my uC from sleep when the nrf8001 gets in connected mode and for that I need to supply an external interrupt on hardware interrupts on the MCU.
Will active pin full fill my need?
I need to wake my uC from sleep when the nrf8001 gets in connected mode and for that I need to supply an external interrupt on hardware interrupts on the MCU.
Will active pin full fill my need?
BUT I'm not able to effectively wakeup from sleep, I'm having the RDYN mapped to pin 2 of my atmega328p which is the lowest and first most hardware interrupt trigger still the chip won't wakeup efficiently. where I'm wrong here?
I'm right now getting it 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 itis not happning ,I have the issue covered here >>http://forums.adafruit.com/viewtopic.php?f=19&t=52043