Nothing Special   »   [go: up one dir, main page]

Raspberry Pi Pico Projects - Raspberry PI Projects

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5
At a glance
Powered by AI
The key takeaways are that the document discusses different Raspberry Pi Pico projects including program structure, numerical examples, I2C examples, NeoPixel LED examples, ultrasonic ranger examples, stepper motor examples, music and rhythm examples, and remote connection examples.

Some common approaches to structuring whole programs in CircuitPython include exploring different program control flows and tradeoffs that emerge when designing the entire program structure.

Some examples that demonstrate essential operation of the Raspberry Pi Pico board include numerical examples, I2C examples, NeoPixel LED examples, ultrasonic ranger examples, stepper motor examples, and signal processing examples.

Raspberry Pi Pico Projects

Raspberry Pi Pico is a tiny, fast, and versatile board built using RP2040, a brand new microcontroller chip
designed by Raspberry Pi in the UK.

Want to buy related raspberry pi pico kits:


Top 5 Raspberry Pi Pico kits

1. Raspberry pi pico Program Structure – CircuitPython


The examples in this section
illustrate several common approaches to structuring whole programs in
CircuitPython. These are abstracted templates which will apply to any compatible
microcontroller. These examples explore the tradeoffs which emerge when
designing the control flow of the entire program. Embedded microcontroller
programs…... Listed under: Raspberry Programmer Projects

2. Raspberry Pi Pico Numerical Examples


The following short Python programs will
demonstrate essential operation of the Raspberry Pi Pico board. These use only the
onboard hardware and the serial console. Each can be run by copying the program
into code.py on the CIRCUITPY drive offered by the board. The text can be…... Listed
under: Raspberry Programmer Projects

3. Raspberry Pi Pico I2C Examples


The following short Python programs will
demonstrate essential operation of the Raspberry Pi Pico board. These assume one
or more I2C (or I2C) devices are externally attached. The I2C bus is a two-wire
bidirectional serial bus for short-distance low-bandwidth communication between a
microcontroller and peripherals.…... Listed under: LED Projects

4. Raspberry Pi Pico NeoPixel LED Examples


The following short Python programs will
demonstrate essential operation of the Raspberry Pi Pico board. These assume one
or more binary input or output circuits are externally attached. Each can be run by
copying the program into code.py on the CIRCUITPY drive offered by the board.
The…... Listed under: LED Projects

5. Raspberry Pi Pico Ultrasonic Ranger Examples


The following short Python programs
will demonstrate essential operation of the Raspberry Pi Pico board. These assume
one or more binary input or output circuits are externally attached. Each can be run
by copying the program into code.py on the CIRCUITPY drive offered by the board.
The…... Listed under: Other Projects

6. Raspberry Pi Pico Stepper Motor Examples


The following short Python programs will
demonstrate essential operation of the Raspberry Pi Pico board. These assume one
or more binary input or output circuits are externally attached. Each can be run by
copying the program into code.py on the CIRCUITPY drive offered by the board.
The…... Listed under: Motor Projects

7. Raspberry Pi Pico Music and Rhythm Examples – CircuitPython


The following short
CircuitPython programs demonstrate rhythm and music generation. These are
largely platform-neutral. Metronome Example This example demonstrates the
essential elements of creating a pattern of movement over time within an event-
loop programming structure. Direct download: metronome.py. # metronome.py #
Raspberry Pi Pico - demonstrate…... Listed under: Sound - Audio Projects

8. Raspberry pi Pico Remote Connection Examples – CircuitPython


The following short
CircuitPython programs will demonstrate communication via the host serial port.
This interface can be used for local debugging as a user console, and also enable
linking projects across the network. The network connection uses a Python program
running on a laptop or…... Listed under: Other Projects

9. Raspberry Pi Pico Decision Tree Classifier


This sketch demonstrates an example of accelerometer data
processing using a classification tree. The classifier code was generated using the Python
script classifier_gen.py using recorded and labeled training data. The underlying classification tree was
automatically generated using the Python scikit-learn library. The purpose of the
classifier is to categorize…... Listed under: Other Projects

10. Raspberry pi pico Signal Processing Examples – CircuitPython


