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?
Hi,
You should use the RDYN pin. This will be lowered by the MCU whenever the nRF8001 has an event ready.
Br,
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
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