This shows you the differences between two versions of the page.
iothings:proiecte:2021:homesecurity [2022/01/28 01:00] robert.olteanu1909 [Software logical workflow] |
iothings:proiecte:2021:homesecurity [2022/01/28 01:14] (current) robert.olteanu1909 [References] |
||
---|---|---|---|
Line 96: | Line 96: | ||
</code> | </code> | ||
- Loop - this is looping until the ESP32 is stopped by user. | - Loop - this is looping until the ESP32 is stopped by user. | ||
- | * Connect to MQTT - this is done on each iteration to ensure a good connectivity | + | * **Connect to MQTT** - this is done on each iteration to ensure a good connectivity |
- | * Read code subscription - first time after initial setup the user must insert his/her keycode of 4 characters inside Adafruit.io dashboard | + | * **Read code subscription** - first time after initial setup the user must insert his/her keycode of 4 characters inside Adafruit.io dashboard |
<code c> | <code c> | ||
Line 181: | Line 181: | ||
</code> | </code> | ||
====== Software logical workflow ====== | ====== Software logical workflow ====== | ||
- | Down below I created a small logical workflow for the code described in the previous chapter to be easily understood. \\ | + | Down below I created a small logical workflow for the code described in the previous chapter to be easily understood. |
- | {{ iothings:proiecte:2021:hs_schematic.png }} | + | |
- | ====== References ====== | ||
+ | {{ iothings:proiecte:2021:hs_schematic.png }} | ||
+ | ====== References ====== | ||
+ | |||
+ | [1] - [[http://esp32.net/]] \\ | ||
+ | [2] - [[https://lastminuteengineers.com/how-rfid-works-rc522-arduino-tutorial/]] \\ | ||
+ | [3] - [[https://esp32io.com/tutorials/esp32-rfid-nfc]] \\ | ||
+ | [4] - [[https://randomnerdtutorials.com/esp32-esp8266-i2c-lcd-arduino-ide/]] \\ | ||
+ | [5] - [[https://esp32io.com/tutorials/esp32-keypad]] \\ | ||
+ | [6] - [[https://io.adafruit.com/api/docs/mqtt.html#adafruit-io-mqtt-api]] \\ | ||
+ | [7] - [[https://raw.githubusercontent.com/AchimPieters/esp32-homekit-camera/master/Images/ESP32-38%20PIN-DEVBOARD.png]] \\ |