Skip to content

This is a basic example of the connection of ESP32 with a simple graphic user interface (GUI) developed trought C# .Net in order to controll a LED brightness with a trackbar (slider) and receive lectures of voltage measurements from an ADC port from the ESP32.

Notifications You must be signed in to change notification settings

joe-source113898/WebSocket-ESP32-GUI-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WebSocket-ESP32-GUI-Example

This is a basic example of the connection of ESP32 with a simple graphic user interface (GUI) developed trought C# .Net in order to controll a LED brightness with a trackbar (slider) and receive lectures of voltage measurements from an ADC port from the ESP32. The comunication archiqutecture is based on WebSocket protocol due its properties of multiple requests at the same time. The data is sent/received trought a string variable with JSON format to ease the procedure. The ESP32 was programmed with the Arduino IDE.

About

This is a basic example of the connection of ESP32 with a simple graphic user interface (GUI) developed trought C# .Net in order to controll a LED brightness with a trackbar (slider) and receive lectures of voltage measurements from an ADC port from the ESP32.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published