This shows you the differences between two versions of the page.
iothings:proiecte:2022sric:babymonitor [2023/06/02 03:36] andreea.ciocaianu [Software Design] |
iothings:proiecte:2022sric:babymonitor [2023/06/02 09:14] (current) andreea.ciocaianu [Demo] |
||
---|---|---|---|
Line 6: | Line 6: | ||
==== Introduction ==== | ==== Introduction ==== | ||
- | \\ | ||
Created for parents everywhere, the smart monitor aims to offer an overview of the baby's sleeping environment, measuring the light and sound levels of the room and alerting the parents in case something is not right. | Created for parents everywhere, the smart monitor aims to offer an overview of the baby's sleeping environment, measuring the light and sound levels of the room and alerting the parents in case something is not right. | ||
In order to do so, this project combines the functionalities offered by the ESP32 board with Blynk, a very handy app for IoT projects. | In order to do so, this project combines the functionalities offered by the ESP32 board with Blynk, a very handy app for IoT projects. | ||
+ | |||
+ | ---- | ||
+ | |||
==== Hardware Design ==== | ==== Hardware Design ==== | ||
- | \\ | + | |
== Bill of materials == | == Bill of materials == | ||
- | \\ | ||
* ESP-WROOM-32 board | * ESP-WROOM-32 board | ||
* Analog sound sensor module | * Analog sound sensor module | ||
Line 31: | Line 32: | ||
\\ | \\ | ||
{{ :iothings:proiecte:2022sric:real-circuit-babymonitor-2.jpg?700 |}} | {{ :iothings:proiecte:2022sric:real-circuit-babymonitor-2.jpg?700 |}} | ||
+ | |||
+ | ---- | ||
+ | |||
==== Software Design==== | ==== Software Design==== | ||
- | \\ | ||
== Components == | == Components == | ||
* Arduino IDE | * Arduino IDE | ||
Line 122: | Line 125: | ||
} | } | ||
} | } | ||
- | </code> | + | </code> \\ |
- | + | ||
+ | \\ | ||
+ | There are also small utility functions to color the RGB and specific functions to interface with Blynk API. For more details check the //Download code// section below\\ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ---- | ||
+ | \\ | ||
==== Functionalities ==== | ==== Functionalities ==== | ||
Line 139: | Line 149: | ||
==== Demo ==== | ==== Demo ==== | ||
// | // | ||
- | [[https://drive.google.com/file/d/1vmihYya9vBcXk-DAaUrk2xzveepPe4Hl/view?usp=sharing]|Demo Video]] | + | [[https://www.veed.io/view/d1a2abe9-60b4-4b66-9e4c-2ef3066508c3?panel=share]|Demo Video]] |
// | // | ||
+ | |||
+ | ---- | ||
+ | |||
==== Screens ==== | ==== Screens ==== | ||
Line 160: | Line 173: | ||
// | // | ||
// | // | ||
+ | |||
+ | ---- | ||
Line 166: | Line 181: | ||
{{:iothings:proiecte:2022sric:babymonitor.zip|}} | {{:iothings:proiecte:2022sric:babymonitor.zip|}} | ||
// | // | ||
+ | |||
+ | ---- | ||
+ | |||
==== References ==== | ==== References ==== | ||