ESP8266 SHT30 shield I2C code example

This example uses the same Wemos SHt30 shield or one of the variants on the internet but tis time we don't use a library,...

Using a LTR-329 Ambient Light sensor with an ESP8266

In this article we look at an Ambient Light sensor, the LTR-329 and connect it to an ESP8266 board - a Wemos D1 Mini...

ESP8266 and OLED Micropython example

In this example we show an example written in Micropython using the uPycraft IDE. This time we will be trying out the Wemos OLED...

TMP102 digital sensor and ESP8266 example

In this article we look at the TMP102 digital sensor and we will connect it up to an ESP8266 The TMP102 device is a digital...

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 and Max6675 example

In this example we take a look at the MAX6675 Cold-Junction-Compensated K-Thermocouple-to-Digital Converter The MAX6675 performs cold-junction compensation and digitizes the signal from a type-K thermocouple....

MCP4725 Digital-to-Analog Converter example

MCP4725 is a single channel, 12-bit, voltage output Digital-to-Analog Converter with integrated EEPROM and an I2C Compatible Serial Interface. Again the easiest way to interface...

I2C Scanner

This is a basic example which will display via the serial monitor the address of any devices connected to your Wemos. Its the same as...

Wemos and LDR example

In this example we connect a photoresistor to an Arduino, the value read from the photoresistor corresponds to the amount of light present. The...

Wemos and SHT11 example

The SHT1x digital humidity sensor is a reflow solderable sensor. The SHT1x series consists of a low-cost version with the SHT10 humidity sensor, a...

A basic NodeMCU and Simba OS example

Ok, I had heard of Simba OS but hadn't managed to try it, as quoted "2Simba is an RTOS and build framework. It aims...

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...

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,...

VEML6075 ultraviolet (UV) light sensor and ESP266

The VEML6075 senses UVA and UVB light and incorporates photodiode, amplifiers, and analog / digital circuits into a single chip using a CMOS process....

ESP8266 and L9110 fan module example

In this example we connect an ESp8266  to a dual L9110 fan module. This is a commonly found, basic low cost module which consists...

Read and write to the eeprom on the ESP8266

Description The ESP8266 has 512 bytes of internal EEPROM, this could be useful if you need to store some settings, such as an IP address...