This shows you the differences between two versions of the page.
|
iothings:proiecte:2022sric:remote_control_of_a_light_bulb [2023/06/02 00:30] samuel.tanase |
iothings:proiecte:2022sric:remote_control_of_a_light_bulb [2023/06/02 00:50] (current) samuel.tanase |
||
|---|---|---|---|
| Line 32: | Line 32: | ||
| * Android app: user interface for controlling the light bulb intensity, written using Qt C++ | * Android app: user interface for controlling the light bulb intensity, written using Qt C++ | ||
| * Web server: used as a glue between the ESP32 board and the remote control app, written in PHP | * Web server: used as a glue between the ESP32 board and the remote control app, written in PHP | ||
| + | |||
| + | === Download === | ||
| + | |||
| + | * [[https://github.com/porxyz/light_bulb_remote_control|Source code (GitHub)]] | ||
| === Demo === | === Demo === | ||
| Line 38: | Line 42: | ||
| {{:iothings:proiecte:2022sric:remote_control_bulb_app3.jpg?direct&200|}} | {{:iothings:proiecte:2022sric:remote_control_bulb_app3.jpg?direct&200|}} | ||
| - | [link to the demo video] | + | <html><iframe width="712" height="400" src="https://www.youtube.com/embed/011t0khc5EY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></html> |
| === References === | === References === | ||
| + | * [[https://docs.espressif.com/projects/arduino-esp32/en/latest/|ESP32 Arduino Core’s documentation]] | ||
| + | * [[https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/api/wifi.html|Arduino ESP-32 Wi-Fi API]] | ||
| + | * [[https://doc.qt.io/qt-6/|Qt6 documentation]] | ||
| + | * [[https://www.php.net/docs.php|PHP documentation]] | ||
| - | tbd | ||