Comment by eternityforest 1 day ago Oh nice! What protocol are you using? 1 comment eternityforest Reply NoiseBert69 14 hours ago For the usual sensor stuff I stick to classic LoRaWAN. For "complex" protocols I prefer the TLV style.Biggest trick is incorporate deep-sleep as much as possible and "waking up by interrupts". That has a big impact on your software designs.
NoiseBert69 14 hours ago For the usual sensor stuff I stick to classic LoRaWAN. For "complex" protocols I prefer the TLV style.Biggest trick is incorporate deep-sleep as much as possible and "waking up by interrupts". That has a big impact on your software designs.
For the usual sensor stuff I stick to classic LoRaWAN. For "complex" protocols I prefer the TLV style.
Biggest trick is incorporate deep-sleep as much as possible and "waking up by interrupts". That has a big impact on your software designs.