https://github.com/audevuilli/gardensofthings-iot-hardware
Gardens of Things - IoT Sensors Overview
https://github.com/audevuilli/gardensofthings-iot-hardware
Last synced: 7 days ago
JSON representation
Gardens of Things - IoT Sensors Overview
- Host: GitHub
- URL: https://github.com/audevuilli/gardensofthings-iot-hardware
- Owner: audevuilli
- Created: 2023-05-11T12:20:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T08:44:35.000Z (about 3 years ago)
- Last Synced: 2025-10-27T04:28:29.025Z (9 months ago)
- Language: C++
- Size: 14.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gardens of Things PhD Research - IoT Hardware
This repository aims to document all the different Hardware elements deployed for "Gardens of Things" PhD Research. Work in progress. Any questions? Contact aude.vuilliomenet.18@ucl.ac.uk
Thank you to [@mitwelten/mitwelten-iot-hardware-poc](https://github.com/mitwelten/mitwelten-iot-hardware-poc) GitHub reposistory. A great resource that has inspired this repo.
## LoRaWAN Temperature&Humidity Sensor Node
LoRaWan SHT31 sensor node to monitor air temperature and humidity. Use MKR1310 Arduino Board to send data 1x every 5 minutes.

### Software
- [MKRWAN1310_SHT31_TTN.ino](https://github.com/audevuilli/gardensofthings-iot-hardware/blob/main/LoRa_MKR1310_SHT31/MKR1310_SHT31_Arduino_Code/MKR1310_SHT31.ino) - Arduino code to send data to The Things Stack
- [telegraf_ttn.conf](https://github.com/audevuilli/gardensofthings-iot-hardware/blob/main/LoRa_MKR1310_SHT31/telegraf-mkr1310-ttn.conf) - Telegraf configuration file to get data from TTN to InfluxDB
### Hardware
- [Arduino MKR WAN 1310](https://store.arduino.cc/products/arduino-mkr-wan-1310)
- [SHT31 Outdoor Temperature & Humidity Sensor](https://www.dfrobot.com/product-2160.html)
- [868/915MHz Dipole Antenna](https://www.mouser.co.uk/ProductDetail/Molex/206764-0200?qs=F5EMLAvA7IB89PXHoSyp7g%3D%3D)
- [3.7V 850mAh LiPo Battery](https://tinyurl.com/ywfr3y9s)
### Enclosure
- [ABB IP65 Junction Box](https://uk.rs-online.com/web/p/junction-boxes/0454955)
### Setup
- [Arduino IDE](https://www.arduino.cc/en/software)
- [TTN Console](https://eu1.cloud.thethings.network/console/)
- [InfluxDB](https://portal.influxdata.com/downloads/)