Power Meter pulse logger with ESP8266 running NodeMCU

Patrik Thalin writes: This device is installed in my home to monitor the usage of electricity. It counts the pulses from the meter and produces a log file with number of pulses and a time stamp that can later be analyzed. The hardware is quite simple. The NodeMCU development kit board with an ESP8266 running […]

WIFI-based appliance module using the ESP8266 (ESP12) and a latching relay

Steve writes, “This is an WIFI-based appliance module using the ESP8266 (ESP12) and a latching relay. The appliance module is powered from the AC line using an inexpensive 5V 1AMP universal input power supply which is attached to the board. There are provisions for local control using a pushbutton switch, and there is an option […]

Graphic equalizer display using ESP8266-12, MSGEQ7 and WS2812

Amir Avni made a graphic equalizer display using ESP8266-12, MSGEQ7 and WS2812: Finally, I’ve created a this project: An equalizer display controlled by ESP8266 with the NodeMCU firmware, where the equalizer colors are controlled via WiFi Project info at whatimadetoday site. Check out the video after the break.

DIY ESP8266 Development Board

A DIY ESP8266 Development Board from Electro-Labs: In this project, we are building an ESP8266 Development Board which lets the user make connection to ESP8266 from a PIC microcontroller and a PC. The board also provides all the needs to be used as microcontroller peripherals such as LCD display, pusbuttons, indicator LEDs and GPIO extension. The PC […]

ESP8266 WiFi LED dimmer Part 8 of X: Version 2 of the PCB design

Quindor blogged about his ESP8266 WiFi LED dimmer project with DirtyPCBs: With the help of kind internet folks I was able to get a fritzing part for the new voltage converter I wanted to use to try and make a smaller board. A few weeks ago I sent my new ‘panalized’ design to dirtypcb’s and I got […]

Use ESP8266 module as a wireless switcher

Razvan Dubau over at Extragsm posted a how-to on using an ESP8266 module as a wireless switcher: A custom firmware to transform the ESP8266 wifi module into a wifi http based switcher GPIO02 is used as an output pin. You can connect a led or a relay and controll it by a button added to GPIO00. Also the […]

ESP8266: Arduino compatible $5 MCU with WiFi

MAKE has posted Alasdair Allan’s three part series concerning the ESP8266 MCU. Alasdair highlights the capabilities and limitations of this chip, the installation and use of a supporting version of the Arduino IDE, and how to create a breadboard adapter for the ESP-01 breakout board (pictured above.) Via MAKE.

Introducing ESPToy 1.2 (with Lua Firmware)

Ray Wang from RaysHobby has written an article on his ESPToy 1.2, a ESP8266 development board based on the Lua firmware: A little while back I released the very first version of ESPToy — a ESP8266 Development Board with a few useful on-board components like color LED, button, and temperature sensor. It has a built-in […]

ESP8266 running NodeMCU as a controller

jscottb over at LetsMakeRobots writes: My goal for this mini project is to create A simple autonomous rover with just the ESP and NodeMCU. In looking at the specs for node most of the supporting libraries already written. GPIO, PWM and Timer libraries are included in the Lua interpreter. After flashing the board my next up […]

WiFi thermostat with weekly scheduler

A WiFi thermostat with weekly scheduler project by Martin Harizanov: As additional feature, I’ve added thermostat function based on Trystan Lea’s Open Thermostat Scheduler, only my code runs entirely off the ESP8266 SoC. The UI is touch-friendly and works great on mobile devices I’ve also added broadcasting functionality, allowing the board to send its state to third […]

ESP8266 WiFi module quick start guide

follower from rancidpacon writes, I recently wrote a 15-page getting started guide for the $5 ESP8266 WiFi modules for Kiwicon 8, a local New Zealand hacker con. It’s available as both HTML and a PDF. It provides details on: how to make the hardware connections using an FTDI Board or Arduino (with suitable disclaimer); how […]

WiFi LED Light (ESP8266 + WS2812B + Lua)

Markus Gritsch shared his WiFi LED light project in the forum: I built a prototype for a WiFi controllable LED light, using the popular ESP8266 module running the NodeMCU firmware [1]. To allow controlling the WS2812B LEDs from Lua, I extended the firmware with a bit of C code Check out the video after the break.