Content for ESP8266

DIY Touch Sensor/Switch ESP8266 | Node MCU

“NodeMCU has a single ADC(Analog to Digital Converter) input which is not enough for big complex projects but is definitely enough for small projects which require a single analog sensor or even a simple switch. The in-built analog-to-digital converter …

From Flashlight to Motion Sensor With ESP8266 and MQTT

“In this post, I would present items below: LEDs need a limiting current circuithow to make a flashlightmake a light powered by the portable battery, and dimming the LEDs by ESP8266 via MQTTThe video is the recap and a short …

BASIC Engine

“The BASIC Engine is a very low-cost single-board home computer with advanced 2D color graphics and sound capabilities, roughly comparable to late-1980s or early-1990s computers and video game consoles. It can be built at home without special skills or tools …

Wi-Fi Controlled 4-Wheeled Robot

“For this project, we will be developing a 4-Wheeled Robot using ESP8266 which will be controlled over a Wi-Fi Network. The robot can be controlled from an ordinary internet browser, using a HTML designed interface or also from an android …

Controlling 7-Segment LED Display Using ESP8266 Web Server

“My project has a Nodemcu ESP8266 which is controlling a 7-segment display through the http server using html form. It is a IOT project developed using ESP8266 (NodeMCU) wifi module. The motive of the project is to create a web …

Wi-Fi Controlled Robot Using Wemos D1 ESP8266, Arduino IDE and Blynk App

“In this tutorial I show you how to make a Wi-Fi controlled robotic tank controlled from a smartphone using Blynk App. In this project an ESP8266 Wemos D1 board was used, but other plate models can also be used (NodeMCU …

ESP8266 Screen Set WiFi Credentials

“Transfer data (WiFi credentials) from your smartphone to an ESP8266 by Pulsing your Smartphone Screen ESP8266 Screen Set WiFi Credentials Transfer data (WiFi credentials) from your smartphone to an ESP8266 by Pulsing your Smartphone Screen To setup your WiFi Credentials …

Automated Light for Better Sleeping Habits, Or: My Baby is a Great Excuse for Playing With My Gadgets

“It has been quite a long time since I have written a post on this blog. The main reason is the free time I have, or haven’t, since my baby daughter was born 9 months ago. Nevertheless I keep …

ESP 8266 Nodemcu Ws 2812 Neopixel Based LED MOOD Lamp Controlled Using Webserver

“In this Project we’ll make a MOOD Lamp from nodemcu & neopixel and which can be controlled by any browser using local webserver. Hello guys in this instructables i made MOOD LAMP based on Neopixel LED Ring with Nodemcu ESP …

Micropython on ESP Using Jupyter

“On a previous tutorial, we explored how to control a Raspberry Pi using Jupyter Notebook: RPI PHYSICAL COMPUTING USING JUPYTER NOTEBOOK It was a great experience, and once the project worked very well I thought, “how about to also test …