Transplanted from Semtech LoRaWAN(https://github.com/Lora-net/LoRaMac-node) protocol to "ESP32 + Arduino" platform. Use RTC, support deep sleep, only working with ESP32 + LoRa boards made by HelTec Automation(TM). Need a unique license to use it.
344
stars
109
forks
source link
This will send the humidity and temperature to TTN #67
With this change you directly send the data to thethingsnetwork.org. Please note the Payload Formatter in the description which needs to be added into the TTN console, to change the sent data from bytes to numbers. I had to read out the sensor again and stored the data in new variables, I'm fairly sure this can be solved nicer, but this works too.
With this change you directly send the data to thethingsnetwork.org. Please note the Payload Formatter in the description which needs to be added into the TTN console, to change the sent data from bytes to numbers. I had to read out the sensor again and stored the data in new variables, I'm fairly sure this can be solved nicer, but this works too.