Could not send sensor data to TTN from my first lora node

Received Adafruit RFM95 breakout board and connected it to Arduino Uno. Successfully ran the ttn-otaa LMIC sketch to send Hello World message to TTN. However I could not modify the sketch to be able to send sensor data (for example DHT11) to TTN. Spent couple of hours, looked at many resources, but was unsuccessful. Tried this one: https://github.com/robertlie/dht11-ttn-rfm95/blob/master/sketches/ttn-otaa-dht11/ttn-otaa-dht11.ino. Lmic library has an example for ttn-otaa-dht22 for feather; tried to adapt it to Arduino, but even then no luck.

Somebody please help me with the first lora node. I know that its just a minor tweak, but not able to do that, because I don’t have any prior programming experience. Should I explore any other libraries (for example one wire library). Any help is greatly appreciated.

A post was merged into an existing topic: Need help with my first TTN node