BobGlicksman / LoRa_experiments

tests of LoRA module ranging and low power
0 stars 1 forks source link

ENH: Handshake protocol between hub and sensor #28

Open jschrempp opened 2 hours ago

jschrempp commented 2 hours ago

When the sensor sends a message it then waits for an acknowledgement from the Hub. If it doesn't get this, then it will retry sending the message two more times before giving up.

BobGlicksman commented 2 hours ago

I think that we need to define some different sensor types and make separate folders for code for each. Then we can code and test these various features while not committing one specific feature set to github and losing other feature sets.