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

    Language:C1409523
  • racerxdl/picohome

    Raspberry Pi Pico Home Automation using CAN Bus

  • adamczykpiotr/pico-mcp2515

    Raspberry Pi Pico MCP2515 CAN-Bus Interface Library

    Language:C++754425
  • RP2040-Raspberry-Pi-Pico-and-Pico-W

    sshahryiar/RP2040-Raspberry-Pi-Pico-and-Pico-W

    My projects with RP2040 Raspberry Pi Pico and Pico W

    Language:Python38207
  • endail/hx711-pico-c

    Implementation of single and multiple HX711 use via RP2040's state machine

    Language:C355507
  • 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++324415
  • 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

    Language:Python27107
  • madskjeldgaard/PicoOSC

    OSC communication for the Raspberry Pi Pico using the C++ SDK

    Language:C++13302
  • endail/hx711-pico-mpy

    MicroPython implementation of HX711 use via RP2040's state machine

    Language:Python12141
  • YahboomTechnology/Pico-Robot

    Cute robot car for Raspberry Pi Pico support MicroPython programming

    Language:Python12208
  • 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:C11341
  • pichromecast

    GitHub30/pichromecast

    Library for MicroPython to communicate with the Google Chromecast.

    Language:Python9333
  • gavinlyonsrepo/ADS1x15_PICO

    Library Driver for ADC's ADS1015 and ADS1115 modules. RPI PICO RP2040 SDK C++

    Language:C++7301
  • MikeDev101/RPMidi

    Plays MIDI songs through your Raspberry Pi Pico's PWM pins!

    Language:Python7001
  • 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:C6223
  • episource/picopdio

    Another internet radio player project reusing parts and case of an old DNT IPdio Tune internet radio.

    Language:C++6300
  • gavinlyonsrepo/FM_Radio_PICO

    FM Radio Project, RPI PICO RP2040 SDK C++

    Language:C++630
  • avinal/badger2040-boilerplate

    This is a bolierplate project for developing Badger 2040 C++ programs.

    Language:CMake5100
  • LCD4Pico

    sentouki/LCD4Pico

    Raspberry Pi Pico C++ library for HD44780 LCD

    Language:C++4200
  • 4dcu-be/MacroPad

    All code for setting up a raspberry pi powered macropad

    Language:Python3130
  • DC540-Nova/micropython-and-pcb-class-2022

    MicroPython & PCB Class 2022 repo.

    Language:Python3100
  • gavinlyonsrepo/MCP4725_PICO

    Library Driver for the MCP4725 DAC modules, for Raspberry pi PICO RP2040 C++ SDK

    Language:C++3402
  • jaszczurtd/Fiesta

    A kind of a "firmware" for Raspberry pi pico based hardware for my Ford Fiesta

    Language:C3400
  • 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:C3201
  • LaserBorg/circuitpython-rfid-hid

    convert RFID Tag Data into keystrokes by emulating a USB Keyboard on a Pi Pico.

    Language:Python3201
  • MikeDev101/RPParallelMem

    A parallel RAM/ROM/IO driver for MicroPython on the Raspberry Pi Pico.

    Language:Python3001
  • gavinlyonsrepo/TEA5767_PICO

    Raspberry pi PICO RP2040 C++ SDK library for TEA5767HN, Low-power FM stereo radio.

    Language:C++240
  • madskjeldgaard/PicoDebounceButton

    Debounce button presses on the Raspberry Pi Pico / RP2040

    Language:CMake2301
  • aman983/Qpico

    Simulating a Quantum Computer on Raspberry pi Pico

    Language:Python1110
  • Babkock/Keybow2040

    The root filesystem of my Pimoroni Keybow 2040 mechanical keyboard.

    Language:Python110
  • 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.

    Language:Rust1101
  • wodr/Pico

    Pico / rp2040 examples for using PIO

    Language:Python1101
  • GNUFox/r3windowdemo

    Mirror of https://gitlab.com/gnufox/r3windowdemo

    Language:AGS Script0100
  • murige34/Rpi_pico_MIS

    Raspberry Pi Pico CircuitPython keyboard

    Language:Python0100
  • 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++
  • wa1tnr/rp2040-pio-philhower-a

    philhower core rp2040 on platformio build env w Makefile UF2 installation 2023 5 April

    Language:Assembly11