https://github.com/debsscc/iot_temperature
A simple IoT system that monitors temperature and humidity using a DHT sensor and a Vespa microcontroller. The data is transmitted via Wi-Fi and visualized in real time through the ThingSpeak cloud platform. This project was developed as part of the Internet of Things course at UniSenac – Pelotas.
https://github.com/debsscc/iot_temperature
arduino-ide dht-sensor iot micropython thingspeak thingspeak-iot-cloud vespa
Last synced: 3 months ago
JSON representation
A simple IoT system that monitors temperature and humidity using a DHT sensor and a Vespa microcontroller. The data is transmitted via Wi-Fi and visualized in real time through the ThingSpeak cloud platform. This project was developed as part of the Internet of Things course at UniSenac – Pelotas.
- Host: GitHub
- URL: https://github.com/debsscc/iot_temperature
- Owner: debsscc
- Created: 2025-06-05T13:08:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-25T19:13:56.000Z (3 months ago)
- Last Synced: 2025-06-25T20:25:23.075Z (3 months ago)
- Topics: arduino-ide, dht-sensor, iot, micropython, thingspeak, thingspeak-iot-cloud, vespa
- Language: C++
- Homepage: https://debsscc.github.io/iot_temperature/
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Iot Temperature
IoT Project
**Course**: Internet of Things
**Students**: Débora Carvalho, Diego Morales, Pedro Bilhalva
**Submission Date**: 06/05/2025
**Institution**: Centro Universitário Senac-RS - Pelotas---
## 📘 About
This project focuses on monitoring **temperature** and **humidity** levels using an IoT system.
The core components are:
- 🌡️ A **temperature and humidity sensor** (e.g., DHT11 or DHT22)
- 🧠 A **Vespa microcontroller** that reads and processes sensor data
- 🌐 **Wi-Fi** communication to connect the system to the internet
- ☁️ Integration with the **ThingSpeak API** to send and visualize data in the cloudThe internet acts as the main display interface, enabling **real-time remote monitoring** through online dashboards. This provides visibility and insights into environmental conditions.
---
## ⚙️ Technologies & Components
- Vespa microcontroller
- DHT sensor (temperature & humidity)
- Wi-Fi module (built-in or external)
- ThingSpeak API (data storage and visualization)
- Arduino IDE or MicroPython---
## 🚀 Features
- Real-time temperature and humidity monitoring
- Wi-Fi connectivity
- Cloud integration with ThingSpeak
- Remote data access and visualization
- Smart behavior automation based on sensor readings---
## 📡 System Architecture
```plaintext
[ Sensor ] → [ Vespa Microcontroller ] → [ Wi-Fi ] → [ ThingSpeak API ] → [ Dashboard / Visualization ]```
## ThingSpeakhttp://thingspeak.mathworks.com/channels/2982060