Overview
Project Description
Monitoring temperature et humidite en temps reel.
Supervisor: Pole Embedded
Materials
Hardware / Material
- Arduino/ESP32 board
- Sensors or RFID module
- Breadboard and jumper wires
- Power supply
- USB cable
- Prototype enclosure
Technologies
Technologies Used
Arduino IDEC/C++Serial MonitorSensorsData logging
Tutorial
Build Steps
- Define the problem, target users and success criteria.
- List the required materials and validate component availability.
- Design the architecture and split tasks between team members.
- Build a first prototype and test each module separately.
- Integrate the full solution, document issues and improve the design.
- Prepare photos, demo video, code and final project presentation.
Images
Project Gallery
Code
Code / Repository Notes
void setup() {
Serial.begin(9600);
}
void loop() {
// Read sensors, process data, then trigger the project action.
delay(1000);
}
Participation
Join this project
Connect to your member account to request participation.
Login