today-is-a-good-day

Wemos mini DS18B20 temperature sensor example

The DS18B20 is a  temperature sensor that can be used in various simple projects.  This part uses the 1 wire (I2C) bus and you can...

Wemos Mini and DHT Pro example

In this example we connect the DHT22 Single Bus Digital Temperature Humidity Sensor (DHT Pro shield) to our Wemos Mini , you can see this...

Wemos Mini DH11 shield example

I like the Wemos Mini and when I saw that there were some shields I decided to purchase some of them, in this first...

Wemos mini shields

In a previous post I looked at the Wemos Mini - http://www.esp8266learning.com/wemos-d1-mini-hardware.php. I also noticed that there were a number of shields that you can...

Wemos d1 mini hardware

Recently I purchased a Wemos D1 board, when I was browsing around recently I noticed that they also had a mini version. If you...

ESP8266 at Instruction Set

ESP8266 at Instruction Set ESP8266 at Instruction Set

Flashing an ESP8266 with Espruino

Flashing an ESP8266 with Espruino by Kolban Technical Tutorials httpv://www.youtube.com/watch?v=aJj4WJzAo4w https://github.com/nodemcu/nodemcu-flasher https://github.com/espruino/EspruinoBuilds/tree/master/ESP8266

DHT11 sensor data to Thingspeak using a Wemos D1

In this example we will connect a DHT11 sensor to our Wemos D1, we will then send the temperature and humidity values to thingspeak. DHT11...

Wemos webserver example

In this example we will create a basic webserver example using our Wemos, it will connect to your Wifi network and then you will...

About the ESP8266

The ESP8266 is a low-cost Wi-Fi chip with full TCP/IP stack and microcontroller capability produced by Shanghai-based Chinese manufacturer, Espressif Systems The chip first came...

NodeMCU board and Arduino development

The is a microcontroller from Chinese manufacturer Espressif that includes Wi-Fi capability. Setup Arduino Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards...

Wemos D1 ESP8266 based board

The wemos d1 is an Arduino Uno-like wifi board based on ESP-8266EX. You can use the Arduino IDE, NodeMCU and there are other development...