MicroPython: ESP32/ESP8266 with Anemometer (Wind Sensor)
In this guide, you’ll learn how to interface an anemometer to measure wind speed with the ESP32 and ESP8266 NodeMCU boards programmed with MicroPython. We’ll cover how to power and …
In this guide, you’ll learn how to interface an anemometer to measure wind speed with the ESP32 and ESP8266 NodeMCU boards programmed with MicroPython. We’ll cover how to power and …
In this guide, we’ll take a look at the basics of MicroPython asynchronous programming with the Raspberry Pi Pico using the asyncio module. You’ll learn to run multiple tasks concurrently, …
In this guide, we’ll take a look at the basics of MicroPython asynchronous programming with the ESP32 and ESP8266 NodeMCU using the asyncio module. You’ll learn to run multiple tasks …
In this guide, you’ll learn how to turn your ESP32 and a TFT display into a GPS reader that displays the current location, altitude, speed, date, and time using LVGL …
In this project, you’ll learn how to turn your ESP32 Cheap Yellow Display (CYD) board into a GPS reader that displays the current location, altitude, speed, date, and time using …
In this guide, you’ll learn how to use an anemometer with the Arduino board to measure wind speed. We’ll cover how to power and connect the sensor to the Arduino …
In this guide, you’ll learn how to interface an anemometer with the ESP8266 NodeMCU board to measure wind speed. We’ll cover how to power and connect the sensor to the …
In this guide, you’ll learn how to interface an anemometer with the ESP32 to measure wind speed. We’ll cover how to power and connect the sensor to the ESP32 board, …
This is a simple guide about UART serial communication protocol with the ESP32 using Arduino IDE. We’ll take a look at the basics of UART, default and custom UART pins, …
In this guide, you’ll learn how to create a responsive table using LVGL with an ESP32 and a TFT display. We’ll display temperature, humidity, and pressure from the BME280 sensor, …
In this guide, you’ll learn how to create a responsive table using LVGL. We’ll display temperature, humidity, and pressure from the BME280 sensor, and luminosity from the LDR on the …
The Raspberry Pi Pico W comes with the Infineon CYW43439 chip that contains a 2.4 GHz radio providing 802.11n Wi-Fi. This tutorial is an introduction to Wi-Fi on the Raspberry …
Learn how to interface the I2C LCD (Liquid Crystal Display) with the ESP32 and ESP8266 NodeMCU boards programmed with MicroPython. You’ll learn how to wire the display to the boards, …
This article is a complete guide for the ESP32 deep sleep mode with Arduino IDE. We’ll show you how to put the ESP32 into deep sleep and take a look at different modes to wake it up: timer wake up, touch wake up, and external wake up.