Tag: ESP8266
WeMOS D1 ESP8266 Over the Air (OTA) update
In this video educ8s.tv is going to show us how to wirelessly update the code of our Arduino project, using the WeMOS D1 ESP8266 based board. This is an impressive, and very useful feature. A few weeks ago, we took a first look at the very promising new board, the WeMos D1. You can...
Continue ReadingRaspberry Pi Wifi module without USB
This board will let you add WiFi functionality to your Raspberry Pi Zero without having to sacrifice the only available high speed USB port. The board is based on ESP8266 Wifi module. WiFi on a Raspberry Pi using the HAT connector and an ESP8266. The goal of this project is to add...
Continue ReadingESP8266 controlled with Android app (MIT App Inventor)
Rui Santos from Random Nerd Tutorials tipped us with his latest tutorial on how to build an Android app using the MIT App Inventor software that allows you to control the ESP8266 GPIOs: ESP8266 controlled with Android app (MIT App Inventor) -...
Continue ReadingControl ESP8266 over the internet
Here is a basic tutorial on how to control ESP8266 over the internet using two buttons on a browser window. The article goes through Arduino IDE configuration and example code is included. There are but a few things better than (succesfully) programming and using your Arduino. Surely...
Continue ReadingESP8266 + I2S = Software-based 10-Base-T Ethernet Driver
cnlohr @ github.com wanted to have an Ethernet interface for ESP8266 so he build one. more details on hackaday. This is a relatively unreliable and coincidentally functional ESP8266 Ethernet driver. It only uses two pins on the ESP, the I2S pins, but does provide Ethernet. It does...
Continue ReadingWiGPSFi – ESP8266 + GPS module
euerdesign.de has connected the ESP8266 to an GPS and a SD-Card to scan networks – coded a MySQL-DB with some PHP parsers and dynamic maps – and get fascinated by all the 2,4 GHz radiation arround him. In this blogpost, you can only read about finding and printing out maps with...
Continue ReadingTemperature Display with NeoPixel Ring Color
This is an OLED temperature display based on ATmega328p along with a NeoPixel led ring to display different colors depending on temperature. This is a small temperature display using a OLED with a NeoPixel Ring around it using MQTT on a ESP8266 and sending data to the on board...
Continue ReadingHow to Control ESP8266 GPIO using Android App
This video will guide you to control gpio of esp8266 from android app in details. so that you can build your first home automation project easily. How to Control ESP8266 GPIO using Android App -...
Continue Reading