LowPowerLab Forum

Hardware support => RF - Range - Antennas - RFM69 library => Topic started by: wsverdlik on June 21, 2019, 04:26:57 PM

Title: sendWithRetry and Adafruit Feather 32u4 [solved]
Post by: wsverdlik on June 21, 2019, 04:26:57 PM
I'm putting together an IoT Gateway in my home. No problems when motes use Moteinos. But when I attempt to use an Adafruit Feather 32u4 on a mote, the code appears to hang on sendWithRetry. I've had no problem with simple sends/receives between Moteino and Feathers using RFM69/RFM69_ATC libraries. Suggestions?  BTW: IoT Gateway is **really** cool.
Title: Re: sendWithRetry and Adafruit Feather 32u4
Post by: Felix on June 21, 2019, 04:50:22 PM
By simple send/receive you mean ... just using send() instead of using sendWithRetry()?
How do you determine it "hangs" in sendWithRetry?
Title: Re: sendWithRetry and Adafruit Feather 32u4
Post by: wsverdlik on June 22, 2019, 06:04:56 AM
Problem solved! Different constructor for 32u4!!