Raspberry Pi Pico W Quick Starter
Raspberry Pi Pico W is another Raspberry Pi Pico but features Wi-Fi letting you to connect the device to a Wi-Fi network. In this quick starter post, you will learn how to start with a […]
Raspberry Pi Pico W is another Raspberry Pi Pico but features Wi-Fi letting you to connect the device to a Wi-Fi network. In this quick starter post, you will learn how to start with a […]
Hopefully this short post will give you some practical pointers for making your own LED spotlights that also includes a servo actuator. There are dozens of different ways to drive standard hobby servos, and here […]
Xmas star is more than just a lovely ornament. The Xmas star is also known as the star of Bethlehem and is a major seasonal symbol throughout the globe. Well, Christmas is just around the […]
The Raspberry Pi Pico is a feature-rich microcontroller! Its low cost and wide availability make it a great microcontroller for our everyday electronics projects. Python and C/C++ are lovely for programming the Raspberry Pi Pico […]
I made this as a Christmas present last year. This is a small color-changing RGB LED orb light controlled by Raspberry Pi Pico. I got the inspiration for this project from the Chinese-made USB-rechargeable color-changing […]
A few months ago, I read about some strange issues with Raspberry Pi Pico’s ADC. According to those stories, Raspberry Pi has confirmed its investigation of reports of a design flaw in the ADC (analog […]
In this tutorial, we will learn how to interface a big photoresistor with Raspberry Pi Pico. Since the Raspberry Pi Pico microcontroller provides analog ports, we can easily do a number of projects using common […]
A servo motor is a compact motor whose shaft turns to position something based on a control signal. The common servo motor consists of plastic housing that contains a small motor, control circuitry, and a […]
A couple of months after its release, ultimately, I got a hand on the Raspberry Pi Pico, and posted a few hobby projects here. The RPi Pico is a microcontroller board centered on the RP2040 which’s […]
This title is a bit exaggerated, I agree, but the following writeup is actually about controlling LEDs and Buzzers using Raspberry Pi Pico. At first, this may seem like a simple topic, but here you […]