This shows you the differences between two versions of the page.
|
iothings:proiecte:2023:homeassistantsmartswitch [2023/12/13 11:27] norbert.zsugya |
iothings:proiecte:2023:homeassistantsmartswitch [2024/01/15 11:17] (current) norbert.zsugya |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Mater: ACES II | Mater: ACES II | ||
| + | |||
| + | Video, Presentation and Source code: https://1drv.ms/f/s!AiFSSSAJY4tDjVj-gACJLlt7F4Vg?e=sLH02d | ||
| **Objective** | **Objective** | ||
| Line 16: | Line 18: | ||
| * [[https://ardushop.ro/ro/home/1875-modul-lora-sx1278-433mhz-long-range.html?gclid=Cj0KCQiAsburBhCIARIsAExmsu7zoA0YwKRfvD6Yn8QALD1d4qMPaiPbKarAgnLjYPcne70FPnypXS4aAomHEALw_wcB|LoRa RFM95 module]] | * [[https://ardushop.ro/ro/home/1875-modul-lora-sx1278-433mhz-long-range.html?gclid=Cj0KCQiAsburBhCIARIsAExmsu7zoA0YwKRfvD6Yn8QALD1d4qMPaiPbKarAgnLjYPcne70FPnypXS4aAomHEALw_wcB|LoRa RFM95 module]] | ||
| * [[https://www.emag.ro/intrerupator-inteligent-cu-touch-tuya-life-smart-wi-fi-cu-sau-fara-nul-1-canal-10a-sticla-securizata-compatibil-amazon-alexa-google-assistant-alb-smw18/pd/D0WNNMYBM/?utm_campaign=share_product&utm_source=mobile_dynamic_share&utm_medium=android|Tuya smart switch]] | * [[https://www.emag.ro/intrerupator-inteligent-cu-touch-tuya-life-smart-wi-fi-cu-sau-fara-nul-1-canal-10a-sticla-securizata-compatibil-amazon-alexa-google-assistant-alb-smw18/pd/D0WNNMYBM/?utm_campaign=share_product&utm_source=mobile_dynamic_share&utm_medium=android|Tuya smart switch]] | ||
| + | |||
| + | The schematic diagram of the connections between ESP8266, Microphone and LoRa RFM95 is the following: | ||
| + | |||
| + | {{ :iothings:proiecte:2023:system_diagram.png?300 ||System Schematic Diagram}} | ||
| **Software description & implementation** | **Software description & implementation** | ||
| Line 29: | Line 35: | ||
| {{ :iothings:proiecte:2023:architecture.png?300 ||System architecture}} | {{ :iothings:proiecte:2023:architecture.png?300 ||System architecture}} | ||
| - | Having a sensor and a bridge enables the fact that the sensor can be placed at a long distance from Wi-Fi router, feature enabled by LoRa protocol. | + | Having a sensor and a bridge enables the fact that the sensor can be placed at a long distance from Wi-Fi router, feature enabled by LoRa protocol. This architecture is IoT Level 5, meaning that we have a cloud application, a coordinator node and many end nodes. |
| * Home Assistant dashboard | * Home Assistant dashboard | ||