LoRaWAN implementation with temperature and humidity sensor / display based on LilyGo T-Echo, LoRaWAN gateway RAK7246G and TTN
- connect temperature / humidity sensor SHT31 to T-Echo Lite
- show the measurements on the display of T-Echo Lite
- configure the gateway and register it with TTN
- create application in TTN and get the TTN keys
- extend the code on T-Echo Lite about LoRaWAN implementation (sensor authentication, measurement upload)
- connect SHT31 to T-Echo Lite using the following pins (to be verified)
| Sensor pin | T-Echo pin | Arduino pin |
|---|---|---|
| VCC | 3V3 | 3.3V power |
| GND | GND | Ground |
| SDA | P1.04 (PI.04) | 36 |
| SCL | P1.03 (PI.03) | 35 |
- configure gateway network, internet access, LoRa band, TTN network RAK7246G Quick Start Guide
- register the gateway with TTN RAK7246G LoRaWAN Network Server Guide
- use RadioLib in LoRaWAN mode
- implement OTAA (over the air activation) of the sensor / T-Echo
- create the LoRaWAN payload for measurement data with CayenneLPP
- use CayenneLPP library to create LoRaWAN paylod