Mini GPS Display using Ublox neo-6m module and ESP8266 nodemcu pawansawarkar November 30, 2018 About: In this project we will learn how to interface GPS module with esp8266 as main controller to show GPS data on OLED display. We… 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