- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 10 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 11 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 12 months ago
IoT LoRa Sensor Module and Gateway
Have you ever wanted to know the temperature of your home anywhere in the world? Do you want to add a function to your weather station or monitor the air in your workshop? Let’s take a look at this project!
The system consists of a sensor module that measures various environmental variables, which sends its measurements via LoRa to a gateway module, which in turn sends its data to the Internet.
The Sensor Module uses an Arduino UNO while the gateway a NodeMCU, which incorporates an ESP8266 WiFi microcontroller. WiFi is used here to connect the Gateway to the Internet, thanks to the home router.
An air quality sensor and a DHT11 temperature and humidity sensor will be used. If you want data with greater precision and resolution or with a temperature range that falls below 0°C, just use a DHT22 sensor by modifying only one line of the code.
One Comment