This is an old revision of the document!
| Author | Vica Teodor-Andrei |
|---|---|
| Series and Group | 331CB |
The project consists of developing an electronic system for monitoring the environmental conditions in a baby's room, using the ATMega328P Xplained mini development board.
The device uses a DHT11 sensor to continuously measure temperature and air humidity, displaying these values on an LCD 1602 screen to allow monitoring of an optimal microclimate.
At the same time, a microphone module monitors the sound intensity in the room, being programmed to detect the baby's crying when a predefined noise threshold is exceeded.
When crying is detected, the system immediately triggers:
This mechanism provides parents with an efficient real-time alert system.
List of components:
| Component | Utility |
|---|---|
| Atmel ATMega328P Xplained mini | Microcontroller |
| DHT11 Sensor Module | Digital sensor for temperature and humidity measurement |
| Sound Sensor Module (LM393 Comparator) | Detects and compares acoustic noise levels |
| LCD 1602 Display Module | Visual output unit for displaying text and data |
| I2C Converter (PCF8574) | Enables serial communication between microcontroller and LCD |
| Active Buzzer 5V | Audio alert component |
| RGB LED | Multicolor LED for status indication |