Pico

micropython pico external modules featured image

Adding external modules to MicroPython with Raspberry PI Pico 4.3 (45)

In this tutorial I’m going to show you how to include your custom, external modules in MicroPython with Raspberry PI Pico. Importing external modules in Python is a common way to include custom functions in your code, keeping it ordered and clean. The import statement is available also in MicroPyton but requires the right files

Adding external modules to MicroPython with Raspberry PI Pico 4.3 (45) Read More »

l298n-raspberry-pi-pico-featured-image

How to use an L298N with Raspberry PI Pico: Driving Motors with MicroPython 4.8 (4)

This tutorial will show you how to drive motors with L298N and Raspberry PI Pico, describing how this dual H bridge motor driver works, how to connect it to the Raspberry PI Pico and how to use it with MicroPython. This module is a great alternative to the L293D chip, as it can drive higher

How to use an L298N with Raspberry PI Pico: Driving Motors with MicroPython 4.8 (4) Read More »

neopixel-raspberry-pi-pico-featured-image

How to Control WS2812B (Neopixel) from Raspberry PI Pico with MicroPython 5 (1)

This tutorial will show you how to connect and control a Neopixel from Raspberry PI Pico, to be able to create fancy LED effects for your home. I will use MicroPython, because of its simplicity, especially for beginners. About Neopixel LEDs Neopixels are RGB LED strips composed of WS2812B chips. They can have different forms,

How to Control WS2812B (Neopixel) from Raspberry PI Pico with MicroPython 5 (1) Read More »

raspberry-pi-pico-rcwl-0516-featured-image

How to use RCWL-0516 with Raspberry PI Pico: the Radar Motion Sensor 3.7 (3)

This tutorial will show you how to use a RCWL-0516 with Raspberry PI Pico, by using MicroPython. I will also include the wiring diagram to show how to interface the module with your microcontroller. What is the RCWL-0516 Radar Sensor The RCWL-0516 is a great device working on an interesting principle: the Doppler effect. It

How to use RCWL-0516 with Raspberry PI Pico: the Radar Motion Sensor 3.7 (3) Read More »

×