Wemos and LM35 temperature sensor

In this example we will connect an LM35 temperature sensor to our Arduino The LM35 series are precision integrated-circuit temperature sensors, whose output voltage is...

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

Wemos MCP9808 digital temperature sensor example

ESP8266 and MCP9808 digital temperature sensor example The MCP9808 digital temperature sensor converts temperatures between -20°C and +100°C to a digital word with ±0.5°C (max.)...

Sampling analog data

Sampling sata is particularly useful for analog sensors such as an LDR or a thermistor. Another good example is one of the MQ gas...

Wemos and 4051 LED example

The HCF4051 device is a monolithic integrated circuit fabricated in MOS (metal oxide semiconductor) technology available in SO-16 and PDIP-16 packages. The HCF4051 analog multiplexer/demultiplexer...

ESP8266 and MPU6500 6-axis Motion Tracking device

The MPU-6500 is the company’s second-generation 6-axis Motion Tracking device for smartphones, tablets, wearable sensors, and other consumer markets. The MPU-6500, delivered in a 3...

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...
ESP8266 and TSL2591 layout

TSL2591 light-to-digital converter and ESP8266 example

In this article we look at another light-to-digital converter - this time its the TSL2591 and we will connect it to a Wemos Mini First...

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

Wemos and 4067 example

The 4067 was one of the IC's that I wanted to connect up to various microcontrollers as it looked extremely useful, here is a quick...

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

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

Goouuu-S1 ESP8266 RGB led examples

In a previous post we looked at the Goouuu-S1 ESP8266 , on the board you will have seen that there is an RGB led The board uses...
ESP8266 and LTR390 layout

LTR390 UV Light Sensor and ESP8266 example using the Arduino IDE

In this article we look at a LTR390 UV Light Sensor and we will connect it to a Wemos Mini First lets look at the...

Wemos and MAX44009 ambient light sensor example

The MAX44009 ambient light sensor features an I²C digital output that is ideal for a number of portable applications such as smartphones, notebooks, and...

ESP8266 RGB LED examples in Micropython

In this example we look at some WS2812B RGB LEDs example in Micropython for an ESP8266. Once again we use uPyCraft and again we...