This shows you the differences between two versions of the page.
iothings:proiecte:2022sric:smart-room-monitoring-and-control-system [2023/06/02 06:02] claudiu.pumnea [Demo] |
iothings:proiecte:2022sric:smart-room-monitoring-and-control-system [2023/06/02 09:11] (current) claudiu.pumnea [Code description] |
||
---|---|---|---|
Line 27: | Line 27: | ||
* EspWROOM32: Microcontroller that integrates Wi-Fi (802.11 b/g) and Bluetooth (dual mode version 4.2) capabilities. It serves as the core of the project, enabling data collection from sensors and transmitting the it to a database through requests. Additionally, the ESP32 is responsible for controlling various components of the system, such as managing lights and outlets in the kitchen. | * EspWROOM32: Microcontroller that integrates Wi-Fi (802.11 b/g) and Bluetooth (dual mode version 4.2) capabilities. It serves as the core of the project, enabling data collection from sensors and transmitting the it to a database through requests. Additionally, the ESP32 is responsible for controlling various components of the system, such as managing lights and outlets in the kitchen. | ||
+ | === Hardware setup === | ||
+ | |||
+ | {{ :iothings:proiecte:2022sric:hardwaresetup.jpeg?300 |}} | ||
---- | ---- | ||
Line 49: | Line 52: | ||
These technologies form the foundation of the project, combining front-end (HTML, CSS, React), back-end ( Nest.js), and database (PostgreSQL) components to create a comprehensive web application with enhanced functionality and a reliable data storage system. | These technologies form the foundation of the project, combining front-end (HTML, CSS, React), back-end ( Nest.js), and database (PostgreSQL) components to create a comprehensive web application with enhanced functionality and a reliable data storage system. | ||
- | ===== Code description ===== | + | ===== Code ===== |
==== Used Libraries ==== | ==== Used Libraries ==== | ||