NEO-6M GPS Module with Raspberry Pi Pico using MicroPython
In this tutorial, we will learn about the NEO-6M GPS module and how to interface it with Raspberry Pi Pico to obtain GPS parameters such as latitude, longitude, altitude, date, …
In this tutorial, we will learn about the NEO-6M GPS module and how to interface it with Raspberry Pi Pico to obtain GPS parameters such as latitude, longitude, altitude, date, …
In this tutorial, we will learn to interface the RC522 RFID Reader Module with Raspberry Pi Pico using MicroPython. RFID (Radio Frequency Identification) technology is one of the most widely …
In this tutorial, we will learn how to use the dual core of the Raspberry Pi Pico using MicroPython. The Raspberry Pi Pico is a low-cost, high-performance board built around …
In this tutorial, we will learn about the 28BYJ-48 stepper motor and how to interface it with Raspberry Pi Pico using a ULN2003 driver. The 28BYJ-48 stepper motor is one …
In this guide, we will learn how to control a DC motor with Raspberry Pi Pico using MicroPython and an L298N motor driver module. We will introduce you to the …
In this tutorial, we will learn how to interface and control the SG-90 servo motor with the Raspberry Pi Pico using MicroPython. We will start with an introduction to servo …
In this tutorial, we will learn about the HC-05 Bluetooth-to-serial port module and how to interface it with the Raspberry Pi Pico. This Bluetooth device operates on UART communication. In …
In this user guide, we will learn how to use a DS18B20 temperature sensor with Raspberry Pi Pico in MicroPython. This is a comprehensive article in which we will discuss …
This tutorial shows how to interface DHT11/DHT22 temperature and humidity sensors with Raspberry Pi Pico using MicroPython. These popular sensors allow you to measure ambient temperature and relative humidity with …
This tutorial shows how to interface the HC-SR04 ultrasonic sensor with Raspberry Pi Pico for contactless distance measurement using MicroPython. The HC-SR04 is a popular and low-cost ultrasonic distance sensor …