This shows you the differences between two versions of the page.
iothings:proiecte:2022:smart_home_lights_power_outlet_control [2023/01/20 05:11] catalina.sirbu [Resources] |
iothings:proiecte:2022:smart_home_lights_power_outlet_control [2023/01/20 09:02] (current) nicolae.macovei [Libraries] |
||
---|---|---|---|
Line 4: | Line 4: | ||
[[https://github.com/dragosmacovei/esp32-firebase-realtime-db/tree/main/Arduino/Smart-home-esp32|Source code on Github:]] \\ | [[https://github.com/dragosmacovei/esp32-firebase-realtime-db/tree/main/Arduino/Smart-home-esp32|Source code on Github:]] \\ | ||
[[https://smart-home-e56a9.web.app/|Firebase App]] \\ | [[https://smart-home-e56a9.web.app/|Firebase App]] \\ | ||
- | Youtube video: \\ | ||
[[https://www.canva.com/design/DAFYKV9A1PY/jS_xeHC05D4Sf9gvD_ivzw/view?utm_content=DAFYKV9A1PY&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton|Presentation link]] \\ | [[https://www.canva.com/design/DAFYKV9A1PY/jS_xeHC05D4Sf9gvD_ivzw/view?utm_content=DAFYKV9A1PY&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton|Presentation link]] \\ | ||
Line 37: | Line 36: | ||
===== Software ===== | ===== Software ===== | ||
+ | ==== Libraries ==== | ||
+ | * [[https://github.com/adafruit/Adafruit_Sensor|Adafruit Sensor]] | ||
+ | * [[https://github.com/me-no-dev/AsyncTCP|AsyncTCP]] - This is a fully asynchronous TCP library, aimed at enabling trouble-free, multi-connection network environment for Espressif's ESP32 MCUs. | ||
+ | * [[https://github.com/adafruit/DHT-sensor-library|DHT Sensor]] - An Arduino library for the DHT series of low-cost temperature/humidity sensors. | ||
+ | * [[https://github.com/mobizt/Firebase-ESP-Client|Firebase-ESP-Client]] - The managed, complete, fast and secure Firebase Client Library that supports ESP8266 and ESP32 MCU from Espressif | ||
+ | |||
+ | ===== Conclusions ===== | ||
+ | A module has been implemented that registers the temperature and detects movement in a room. Depending on the presence/absence of the person in the room, the program switches to manual or auto mode. | ||
===== Resources ===== | ===== Resources ===== |