LowPowerLab Forum

Hardware support => RF - Range - Antennas - RFM69 library => Topic started by: Magmanus on May 19, 2019, 05:36:31 PM

Title: Detect ListenMode Burst
Post by: Magmanus on May 19, 2019, 05:36:31 PM
Hey,

Is there a way to detect an incoming ListenMode Burst? Tried the Example from Git and with "LowPower.powerDown(SLEEP_FOREVER, ADC_OFF, BOD_OFF)" it works fine. But i use "LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF)" in my Loop Function. The Burst dont wake up the Microcontroller in this 8s Ratio. Maybe because of the Watchdog. Also tried the create an "Handler" which is called when Pin INT0 is Rising. This also didnt work out. But would be the best for my problem. How can i detect an Burst without Sleep_Forever?