This shows you the differences between two versions of the page.
iothings:proiecte:2022:smart_home_lights_power_outlet_control [2023/01/20 05:16] catalina.sirbu [Libraries] |
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 41: | Line 40: | ||
* [[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/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/adafruit/DHT-sensor-library|DHT Sensor]] - An Arduino library for the DHT series of low-cost temperature/humidity sensors. | ||
- | * [[https://www.arduinolibraries.info/libraries/button|Button-1.0.0]] - This is a tiny library to make reading buttons very simple. It handles debouncing automatically, and monitoring of state. | ||
* [[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 | * [[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 | ||
- | * [[https://github.com/vintlabs/fauxmoESP|fauxmoESP]] - This is a library for ESP8266/ESP32-based/Raspberry Pi Pico W devices that emulates Philips Hue lights and thus allows you to control them using this protocol, in particular from Alexa-powered devices like the Amazon Echo or the Dot | + | |
+ | ===== 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 ===== | ||
=== Pictures sources === | === Pictures sources === |