Pico

raspberry pi pico stepper motor featured image

Stepper Motor with Raspberry PI Pico: 28BYJ-48 and ULN2003 wiring and MicroPython code 5 (12)

In this tutorial, I’m going to show you how to wire and use the 28BYJ-48 and ULN2003 with Raspberry PI Pico, with MicroPython code. Stepper motors can trasform your code logic into move in robotic projects. The 28BYJ-48 stepper motor (with ULN2003 motor driver) is the cheapest model and works with a simple code on

Stepper Motor with Raspberry PI Pico: 28BYJ-48 and ULN2003 wiring and MicroPython code 5 (12) Read More »

Raspberry PI Pico HMC5883L featured image

Magnetometer Compass with Raspberry PI Pico: GY-271 HMC5883L wiring and use with MicroPython 4.7 (13)

In this tutorial, I’m going to show you how to wire, calibrate (X / Y axes) and use an HMC5883L device, also known as a magnetometer, with Raspberry PI Pico using MicroPython. Many projects (like robotic ones) need to get info about spacial position and direction. In this sense, one of the most useful devices

Magnetometer Compass with Raspberry PI Pico: GY-271 HMC5883L wiring and use with MicroPython 4.7 (13) Read More »

RPI pico WIZnet ethernet hat featured image

Raspberry PI Pico Ethernet Port: adding the WIZNET Ethernet HAT 5 (8)

In this tutorial, I’m going to show you how to connect, configure and use a Raspberry PI Pico Ethernet Port with WIZnet Ethernet HAT. We’ll use CircuitPython to connect the interface as, actually, the MicroPython libraries are under development. Raspberry PI Pico works greatly to keep sensors measurements, combining/analyzing them and delivering data to external

Raspberry PI Pico Ethernet Port: adding the WIZNET Ethernet HAT 5 (8) Read More »

incremental-rotary-encoder-raspberry-pi-pico-featured-image

How to Use Incremental Rotary Encoder with Raspberry PI Pico 5 (2)

In this tutorial, I will show you how to connect and use an Incremental Rotary Encoder with a Raspberry PI Pico microcontroller. I will show you how to manage the connections and use MicroPython to control them. Before starting, let’s see how Rotary Encoders work. About Rotary Encoders The most known models of this module

How to Use Incremental Rotary Encoder with Raspberry PI Pico 5 (2) Read More »

Raspberry PI Pico 74hc595 shift register featured image

How to use 74hc595 Shift Register with Raspberry PI Pico and MicroPython 4.8 (16)

In this tutorial, I’m going to show you how to use the 74hc595 chip with a Raspberry PI Pico and MicroPython, in an easy configuration that drives 8 LEDs. I also will add an example code showing how to use it with a random LED effect. Complex Raspberry PI Pico projects can require many connections

How to use 74hc595 Shift Register with Raspberry PI Pico and MicroPython 4.8 (16) Read More »

×