ESP32 / NodeMCU based Web Server with Physical Switch Feedback

esp32_nodemcu_web_server

ESP32 / NodeMCU based Web Server with Physical Switch Feedback In this tutorial we will learn how to use ESP32 or ESP8266 as a web server and  also connect the same devices using physical switches simultaneously. The change in status of the device is updated on the web page. This change can be from physical … Read more

ESP32 programming using Arduino IDE

ESP32

Introduction New developments board are introduced every year. Getting proper IDE or software for uploading code in these new development boards are challenging. Arduino has been a great platform to integrate these kind of development boards and upload codes. In this article we will see ESP32 programming using Arduino IDE.  We all are in world … Read more