Introduction In this ESP32 tutorial we will check how to send data with a socket client on the Arduino core. Since we will need to reach a socket server, we will implement our own using Python. You can check in Read More
Controlling 7 segment LED display with ESP8266 Web Server
It is a IOT project developed using ESP8266 (NodeMCU) wifi module. The motive of the project is to create a web server on the module that can host multiple clients over the network. Here, basic knowledge of html and javaScript Read More