MicroPython
Asynchronous Programming with uasyncio in MicroPython
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
Send Notifications from ESP32 to Telegram with IFTTT
With IFTTT, we can send notifications to Telegram according to the data from the sensors connected to ESP32.
Jun 6, 2020
Control NeoPixels over the Internet with ESP32 and Micropython
NeoPixels are amazing - but controlling them over the Internet by using Adafruit IO is even more amazing!
May 30, 2020
Upload Sensor Data to Adafruit IO with ESP32 and MicroPython
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
Measure Temperature and Humidity with ESP32 and MicroPython
With the DHT11 sensor, it is very easy to measure temperature and humidity for IoT devices.
May 9, 2020
Getting Started with MicroPython for ESP32
With MicroPython, we can control the Wifi-capable ESP32 board with simple, elegant Python codes.
Apr 4, 2020
Show Current Weather on an LCD Display with Raspberry Pi
By using a Raspberry Pi and an LCD display, we can see the latest weather report from the Internet.
Mar 27, 2020