Author Topic: sendWithRetry and Adafruit Feather 32u4 [solved]  (Read 895 times)

wsverdlik

  • NewMember
  • *
  • Posts: 2
sendWithRetry and Adafruit Feather 32u4 [solved]
« 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.
« Last Edit: June 22, 2019, 04:12:57 PM by Felix »

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: sendWithRetry and Adafruit Feather 32u4
« Reply #1 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?

wsverdlik

  • NewMember
  • *
  • Posts: 2
Re: sendWithRetry and Adafruit Feather 32u4
« Reply #2 on: June 22, 2019, 06:04:56 AM »
Problem solved! Different constructor for 32u4!!