Skip to content

This repo contains the necessary code to collect and send data from from an Arduino Uno. It is equipped with a humidity and temperature sensor.

Notifications You must be signed in to change notification settings

itguy19/Arduino_UNO_with_Dragino_LoRa_Shield_1.4v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repo contains the necessary code to collect and send data from from an Arduino Uno. It is equipped with a humidity and temperature sensor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages