Arduino with NEO-M8N GPS Module: Get Latitude, Longitude, Altitude, Date and Time
In this guide, you’ll learn how to interface the Arduino board with NEO-M8N GPS module. You’ll learn how to connect the module to the board and how to program it …
In this guide, you’ll learn how to interface the Arduino board with NEO-M8N GPS module. You’ll learn how to connect the module to the board and how to program it …
This article is a compilation of 20 free guides for different sensors, modules, and peripherals compatible with the Raspberry Pi Pico. Most guides cover programming the RPi Pico using MicroPython …
This is a getting started guide that shows how to interface the DS3231 Real Time Clock Module with the Raspberry Pi Pico board programmed with MicroPython: learn how to set …
Learn how to use the DS1307 Real Time Clock Module with the ESP8266. We’ll cover how to set and read the time. You’ll learn to synchronize the time with the …
In this guide, we’ll show you how to interface a microSD card with the Raspberry Pi Pico, how to create, write, read, and delete files, and we’ll also create a …
Learn how to interface the MFRC522 RFID reader module with the ESP8266 NodeMCU board. You’ll learn how to get raw RFID data, get the RFID card UID, and add personal …
We’re already reaching the end of 2024. It’s time to wrap up the year and set new goals for the next one. In this blog post, we’ll share a recap …
This tutorial shows how to do OTA (over-the-air) updates to your ESP8266 NodeMCU boards using the ElegantOTA library (V3 version) with Arduino IDE. This library sets up a web server …
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 …
Learn how to use the BME680 environmental sensor module with the Raspberry Pi Pico board programmed with MicroPython to get data about temperature, humidity, pressure, and gas (air quality). We’ll …
Learn how to interface the NEO-6M GPS module with an ESP8266 NodeMCU board to get GPS data. You’ll learn how to get latitude, longitude, altitude, speed, and UTC time. The …
New to the ESP8266? Start here! The ESP8266 is a Wi-Fi System on a Chip (SoC) produced by Espressif Systems. It’s great for IoT and Home Automation projects. This article …
Learn to use the BH1750 ambient light sensor with the Raspberry Pi Pico programmed with MicroPython to get ambient light measurements. We’ll show you how to wire the sensor, install …
In this guide, we’ll build a web server with the ESP8266 NodeMCU to control a DC motor remotely. The web server will serve a web page with buttons to make …