This shows you the differences between two versions of the page.
iothings:proiecte:2021:wifi_light_controller_with_esp32 [2022/01/27 22:20] delia.luca |
iothings:proiecte:2021:wifi_light_controller_with_esp32 [2022/01/28 18:15] (current) dan.tudose |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== Multiple LEDs’ brightness controlled over a web server ==== | ==== Multiple LEDs’ brightness controlled over a web server ==== | ||
- | Student: Delia Luca, ACES | + | Student: Delia Luca, ACES\\ |
+ | Code archive: {{:iothings:proiecte:2021:esp32_multiple_sliders_web_server.zip|}}\\ | ||
+ | Presentation: {{:iothings:proiecte:2021:wi-fi_multipled_leds_controller.zip|}}\\ | ||
=== 1. Introduction. Description of the project === | === 1. Introduction. Description of the project === | ||
The goal of this project is to give the end-user the possibility to control the brightness of several LEDs (for exemplification I used 6 LEDs) through a friendly web interface. The internet page provides a number of slides equal to the number of LEDs and with their help, a person, that has access to the internet from the same access point as the server does, can simply choose how intense they want each of their LEDs to sparkle. | The goal of this project is to give the end-user the possibility to control the brightness of several LEDs (for exemplification I used 6 LEDs) through a friendly web interface. The internet page provides a number of slides equal to the number of LEDs and with their help, a person, that has access to the internet from the same access point as the server does, can simply choose how intense they want each of their LEDs to sparkle. | ||
Line 82: | Line 84: | ||
- | {{ :iothings:proiecte:2021:organizare.png?nolink&300 |}} | + | {{ :iothings:proiecte:2021:organizare.png?nolink&600 |}} |
//How the program runs is shown in the below flowchart:// | //How the program runs is shown in the below flowchart:// | ||
- | {{:iothings:proiecte:2021:diagrama.png?300|}} | + | {{:iothings:proiecte:2021:diagrama.png?600|}} |
Line 96: | Line 98: | ||
== 5. Resources == | == 5. Resources == | ||
- | * [[https://randomnerdtutorials.com/esp32-web-server-slider-pwm/]] | + | * [[https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/]] |
* [[https://randomnerdtutorials.com/esp32-pwm-arduino-ide/]] | * [[https://randomnerdtutorials.com/esp32-pwm-arduino-ide/]] | ||
* [[https://randomnerdtutorials.com/esp32-web-server-websocket-sliders/]] | * [[https://randomnerdtutorials.com/esp32-web-server-websocket-sliders/]] | ||
* [[https://www.circuit-diagram.org/editor/]] | * [[https://www.circuit-diagram.org/editor/]] | ||
* [[https://www.studiopieters.nl/esp32-pinout/]] | * [[https://www.studiopieters.nl/esp32-pinout/]] | ||
- | * [[https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/]] | + | |
+ | |||
+ | |||