N.B. this is new and
still being tested. The following Python samples demonstrate several single-channel
filters for processing sensor data. The filter functions are purely numeric operations
and should work on any Python or CircuitPython system. This supports offline
testing, as they can be debugged…... Listed under: Wireless projects

11. Raspberry Pi Pico Digital Input/Output Examples


The following short Python
programs will demonstrate essential operation of the Raspberry Pi Pico board. These
assume one or more binary input or output circuits are externally attached. Each can
be run by copying the program into code.py on the CIRCUITPY drive offered by the
board. The…... Listed under: Other Projects

12. Raspberry Pi Pico Hobby Servo Examples


The following short Python programs will
demonstrate essential operation of the Raspberry Pi Pico board. These assume one
or more hobby servo actuators are externally attached. Each can be run by copying
the program into code.py on the CIRCUITPY drive offered by the board. The text
can…... Listed under: Other Projects

13. Raspberry Pi Pico Introductory Examples


The following short Python programs will
demonstrate essential operation of the Raspberry Pi Pico board. These use only the
onboard hardware and the serial console. Each can be run by copying the program
into code.py on the CIRCUITPY drive offered by the board. The text can be…... Listed
under: Raspberry Programmer Projects

14. Raspberry pi pico analog Input/Output Example


The following short Python
programs will demonstrate essential operation of the Raspberry Pi Pico board. These
assume one or more analog input circuits are externally attached to an ADC input.
Each can be run by copying the program into code.py on the CIRCUITPY drive offered
by the…... Listed under: Game - Entertainment Projects

15. Raspberry pi pico dc motor controller


The following short Python programs will
demonstrate essential operation of the Raspberry Pi Pico board. These assume one
or DC motor actuators are externally attached. Each can be run by copying the
program into code.py on the CIRCUITPY drive offered by the board. The text can
be…... Listed under: Motor Projects

16. Setting up the Raspberry Pi Pico for C/C++ Development on Windows


Documentation Everything in this file comes from the Getting started with
Raspberry Pi Pico for C/C++ development guide. This file contains all of the same
content, just organized into an enumerated list. Getting everything installed Install
the ARM GCC compiler.During installation, make sure to tick the box…... Listed
under: Development Board - Kits Projects

17. Hardware Boot Select Switch Using Pico


Pre-choose the OS to boot, even before
turning on the computer by toggling a switch. Now you don't have to wait to select
the os. Story Wandering Hackaday.io for projects, I stumbled upon this project(click)
by Stephen Holdaway. In this project, he solved a frustrating task…... Listed under:
Development Board - Kits Projects

18. Trick or Treat Dispenser


Voice-activated treat dispenser. COVID-19. Novel coronavirus. Social Distancing.
Despair. Loneliness. No friends. It's the opposite of Halloween. I love Halloween. One
of my favorite holidays of all time, ever since I got to dress up like Gordy from Star
Trek (life goals). So, in this…... Listed under: Medical - Health based Projects

19. Rhasspy Voice Assistant on MATRIX Voice and MATRIX Creator


