Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.66 KB

File metadata and controls

33 lines (28 loc) · 1.66 KB

Arduino_UNO_with_Dragino_LoRa_Shield_1.4v

Used hardware:

  • Arduino Uno
  • Dragino Lora Shield 1.4v
  • I2C CHT8305C temperature and humidity sensor

Used resources / documentation:

This repo contains the necessary code to collect and send data from an Arduino Uno to TTN (The Things Network). It is equipped with a humidity and temperature sensor. Please note that this script only works for the european Lora frequency (868Mhz), so if you aren't using this in Europe, you have to modify the script a little bit more.

There are 3 versions of this projects. The .ino files uploaded here.

  • v1 - Works, gets the humidity and temperature and prints the data to the monitor
  • v2 - Doesn't work, tries to send the temp & hum data to the TTN
  • v3 - Sometimes works, sends a "Hello World!" to the TTN, but it only works sometimes

Credit:

  • Copyright (c) 2015 Thomas Telkamp and Matthijs Kooijman
  • Copyright (c) 2018 Terry Moore, MCCI
  • Copyright (c) 2018 Betina Wendel and Thomas Laurenson
  • Adapted by 2023 itguy19