This shows you the differences between two versions of the page.
iothings:proiecte:2021:automaticpetfeeder [2022/01/24 16:57] teodor.calinovschi |
iothings:proiecte:2021:automaticpetfeeder [2022/01/28 17:18] (current) teodor.calinovschi |
||
---|---|---|---|
Line 7: | Line 7: | ||
<sub>[[https://github.com/Caliamster/automatic_pet_feeder|Project repository]]</sub> | <sub>[[https://github.com/Caliamster/automatic_pet_feeder|Project repository]]</sub> | ||
\\ | \\ | ||
- | <sub>[[https://www.youtube.com/|Demo video]]</sub> | + | <sub>[[https://www.youtube.com/watch?v=Cofqujv9y-g&ab_channel=Matcha|Demo video]]</sub> |
=== I. Short Description === | === I. Short Description === | ||
Line 43: | Line 43: | ||
\\ | \\ | ||
=== IV. Software implementation === | === IV. Software implementation === | ||
- | I used Arduino IDE, as Espressif ESP32-WROOM-32D board is compatible with it. The programming language is C/C++. Being an IoT project, it requires some overt the internet communication. That being said, I used the Arduino Cloud IoT platform from where I can control and monitor the feeder. | + | I used Arduino IDE, as Espressif ESP32-WROOM-32D board is compatible with it. The programming language is C/C++. Being an IoT project, it requires some over the internet communication. That being said, I used the Arduino Cloud IoT platform from where I can control and monitor the feeder. |
Any Arduino compatible code consists of **2** main **void functions**: | Any Arduino compatible code consists of **2** main **void functions**: |