This shows you the differences between two versions of the page.
iothings:proiecte:2022:smart_home_lights_power_outlet_control [2023/01/20 08:56] nicolae.macovei [Smart Home Lights & Power Outlet Control] |
iothings:proiecte:2022:smart_home_lights_power_outlet_control [2023/01/20 09:02] (current) nicolae.macovei [Libraries] |
||
---|---|---|---|
Line 40: | 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 ===== | ===== 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. | 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. |