Topic: "raspberry-pi-pico-rp2040"
racerxdl/stm32f0-pico-dump
STM32F0x Protected Firmware Dumper with Raspberry Pi Pico
Language: C - Size: 8.79 KB - Last synced at: 14 days ago - Pushed at: 11 months ago - Stars: 158 - Forks: 25

racerxdl/picohome
Raspberry Pi Pico Home Automation using CAN Bus
Size: 1.93 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 89 - Forks: 6

adamczykpiotr/pico-mcp2515
Raspberry Pi Pico MCP2515 CAN-Bus Interface Library
Language: C++ - Size: 10.7 KB - Last synced at: 20 days ago - Pushed at: about 1 year ago - Stars: 82 - Forks: 26

sshahryiar/Raspberry-Pi-Pico
My projects with RP2040 Raspberry Pi Pico and Pico W
Language: Python - Size: 169 KB - Last synced at: 10 days ago - Pushed at: 7 months ago - Stars: 44 - Forks: 8

endail/hx711-pico-c
Implementation of single and multiple HX711 use via RP2040's state machine
Language: C - Size: 3.59 MB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 37 - Forks: 8

madskjeldgaard/PicoOSC 📦
OSC communication for the Raspberry Pi Pico using the C++ SDK
Language: C++ - Size: 25.4 KB - Last synced at: 29 days ago - Pushed at: almost 2 years ago - Stars: 16 - Forks: 3

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.
Language: C++ - Size: 164 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 6

endail/hx711-pico-mpy
MicroPython implementation of HX711 use via RP2040's state machine
Language: Python - Size: 51.8 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 14 - Forks: 2

YahboomTechnology/Pico-Robot
Cute robot car for Raspberry Pi Pico support MicroPython programming
Language: Python - Size: 64.3 MB - Last synced at: about 1 hour ago - Pushed at: 7 months ago - Stars: 12 - Forks: 7

gavinlyonsrepo/ADS1x15_PICO
Library Driver for Analog to digital converters (ADC) ADS1015 and ADS1115 modules. RPI PICO RP2040 SDK C++
Language: C++ - Size: 108 KB - Last synced at: 15 days ago - Pushed at: 2 months ago - Stars: 9 - Forks: 0

GitHub30/pichromecast
Library for MicroPython to communicate with the Google Chromecast.
Language: Python - Size: 33.2 KB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 2

gavinlyonsrepo/FM_Radio_PICO
FM Radio Project, RPI PICO RP2040 SDK C++
Language: C++ - Size: 2.3 MB - Last synced at: 20 days ago - Pushed at: 2 months ago - Stars: 8 - Forks: 1

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.
Language: C - Size: 140 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

episource/picopdio
Another internet radio player project reusing parts and case of an old DNT IPdio Tune internet radio.
Language: C++ - Size: 1.84 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 0

avinal/badger2040-boilerplate
This is a bolierplate project for developing Badger 2040 C++ programs.
Language: CMake - Size: 10.7 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

jaszczurtd/Fiesta
A kind of a "firmware" for Raspberry pi pico based hardware for my Ford Fiesta
Language: C - Size: 31.4 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 0

gavinlyonsrepo/MCP4725_PICO
Library Driver for the MCP4725 DAC modules, for Raspberry pi PICO RP2040 C++ SDK
Language: C++ - Size: 435 KB - Last synced at: 15 days ago - Pushed at: 23 days ago - Stars: 4 - Forks: 3

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
Language: C - Size: 93.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 2

4dcu-be/MacroPad
All code for setting up a raspberry pi powered macropad
Language: Python - Size: 872 KB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

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
Language: C - Size: 48.8 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

DC540-Nova/micropython-and-pcb-class-2022
MicroPython & PCB Class 2022 repo.
Language: Python - Size: 1.23 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

LaserBorg/circuitpython-rfid-hid Fork of domdfcoding/circuitpython-mfrc522
convert RFID Tag Data into keystrokes by emulating a USB Keyboard on a Pi Pico.
Language: Python - Size: 143 KB - Last synced at: 9 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 1

madskjeldgaard/PicoDebounceButton
Debounce button presses on the Raspberry Pi Pico / RP2040
Language: CMake - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

gavinlyonsrepo/TEA5767_PICO
Raspberry pi PICO RP2040 C++ SDK library for TEA5767HN, Low-power FM stereo radio.
Language: C++ - Size: 154 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

jacobloldev/Small-Catch
A project for users of the raspberry pi pico w to have a small hacking pet.
Language: Python - Size: 623 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

mytechnotalent/pico-c-terminal-input-driver
A Raspberry Pi Pico terminal input driver written in C.
Language: C - Size: 2.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

MikeDev101/RPMidi 📦
Plays MIDI songs through your Raspberry Pi Pico's PWM pins!
Language: Python - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

Babkock/Keybow2040
The root filesystem of my Pimoroni Keybow 2040 mechanical keyboard.
Language: Python - Size: 460 KB - Last synced at: 7 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

wodr/Pico
Pico / rp2040 examples for using PIO
Language: Python - Size: 93.8 KB - Last synced at: 12 days ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

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.
Language: C - Size: 1.23 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

mytechnotalent/iptc
IoT Pico W TLS Client based on the pico_examples tls_client example by the Raspberry PI foundation.
Language: C - Size: 1.31 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

StMaHa/micropython-examples
Python snippets and examples for Raspberry Pi Pico and maybe other MicroPython boards.
Language: Python - Size: 44.8 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

wa1tnr/wokwi_CircSimApps-a
wokwi circuit sim applications - local work by wa1tnr 05 Feb 2022
Language: C - Size: 646 KB - Last synced at: 17 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

murige34/Rpi_pico_MIS
Raspberry Pi Pico CircuitPython keyboard
Language: Python - Size: 1.51 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

wa1tnr/rp2040-wokwi-ser_interpret
rp2040 Wokwi Serial Interpreter - first instance 28 Dec 2021 11:49 UTC
Language: C++ - Size: 41 KB - Last synced at: 17 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

wa1tnr/rp2040-arduino-basics-a
RP2040 Arduino - one hundredth repository ;) instantiated 18 April 2021.
Language: C++ - Size: 297 KB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wa1tnr/rp2040-pio-philhower-a
philhower core rp2040 on platformio build env w Makefile UF2 installation 2023 5 April
Language: Assembly - Size: 11.7 KB - Last synced at: 17 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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.
Language: C++ - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

GNUFox/r3windowdemo
Mirror of https://gitlab.com/gnufox/r3windowdemo
Language: AGS Script - Size: 1.83 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MikeDev101/RPParallelMem 📦
A parallel RAM/ROM/IO driver for MicroPython on the Raspberry Pi Pico.
Language: Python - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

aman983/Qpico
Simulating a Quantum Computer on Raspberry pi Pico
Language: Python - Size: 997 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0
