ESP8266/ESP32

...

By using an ESP32 with a camera, we can stream video wirelessly to a Raspberry Pi very easily.

Nov 8, 2020

...

Compared with the Arduino, ESP32 has a large non-volatile storage. We can use this storage to store different files, and use the built-in SPIFSS library to load the files in the program.

Jul 25, 2020

...

MicroPython has an awesome library to help us schedule multiple tasks that run indefinitely. That is to say, it is possible to have multiple infinite loops running at the same time.

Jun 13, 2020

...

With IFTTT, we can send notifications to Telegram according to the data from the sensors connected to ESP32.

Jun 6, 2020

...

NeoPixels are amazing - but controlling them over the Internet by using Adafruit IO is even more amazing!

May 30, 2020

...

Collecting data for further processing and analysis is an important part of an IoT system. With Adafruit IO, we can start prototyping such IoT systems with very little effort.

May 23, 2020

...

With the DHT11 sensor, it is very easy to measure temperature and humidity for IoT devices.

May 9, 2020

...

It is easy to build a simple web page as an interface to control the GPIOs of the ESP32 microcontroller, which is Arduino-compatiable.

Apr 25, 2020

...

With MicroPython, we can control the Wifi-capable ESP32 board with simple, elegant Python codes.

Apr 4, 2020