L3G4200D three-axis gyroscope and ESP8266 example
In this example we connect a L3G4200D three-axis gyroscope module to a Wemos Mini - you can of course use any ESP8266 based board...
ESP8266 and LPS331AP pressure sensor example
In this article we look at the LPS331AP pressure sensor and as usual we connect it to a Wemos Mini and the example will...
Wemos mini and US-026 Ultrasonic Detector example
In this article we look an ultrasonic module that works well with a Wemos Mini in that it will work with 3.3v.
The US-026 is...
Wemos Mini and HDC2080 humidity and temperature sensor example
In this article we look at yet another humidity and temperature sensor from TI - this time its the HDC2080 which we will connect...
Wemos Mini and LPS25H piezoresistive pressure sensor example
In this article we look at a pressure sensor - this time its the LPS25H and we will connect it to a Wemos Mini
The...
Wemos Mini and LIS3MDL magnetic field sensor example
In this article we look at another sensor - this time its the LIS3MDL which is a 3-axis MEMS magnetic field sensor, digital output,...
RPI-1031 tilt sensor and Wemos Mini example
In this article we look at a tilt sensor - this time its the RPI-1031 and we will connect it to a Wemos
The RPI-1031...
SHTC1 digital humidity sensor and ESP8266 example
In this article we look at another digital humidity sensor - this time its the SHTC1 and we will connect it to a Wemos...
ESP8266 and LPS22HB absolute pressure sensor example
In this article we look at another absolute pressure sensor - this time its the LPS22HB
Once again lets look at this sensor from the...
ESP8266 and BMA400 acceleration sensor example
In this article we look at another acceleration sensor - this time its the BMA400
Lets take a look at the sensor and its features
Description
The...
ESP8266 and BMM150 digital geomagnetic sensor example
In this article we look at a digital geomagnetic sensor - this time its the BMM150 and as usual we will connect this to...
ESP8266 and a BH1745NUC Luminance and Colour Sensor
In this article we look at a BH1745NUC Luminance and Colour Sensor and connect it to a Wemos Mini
First of all lets take a...
ESP8266 and BMP388 barometric pressure sensor
In this article we look at another sensor - it is a BMP388 by Bosch Sensortec, so lets crack on and try this out...
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...
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...
A look at SHA-1 and ESP8266
Description
In cryptography, SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function which takes an input and produces a 160-bit (20-byte) hash value known...