Comment by eternityforest Comment by eternityforest 2 days ago 1 reply Copy Link View on Hacker News Oh nice! What protocol are you using?
Copy Link NoiseBert69 a day ago Collapse Comment - 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. Reply View | 0 replies
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.