Comment by NoiseBert69
Comment by NoiseBert69 2 days ago
Ultra low-power LoRa stuff with STM32 microcontrollers. Powered by solar.
Comment by NoiseBert69 2 days ago
Ultra low-power LoRa stuff with STM32 microcontrollers. Powered by solar.
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.
Oh nice! What protocol are you using?