Skip to main content
Added WDT info
Source Link
Wirewrap
  • 341
  • 4
  • 9

The arduino watch dog timer is activated, however it does not trigger when the hangup occurs as the arduino program loop still runs.

The arduino watch dog timer is activated, however it does not trigger when the hangup occurs as the arduino program loop still runs.

Added sentence on partial packets.
Source Link
Wirewrap
  • 341
  • 4
  • 9

I presume that a receive callback or a call to LoRa.parsePacket() returns either nothing or a complete packet, so I do not ever have to handle partial packets.

I presume that a receive callback or a call to LoRa.parsePacket() returns either nothing or a complete packet, so I do not ever have to handle partial packets.

added 198 characters in body
Source Link
Wirewrap
  • 341
  • 4
  • 9

I am designing a master-slave LoRa link between two Arduino Pro MicrosMinis. The goal is to control a car heater a few hundred meters from my home. The master sends a command to the slave as needed. The slave acknowledges the command.

It can be either the master or the slave end that hangs up. Power cycling only the hung up unit will restore communications. My simple protocol will then resyncronize itself and continue running.

I am designing a master-slave LoRa link between two Arduino Pro Micros. The goal is to control a car heater a few hundred meters from my home. The master sends a command to the slave as needed. The slave acknowledges the command.

I am designing a master-slave LoRa link between two Arduino Pro Minis. The goal is to control a car heater a few hundred meters from my home. The master sends a command to the slave as needed. The slave acknowledges the command.

It can be either the master or the slave end that hangs up. Power cycling only the hung up unit will restore communications. My simple protocol will then resyncronize itself and continue running.

added 59 characters in body
Source Link
gre_gor
  • 1.7k
  • 4
  • 18
  • 30
Loading
edited tags
Link
Nick Gammon
  • 38.9k
  • 13
  • 70
  • 126
Loading
Added info about LED on pin 13 removed
Source Link
Wirewrap
  • 341
  • 4
  • 9
Loading
Source Link
Wirewrap
  • 341
  • 4
  • 9
Loading