How to control RGB LED wirelessly using ESP8266 WiFi web interface psadminetechpath November 22, 2017 About: In this project we are going to control 1 watt RGB full color LED diode using WiFi module ESP8266-01. You can use any WiFi… Continue Reading
Bluetooth Controlled 8×8 LED MAX7219 Matrix using Android Phone. psadminetechpath October 12, 2017 About: This project is about moving LED matrix display. In this project we will use MAX7219 8×8 LED module for display, Arduino UNO for brain… Continue Reading
How to operate home appliances wirelessly using ESP8266 and android phone psadminetechpath September 8, 2017 Required Components: NodeMCU or any ESP8266 Relay Module 128×64 OLED display (Optional) Android Phone Circuit Diagram : Source Code: #include <ESP8266WiFi.h> #include <WiFiClient.h> #include… Continue Reading