InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Pico-micropython-examples Alternatives
Similar projects and alternatives to pico-micropython-examples
-
MicroPython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
linux
Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ (by raspberrypi)
-
-
pico_ducky_rickroll
Discontinued Rickroll someone with just a BadUSB [Moved to: https://github.com/Oakchris1955/ducky_rickroll]
-
pico-rectangle
Joybus protocol (Gamecube controller) implementation for the Raspberry Pi Pico (ARM Cortex M0+). Translates GPIO to modelized Gamecube controller states based on the B0XX/F1 layout.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
pico-rubberducky
raspberry pi pico/w based rubber ducky. Also included some libs for esp8266 for wireless injection.
-
-
-
buzzer_music
RPI Pico / Micropython library to play music through one or more buzzers, can automatically replace chords with fast arpeggios to simulate polyphony with a single buzzer. Music can be easily taken from onlinesequencer.net
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pico-micropython-examples discussion
pico-micropython-examples reviews and mentions
- How do I power the on-board RGB LED?
-
Is PWM implemented in hardware or software with a pico
You would have to look at the code to be sure. (I'm too lazy to look.) But if you want, you can use this code to ensure that you are using the PIO hardware (and that wouldn't have problems with interrupts): https://github.com/raspberrypi/pico-micropython-examples/blob/master/pio/pio_pwm.py
- Help with UART on pi Pico
-
Just got my first Pico W
You can then look at the MicroPython pico examples and try adding the adc code to read the onboard temperature, and send it in the request. Then you can look for help on using the Adafruit_DHT code. Take small steps.
-
The future of computers is only $4 away, with Raspberry Pi CEO Eben Upton
Python already exists for the pico. It is a micropython port. Once you've downloaded it, you have an interactive Python prompt and a filesystem you can place a main.py file in to run at reboot. MicroPython is a fantastic way to start with microprocessors.
-
Please help me to understand a piece of UART Micropython code
Thank you so much for your help. is resp=b"" equal to resp=bytes() ? and why the author did not use decode or encode? see this please-> https://github.com/raspberrypi/pico-micropython-examples/blob/master/uart/loopback/uart.py
-
A Practical Look at PIO on the Raspberry Pi Pico
When working with the Pico and MicroPython, I've found an endless amount of use from the Pico MicroPython Examples repository on GitHub.
-
DHT11 Temperature Sensor Library for the Raspberry Pico: Python Prototype
Line 7 - 9: Pio assembler commands as documented in the official documentation. In MicroPython, there are subtle differences to the naming conventions, so be sure to read the community documentation and also browse the examples
-
Small project on a budget? The Arduino Nano is your friend.
Examples: https://github.com/raspberrypi/pico-micropython-examples
- Struggling to find good Python examples
-
A note from our sponsor - InfluxDB
www.influxdata.com | 2 Sep 2025
Stats
raspberrypi/pico-micropython-examples is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of pico-micropython-examples is Python.
Popular Comparisons
- pico-micropython-examples VS picotetris
- pico-micropython-examples VS pico_ducky_rickroll
- pico-micropython-examples VS pico-rectangle
- pico-micropython-examples VS pico-lorawan-circuitpython
- pico-micropython-examples VS pico-rubberducky
- pico-micropython-examples VS raspi-mouse-jiggler
- pico-micropython-examples VS buzzer_music
- pico-micropython-examples VS pico-playground
- pico-micropython-examples VS pimoroni-pico
- pico-micropython-examples VS Adafruit_BME280_Library