- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 7 months ago
- Building a 3D Digital Clock with ArduinoPosted 12 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 12 months ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year 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