Content for ESP8266

Program ESP8266 - MicroPython

“MicroPython is a project that allows you to run a miniature version of python 3 on microcontrollers and embedded boards. It has growing support of microcontroller boards and rather than installing a full Linux distro onto the board it only …

Speak to Arduino and Control It with Google Assistant

“How to make a connection between an internet service and Arduino boards. Story In this project, we’ll Learn how to make a connection between an internet service and Arduino boards. At the end of this article, you will: know …

WiFi Controlled Robot Using ESP8266

“In this Instructable I will be sharing how to make a simple Robot using ESP8266 as the brain.This robot can be remotely controlled using Android Remote LITE app or using a web browser.We will be using RemoteMe servers …

Binary single row Led Clock (24h)

“This is a again a clock, I know, and agian a binary one, I know! I just like to create different kinds of clocks, mainly using RGB leds. Binary time is not always easy to be read, so I thought …

DIY Turntable With Custom Control

“Hello, In this instruction, I will show you how I created a fully automated rotating platform from an IKEA Lazy Susan Kitchen Turntable. My goal was to build a device which can be controlled manually (with buttons), or automatically (by …

Making a Bus Schedule Sign w/ ESP8266, Arduino & NeoPixels

“A simple prototype to query a web API with ESP8266, get the time until the next bus arrives, and display it on a battery powered LED sign. What it Is: This tutorial is about how to build a battery powered …

Wifi Synchronized Lamps

“A project for someone who lights up your life… 2 years ago, as a Christmas present for a long-distance friend, I created lamps that would synchronize animations via internet connection. This year, 2 years later, I created this updated version …

Adding a WiFi Co-Processor to CircuitPython

“We love Blinka & CircuitPython, and want to share it with the world! But how can we get CircuitPython talking to everyone? This guide will show you how to connect your CircuitPython board to the Internet, by using an ESP8266 or …

Connected Thermostat

“Monitoring accurately the temperature in your home is definitely one of the best way to save on your energy bill. At the same time you want to feel well in a warm home during winter time. My current thermostat only …

PCF8574 GPIO Extender - With Arduino and NodeMCU

“In my last tutorial, I talked about the TCA9548A MUX which can be used to add at the max of 64 I2C or IC sensors to your Arduino/ESP8266/ESP32. In this tutorial, I am going to talk about the …