Wemos mini MATRIX LED Shield example

A new shield for the Wemos Mini came my way recently, this is called the MATRIX LED Shield - You can find out more...

PCA9685 LED controller and ESP8266 example

In this example we connect a PCA9685 LED controller to an ESP8266 The PCA9685 is an I²C-bus controlled 16-channel LED controller optimized for Red/Green/Blue/Amber (RGBA)...

TM1637 7 segment display example

A common display module that you can buy on the internet contain the Tm1638 driver chip, I was interested in this one which is the...

ESP8266 and BMA250 acceleration sensor example

The BMA250E is an advanced, ultra-small, triaxial, low-g acceleration sensor with digital interfaces, aiming for low-power consumer electronics applications. Featuring 10 bit digital resolution,...

BME680 environment sensor and ESP8266 example

In this article we will connect a BME680 sensor to an ESP8266 - as usual we will use a Wemos Mini BME680 is an integrated...

Wemos Mini and a PCF8574

The PCF8574 is an 8 bits I/O port expander that uses the I2C protocol. Using this IC, you can use only the SDA and...
ESP8266 and VCNL4040 layout

VCNL4040 Proximity Sensor and ESP8266 example using the Arduino IDE

In this article we look at a VCNL4040 Proximity Sensor and we will connect it to a Wemos Mini First lets look at the sensor The...

Wemos Mini and L3GD20 sensor

The L3GD20 is a low-power three-axis angular rate sensor. This is the module I bought for reference More information can be found at http://www.st.com/content/st_com/en/products/mems-and-sensors/gyroscopes/l3gd20.html about the...

Using a BMP384 pressure sensor with an ESP8266

In this article we look at a temperature and pressure sensor, the BMP384 pressure sensor from Bosch Sensortec, and connect it to an ESP8266...

MQ3 Gas Sensor example

The MQ3 Gas Sensor module is useful for gas leakage detection (in home and industry). It is suitable for detecting Alcohol, Benzine, CH4, Hexane, LPG,...

3 channel tracking sensor example

This Tracking Sensor for Arduino can detect the white lines in black and black lines in white. This particular module has 3 sensors Using infrared...

Wemos Mini and HC-SR04 ultrasonic sensor

The HC-SR04 ultrasonic sensor uses sonar to determine distance to an object like bats or dolphins do. Ultrasonic ranging module HC-SR04 provides 2cm - 400cm...

Wemos OLED shield example

In this example we look at another terrific little low cost shield for the Wemos mini, this time its the OLED shield. Lets look...

Wemos and DS3231 RTC example

The DS3231 is a low-cost, extremely accurate I2C real-time clock (RTC) with an integrated temperature-compensated crystal oscillator (TCXO) and crystal. The device incorporates a battery...

Wemos and LX1972 light sensor example

The LX1972 is a low cost silicon light sensor with spectral response that closely emulates the human eye. Patented circuitry produces peak spectral response...

A look at various ESP specific APIs

  Description Some ESP-specific APIs related to deep sleep, RTC and flash memories are available in the ESP object. These may be useful, we have already...