Other

“Ethernet Development Board for Raspberry Pi RP2040 with POE Capability. I often use W5100S-EVB-PICO, this time I want to add POE (Power over Ethernet) function to W5100S-EVB-PICO while maintaining the original compatibility and keeping the size …

“My plan was to test the RP2040 microcontroller from the Raspberry Foundation in combination with the Arduino IDE and the Arduino C++ framework and I needed a evaluation project for that. I decided to program a simple tetris game in …

“The PicoDebugger project is an extension the Raspberry Pi Foundations PicoProbe project. The basis of the PicoProbe is to use a Raspberry Pi Pico to act as a debug probe for another Pico. There are two elements to this project …

“How to improve on the stripboard oscilloscope we built in the last article. In the previous project we built a super cheap oscilloscope on stripboard (aka Veroboard) using a Raspberry Pi Pico, an LM358 op-amp and some passive components. In …

“A Raspberry Pi Pico Project. In this project, we will utilize a Bluetooth module receiver to receive commands from mobile. Based on the received commands, the car will perform corresponding actions. For instance, pressing the forward button on the mobile …

“A BASIC interpreter for the Raspberry Pi Pico (i.e. BASIC for microcontrollers) Features - Let, if, print, for, goto, gosub - String variables (let z$=”hello”) - Floating point numbers and variables (let z#=1.234) - Builtin functions [zero, randint, not, time …

“Hi everyone! My name is Tyler Erwin and I’m a senior at San Jose State University majoring in Mechanical Engineering with a minor in Robotics. I was joined on this project by Michael Kamas, Julia Casares-Iglesias, Charlie Nino, and …

“This is a customizable HID controller for game panels. The HIDPanel has positions for up to 15 plug in control modules. These modules can be single buttons, button pairs, rotary encoders, rotary potentiometers, slide potentiometers, and dual axis joysticks (PS4 …

“Introduction You can make your own POST card (BIOS POST code reader) using the Raspberry Pi Pico. It can also be used as an LPC bus sniffer. I covered everything about the LPC bus for reading POST codes in the …

“Control motors With Raspberry pi pico, L298N motor Driver and MicroPython. Introduction If you want to make a robot (such as Line Follower, Obstacle avoider, Arm Robot or Racing Robot) or a car using a microcontroller(such as Arduino, ESP8266 …