raspberry-pi-pico-rp2040
There are 40 repositories under raspberry-pi-pico-rp2040 topic.
racerxdl/stm32f0-pico-dump
STM32F0x Protected Firmware Dumper with Raspberry Pi Pico
racerxdl/picohome
Raspberry Pi Pico Home Automation using CAN Bus
adamczykpiotr/pico-mcp2515
Raspberry Pi Pico MCP2515 CAN-Bus Interface Library
sshahryiar/RP2040-Raspberry-Pi-Pico-and-Pico-W
My projects with RP2040 Raspberry Pi Pico and Pico W
endail/hx711-pico-c
Implementation of single and multiple HX711 use via RP2040's state machine
khoih-prog/RPI_PICO_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO. These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
Circuit-Digest/Raspberry_Pi_Pico_Tutorial
Learn how to use raspberry pi pico using this simple tutorials and projects. All repo provides circuit diagram and code for easy learning
madskjeldgaard/PicoOSC
OSC communication for the Raspberry Pi Pico using the C++ SDK
endail/hx711-pico-mpy
MicroPython implementation of HX711 use via RP2040's state machine
YahboomTechnology/Pico-Robot
Cute robot car for Raspberry Pi Pico support MicroPython programming
khoih-prog/MBED_RPI_PICO_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO. These MBED_RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
GitHub30/pichromecast
Library for MicroPython to communicate with the Google Chromecast.
gavinlyonsrepo/ADS1x15_PICO
Library Driver for ADC's ADS1015 and ADS1115 modules. RPI PICO RP2040 SDK C++
MikeDev101/RPMidi
Plays MIDI songs through your Raspberry Pi Pico's PWM pins!
alex-mous/VL53L1X-C-API-for-Raspberry-Pi-Pico
VL53L1X Time-of-Flight distance sensor API/light driver for the Raspberry Pi Pico/Pico W
episource/picopdio
Another internet radio player project reusing parts and case of an old DNT IPdio Tune internet radio.
gavinlyonsrepo/FM_Radio_PICO
FM Radio Project, RPI PICO RP2040 SDK C++
avinal/badger2040-boilerplate
This is a bolierplate project for developing Badger 2040 C++ programs.
sentouki/LCD4Pico
Raspberry Pi Pico C++ library for HD44780 LCD
4dcu-be/MacroPad
All code for setting up a raspberry pi powered macropad
DC540-Nova/micropython-and-pcb-class-2022
MicroPython & PCB Class 2022 repo.
gavinlyonsrepo/MCP4725_PICO
Library Driver for the MCP4725 DAC modules, for Raspberry pi PICO RP2040 C++ SDK
jaszczurtd/Fiesta
A kind of a "firmware" for Raspberry pi pico based hardware for my Ford Fiesta
khoih-prog/MBED_RP2040_PWM
This library enables you to use Hardware Timers on RP2040-based RP2040 board to create and output PWM to pins. These PWM channels, using RP2040 Hardware-PWM channels, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly
LaserBorg/circuitpython-rfid-hid
convert RFID Tag Data into keystrokes by emulating a USB Keyboard on a Pi Pico.
MikeDev101/RPParallelMem
A parallel RAM/ROM/IO driver for MicroPython on the Raspberry Pi Pico.
gavinlyonsrepo/TEA5767_PICO
Raspberry pi PICO RP2040 C++ SDK library for TEA5767HN, Low-power FM stereo radio.
madskjeldgaard/PicoDebounceButton
Debounce button presses on the Raspberry Pi Pico / RP2040
aman983/Qpico
Simulating a Quantum Computer on Raspberry pi Pico
Babkock/Keybow2040
The root filesystem of my Pimoroni Keybow 2040 mechanical keyboard.
nthnn/rust-rp2040
A starting point for developing embedded Rust applications on Raspberry Pi Pico, featuring Cargo configurations, UF2 memory mapping, and basic LED blinking example.
wodr/Pico
Pico / rp2040 examples for using PIO
GNUFox/r3windowdemo
Mirror of https://gitlab.com/gnufox/r3windowdemo
murige34/Rpi_pico_MIS
Raspberry Pi Pico CircuitPython keyboard
jberks02/pico_spi_worker
This code outlines a bare bones SPI interface for the pi pico to allow the pico to communicate with a command module using utf-8 encoded texts. this texts will not be interpreted in this module, only read and sent.
wa1tnr/rp2040-pio-philhower-a
philhower core rp2040 on platformio build env w Makefile UF2 installation 2023 5 April