sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.64k stars 628 forks source link

LoRa can't work 24-hours non-stop #259

Closed tholud97 closed 5 years ago

tholud97 commented 5 years ago

Hello, i'm tholud apriilian form indonesia. i'm use SX1278 433 MHz from Ai-Thinker device. I want to make a long range irrigation system with 2 nodes device and 1 gateway. the work process is :

  1. the gateway will send the command data to each node (broadcast).
  2. the one of two node will receive the data command and will sensing the data from sensor. and then transmit the data sensor to the gateway

The system work correctly within +- 10 hours. but after that, the system don't work correctly. 2 node and the gateway can't receive anything. please help me for my problem.

Garfius commented 5 years ago

I have the same problem.

torntrousers commented 5 years ago

You're not giving much to go on to debug this. How do you know its even a problem with this library and not something somewhere else in other code? Can you pin it down to the transmitter or receiver side, eg have two transmitters and receivers and see which stops working along with the some debug output to show where its stuck?

morganrallen commented 5 years ago

Hi @tholud97, @torntrousers is right, we will need more info if we're going to help you. Can you add some logging that will get saved to determine where/when the problem is occurring? Reopen this issue if you get anymore details.

Good luck on your project.