nootropicdesign / lora-mesh

LoRa mesh networking
MIT License
345 stars 127 forks source link

Arduino Nano stuck in sendtoWait()! #10

Closed rptshri closed 3 years ago

rptshri commented 3 years ago

I am using RF96 with Arduino Nano,

Code works with Uno, but no luck with Nano,

On Nano it gets stuck on line 158 in loraMesh.ino

"uint8_t error = manager->sendtoWait((uint8_t *)buf, strlen(buf), n);"

I tried to print (error), but no output on serial monitor, What could be the issue?