Sparkfun: First Impressions of the ESP32
https://www.electronics-lab.com/sparkfun-first-impressions-of-the-esp32/
Jimb0 @ sparkfun.com takes a first look on the new ESP32 WiFi board by Espressif that’s an improvement of the ESP8266 board. The ESP32 doesn’t replace the ESP8266, but it does improve on it in every aspect. Not only does it have WiFi support, but it also features a Bluetooth 4.2 radio, making it even […]
ESP8266 mains energy monitor
https://www.electronics-lab.com/esp8266-mains-energy-monitor/
Brian Dorey has designed a mains energy monitor based on ESP8266 that have sensors for the mains current, electric meter and gas meter. As the new solar logger did not have this functionality we decided to design a new data-logger that would measure not only the mains current usage but also keep track of the […]
Guide to ESP8266 and Tweeting Using ESP8266
https://www.electronics-lab.com/guide-to-esp8266-and-tweeting-using-esp8266/
Subhan95 @ instructables.com has written a tutorial on how to use ESP8266 with Arduino and tweet using it. What can the ESP8266 do?It is limited by your imagination.I have seen projects and tutorials on the internet showing how to fetch a city’s temperature, stock prices,sending and receiving emails ,making phone calls and much much more.I will […]
ESP8266 weather display – work in progress
https://www.electronics-lab.com/esp8266-weather-display/
Markus Hirsch is working on a ESP8266 weather display using an AVR mcu and an OLED display: This is a little weather monitor. It has a 2.2″ color display and is powered by an AVR and the ESP8266. The AVR controles the display. The ESP has a custom firmware written in the Arduino IDE and […]
Nixie Tube Energy Meter
https://www.electronics-lab.com/46760-2/
John Whittington decided to build a Nixie tube energy meter to measure his house power consumption. An Arduino would be the microcontroller but I wanted the meter to provide some form of data stream for a web based energy history. To make it an IoT, I a paired ESP8266 with it. I used both together […]
Cheap Arduino WiFi shield with ESP8266
https://www.electronics-lab.com/cheap-arduino-wifi-shield-with-esp8266/
TheTwim @ instructables.com show us how to make a cheap ESP8266 Arduino Shield This is just the first step to make a cheap Arduino WiFi shield using the ESP8266 module. With few more electronic components and the WiFiEsp library you can build it for less that 10 USD. Cheap Arduino WiFi shield with ESP8266 – [Link]
ESP8266 Weather Widget
https://www.electronics-lab.com/esp8266-weather-widget/
deba168 @ instructables.com has build an ESP8266 based OLED display weather widget. This is an ESP8266 based Weather Display unit which retrieve localized weather information from http://www.wunderground.com/ by WLAN and display it on a 128×64 OLED Display. ESP8266 Weather Widget – [Link]
Meet ESP32, New Big Brother to IoT Board ESP8266
https://www.electronics-lab.com/meet-esp32-new-big-brother-to-iot-board-esp8266/
Alasdair Allan @ makezine.com discuss about a new IoT board released from the company that makes the ESP8266. The ESP8266 chip, and the boards based around it, have been the new hot new thing this past year. Overnight it became — almost by stealth — one of the leading platforms for the Internet of Things. […]
ESP8266 Weather Station
https://www.electronics-lab.com/esp8266-weather-station/
blog.squix.ch has published there code for a ESP8266 based weather station. More details here: It is not yet working as smoothly as I want it to work but maybe some of you can help me getting rid of the nasty issues that were bugging me for the last few weeks. The README on github contains […]
Temperature Monitor with ESP8266
https://www.electronics-lab.com/temperature-monitor-with-esp8266/
anistor @ instructables.com has build an ESP8266 based temperature monitor system using DS18B20 sensor. This project will help you create a temperature monitor using an ESP8266 SoC and a temperature sensor (DS18B20) with next capabilities: Measure Temperature Send an email if temperature goes under a threshold Monitor temperature and set threshold from a mobile App […]