RC522 RFID Reader Module with Raspberry Pi Pico
In this tutorial, we will learn to interface RC522 RFID Reader Module with Raspberry Pi Pico using MicroPython. These RFID reader modules are very handy in today’s fast-paced world. Due …
In this tutorial, we will learn to interface RC522 RFID Reader Module with Raspberry Pi Pico using MicroPython. These RFID reader modules are very handy in today’s fast-paced world. Due …
In this tutorial, we will learn about a 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 post, we will learn how to use dual core of Raspberry Pi Pico using MicroPython. We are going to discuss how to do Raspberry Pi Pico dual core …
In this tutorial, we will learn about the 28BYJ-48 stepper motor and how to interface it with the ESP32 using a UNL2003 driver and MicroPython. The 28BYJ-48 stepper motor is …
In this tutorial, we will learn how to interface I2C LCD with ESP32/ESP8266 and how to display simple text/numbers and custom characters on I2C LCD. This I2C LCD is a …
In this getting started guide on MicroPython with ESP32 and ESP8266, we will learn how to use program and flash firmware to ESP32 and ESP8266 development boards using MU Editor. …
In this tutorial, we will learn about the 28BYJ-48 stepper motor and how to interface it with Raspberry Pi Pico using a UNL2003 driver. The 28BYJ-48 stepper motor is inexpensive …
In this tutorial, we will learn how to interface and control SG-90 servo motor with Raspberry Pi Pico. Firstly, we will see an introduction of the servo motor. After that, …
In this tutorial, we will learn about HC-05 Bluetooth to serial port module and how to interface it with Raspberry Pi Pico. This Bluetooth device operates on UART communication. In …
In this user guide, we will learn how to control a DC motor with Raspberry Pi Pico in MicroPython by using an L298N motor driver. We will introduce you to …