raspberry-pi-pico-rp2040
There are 45 repositories under raspberry-pi-pico-rp2040 topic.
racerxdl/stm32f0-pico-dump
STM32F0x Protected Firmware Dumper with Raspberry Pi Pico
adamczykpiotr/pico-mcp2515
Raspberry Pi Pico MCP2515 CAN-Bus Interface Library
racerxdl/picohome
Raspberry Pi Pico Home Automation using CAN Bus
sshahryiar/Raspberry-Pi-Pico-Series
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
endail/hx711-pico-mpy
MicroPython implementation of HX711 use via RP2040's state machine
madskjeldgaard/PicoOSC
OSC communication for the Raspberry Pi Pico using the C++ SDK
YahboomTechnology/Pico-Robot
Cute robot car for Raspberry Pi Pico support MicroPython programming
GitHub30/pichromecast
Library for MicroPython to communicate with the Google Chromecast.
gavinlyonsrepo/FM_Radio_PICO
FM Radio Project, RPI PICO RP2040 SDK C++
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.
gavinlyonsrepo/ADS1x15_PICO
Library Driver for Analog to digital converters (ADC) ADS1015 and ADS1115 modules. RPI PICO RP2040 SDK C++
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
MikeDev101/RPMidi
Plays MIDI songs through your Raspberry Pi Pico's PWM pins!
avinal/badger2040-boilerplate
This is a bolierplate project for developing Badger 2040 C++ programs.
episource/picopdio
Another internet radio player project reusing parts and case of an old DNT IPdio Tune internet radio.
sentouki/LCD4Pico
Raspberry Pi Pico C++ library for HD44780 LCD
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
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.
4dcu-be/MacroPad
All code for setting up a raspberry pi powered macropad
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
mytechnotalent/ipts
IoT Pico W TLS Server that obtains the Pico W temperature and serves it to a TLS client where this project is designed for a MAC M series client and is based on the Raspberry Pi Foundation’s pico_examples TLS client example.
Babkock/Keybow2040
The root filesystem of my Pimoroni Keybow 2040 mechanical keyboard.
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
mytechnotalent/iptc
IoT Pico W TLS Client based on the pico_examples tls_client example by the Raspberry PI foundation.
aman983/Qpico
Simulating a Quantum Computer on Raspberry pi Pico
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.
reset42/r42_Gardensensor_MicroPython
MicroPython based MQTT-Sensor on Raspberry Pi Pico W
StMaHa/micropython-examples
Python snippets and examples for Raspberry Pi Pico and maybe other MicroPython boards.
wodr/Pico
Pico / rp2040 examples for using PIO