Learn how to install
the Rhasspy offline voice assistant, through a simple Docker image!
https://youtu.be/o6Tt-5D_uC4 Required Hardware Before getting started, let's
review what you'll need. Raspberry Pi 3 or 4.MATRIX Voice or MATRIX Creator -
Raspberry Pi does not have a built-in microphone, the MATRIX Voice & MATRIX Creator each have an 8 mic
array -…... Listed under: Sound - Audio Projects
20. Doorbell & Intercom with Snips Voice Assistant
Doorbell that integrate a Snips voice
assistant to say welcome and record messages from visitor when you are not at
home. The Idea Building a Doorbell including a voice assisstant to reply to visitor. The
doorbell is able to speak with visitor ( using TTS…... Listed under: Sound - Audio
Projects

21. Raspberry Pi Zero Helmet Impact Force Monitor


How much impact can the human
body handle? Whether it’s football, rock climbing, or a bicycle accident, knowing
when to seek immediate medical attention after a collision is incredibly important,
especially if there are no obvious signs of trauma. This tutorial will teach you how…...
Listed under: Security - Safety Projects

22. N5DUX Raspberry Pi ISS iGate Project


Description This project is an APRS iGate for
ARISS program's digipeater aboard the International Space Station. I have a 2m FM
radio tuned to 145.825 MHz. As the ISS passes over my location, the radio passes the
received signal from the ISS to a Terminal…... Listed under: Radio Projects

23. N5DUX Raspberry Pi Generic Setup


Description This is a howto document created as
a basis for all my other Raspberry Pi Progjects. Here, I list the basic hardware needed
as well as the steps necessary to create your own basic Raspberry Pi setup. This is
just the beginning of several…... Listed under: Memory - Storage Projects

24. Toy Truck Powered by Raspberry Pi


Here is a great way to impress your fiends when
your out an' about at the park, by modifying a broken toy Truck/Car with a Raspberry
Pi and Adafruit's DC & Stepper Motor Pi HAT , to existing electronics . And for the
controller to…... Listed under: Robotics - Automation Projects

25. Home automation with node js , raspberry pi and heimcontrol


In tutorial will make
overview of using heimcontrol platform (is NodeJs application for home automation
Open Source under MIT license) Some of there features: Responsive :The responsive
design allows you comfortable control of your home devices using your smartphone
or tablet. Everywhere : Open your…... Listed under: Home Automation Projects

26. Solar Power, Weather and the Raspberry Pi


Solar Power, Weather and the Raspberry
Pi SwitchDoc Labs is in the process of building a Solar Powered Raspberry Pi Weather
Station.   The design will be released as a SwitchDoc Appnote, an Instructable and a
series of posts on SwitchDoc.com.  We are right in…... Listed under: Solar energy
projects

27. A cheap Bluetooth serial port for your Raspberry Pi


While working on my Arduino
based robot vehicle project the idea came to me that the Bluetooth module that I'm
using as a remote control receiver for my robot would make a great addition to my
Raspberry Pi. In this article I describe how to…... Listed under: Bluetooth Projects

28. Solar Power on the Raspberry Pi – SunAir


designed to charge LiPo batteries from
Solar Panels and power your Pi. First SunAir Kickstarter Update (Dec 7,
2014) Published here. An earlier generation of this project was used in Project
Curacao.  You also can track the sun, detect low power conditions and more.  Works
perfectly with…... Listed under: Solar energy projects

29. Super Mega Ultra Pi Boy 64 Thingy Build


Getting Started! I had recently bought an
original Gameboy DMG from Good Will for a whopping $5.00, condition unknown.
 Taking a gamble, I purchased it and took it home to find that it had severe damage
caused by a battery that exploded and leaked all…... Listed under: Interfacing(USB -
RS232 - I2c -ISP) Projects

30. picoReflow
Raspberry Pi Supported SPI driven Cold-Junction K-Type Thermocouple converter: MAX31855
MAX6675 GPIO driven Solid State Relays (230V heating/fan) PWM driven MOSFET (12V cooling) Python
control daemon (running on the Pi) HTML5/Websocket OS independent multi user web-client Live
Monitoring & control Browser based Profile/Curve Management +…... Listed under:
How To - DIY - Projects

31. Microcontrollers: The Basics


Overview Different kinds of computers are designed for
different purposes. The computer at the heart of your laptop is optimized for
different puprposes than the one in your phone or the one in your mouse. The
simplest computers are those that are designed to take…... Listed under:
Development Board - Kits Projects

32. BeaconAir On Raspberry Pi / iBeacons


BeaconAir is a Raspberry Pi based project that
reads the advertising packets coming from iBeacons and roughly calculates the
physical position of BeaconAir by Trilateration.  This is an application that uses my
new iBeacon Python library that READS iBeacons on your Raspberry Pi.  It does not
turn…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, Wireless projects

33. PiCy – The Tiny Raspberry Pi Powered Robot!


Build your own tiny Raspberry Pi based
robot out of a few easy to obtain bits! You will need: A Raspberry Pi. A PiCy pack kit,
which contains: Two motors and two wheels. A battery holder for two AA batteries
with battery clip. Two 40mm…... Listed under: Robotics - Automation Projects

34. Lightning! The Lightning Detector for Raspberry Pi Weather Station


In this
Instructable you will learn: How to a connect a Lightning Detector to a Solar
Powered Weather Station How to design and position the lightning detector for best
perfomance How to gather data to see the Lightning story as it happens How to
wire…... Listed under: Solar energy projects

35. Sizing a wind turbine to power your Raspberry Pi


This Is Your Pi on Wind Got a special
project for your Raspberry Pi that requires it to operate off the electrical grid? If
solar power doesn't provide enough juice, add some wind to the mix with an
inexpensive wind turbine. Project Curacao is a…... Listed under: Radio Projects

36. List of required material using raspberry pi


Raspberry Pi 8GB SDHC Class 10 Card
Nano Wifi-Stick Flytron Navigatron I2C GPS 4­channel I2C­safe Bi­directional Logic
Level Converter ADS1015 ADC Suppo A2212/13 1000KV Brushless Motor 10"x4.5 GF
Propeller Set Orange 4 Stück 2 CW 2 CCW Flyduino HEXFET 20A Motor Controller
Drotek IMU 10DOF:…... Listed under: Game - Entertainment Projects

37. Cycle Chaser


Project animations from the rear of your bicycle. The framerate depends on the speed you
are moving at. A couple years ago, I created a dynamic bike headlight with a
Raspberry Pi and a small, battery-operated projector. I’ve been eager to explore
what else I…... Listed under: Sensor - Transducer - Detector Projects

38. Analog Sensors without Analog Inputs on the Raspberry Pi


The Raspberry Pi does
not have any analog inputs, but that does not mean that you can't use some types of
analog sensors. Using a couple of resistors and a capacitor, you can use a "step
response" method to measure resistance. Which is just great…... Listed under:
Sensor - Transducer - Detector Projects

39. The SnapPiCam | A Raspberry Pi Camera


Adafruit launched it's PiTFT not long ago
and I bought one immediately from Pimoroni. Soon after that Adafruit published a
tutorial entitled DIY WiFi Raspberry Pi Touchscreen Camera. I had a good read
through it and on the final page the final paragraph was; The…... Listed under: Video
- Camera - Imaging Projects

40. Best Technology Projects of 2012


Before the world comes to an abrupt end, I
thought it would be pertinent to look back on the last year, and highlight some of my
favorite Tech Instructables. Initially, I was going to make this a top 20 list, but with
over 5,600 Technology…... Listed under: Projects

41. Connecting a Raspberry Pi to an old 15Khz Arcade Monitor


“The Raspberry Pi has been used all over the
world as an excellent emulator box to resuscitate old arcade machines, but with moderate success. You
see, if you’re a truly arcade aficionado like me, then you’ll aim for perfection. And
perfection means you’ll use the jamma…... Listed under: How To - DIY - Projects

42. WebRTC Creeper Drone – Browser Controlled RC Car


This is an advanced
Instructable, which describes the process of building a drone controlled remotely
from a browser. The drone uses an Android phone to stream video and audio back to
the browser via WebRTC. Since the software used in this project is somewhat
complex,…... Listed under: Car Projects

43. MouseAir Block Diagram – Raspberry Pi


Here is the hardware block diagram for
MouseAir.  MouseAir is a cat toy (fake mice) launching system.  It has the ability to
read the cat’s RFID tag, motion detection as well as ultrasonic detection all
controlled remotely from your iPad/iPhone running RasPiConnect. The MouseAir
system is…... Listed under: Wireless projects

44. DiddyBorg: The Mini 6 wheeled Raspberry Pi Robot!


DiddyBorg is our robust robot
kit for the Raspberry Pi. He can be controlled via autonomous software, via a
Bluetooth controller such as the PS3 or over Wifi through a keyboard. Check out this
video of him rolling around! This Instructables is concerned with the…... Listed
under: Robotics - Automation Projects

45. PicoBorg – Control small motors from your Raspberry Pi


ith PicoBorg, you can turn
on and off fans, motors, solenoids, relays etc. from your Raspberry Pi. There are 4
low side drivers so you can turn on and off 4 devices One is connected to the RPi
PWM pin, so you can vary duty…... Listed under: Motor Projects

46. Pumpkin PACS/Pumpkin Pi


The Pumpkin PACS was constructed for the MGH
Radiology Pumpkin Decorating Contest. It is a standalone DICOM workstation
capable of displaying many standard types of radiology images. The pumpkin
contains a Raspberry Pi which projects images onto a screen using a Microvision
SHOWWX+ HDMI pico projector.…... Listed under: Game - Entertainment Projects

You might also like