Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinlyonsrepo/RPI_PICO_projects_list
An index of projects and libraries for Raspberry Pi Pico's (RP2040) stored in this github account.
https://github.com/gavinlyonsrepo/RPI_PICO_projects_list
aht10 cplusplus libraries library lm75 pico pico-sdk raspberry raspberry-pi raspberry-pi-pico raspberrypi raspberrypipico rp2040 rpi rpi-pico rpipico sdk st7735 tea5767 tm1638
Last synced: 3 months ago
JSON representation
An index of projects and libraries for Raspberry Pi Pico's (RP2040) stored in this github account.
- Host: GitHub
- URL: https://github.com/gavinlyonsrepo/RPI_PICO_projects_list
- Owner: gavinlyonsrepo
- Created: 2022-09-10T18:48:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T20:01:28.000Z (9 months ago)
- Last Synced: 2024-07-27T04:34:47.530Z (3 months ago)
- Topics: aht10, cplusplus, libraries, library, lm75, pico, pico-sdk, raspberry, raspberry-pi, raspberry-pi-pico, raspberrypi, raspberrypipico, rp2040, rpi, rpi-pico, rpipico, sdk, st7735, tea5767, tm1638
- Language: C++
- Homepage: https://gavinlyonsrepo.github.io/
- Size: 8.79 KB
- Stars: 20
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Website](https://img.shields.io/badge/Website-Link-blue.svg)](https://gavinlyonsrepo.github.io/) [![Rss](https://img.shields.io/badge/Subscribe-RSS-yellow.svg)](https://gavinlyonsrepo.github.io//feed.xml) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/whitelight976)
# Raspberry Pi Pico project Index
An index of projects and libraries for Raspberry Pi Pico's stored in this
github account. The Raspberry Pi Pico is a microcontroller board with flexible digital interfaces.
It incorporates Raspberry Pi's own RP2040 microcontroller chip, with a dual-core
Arm Cortex M0+ processor running up to 133 MHz, embedded 264KB of SRAM, and 2MB of onboard
Flash memory, as well as 26 x multi-function GPIO pins.ToolChain used is Rp2040 RPI-PICO SDK C++.
## Table of contents
* [Projects](#projects)
* [Libraries](#libraries)
## Projects| # | Description | Link |
| -------------- | -------------- | -------- |
|1 | FM Radio Project | [link](https://github.com/gavinlyonsrepo/FM_Radio_PICO) |
| --- | --- | --- |## Libraries
| # | Name | Description | Link |
| -------------- | -------- | ----------- | ----------- |
|1 | MCP4725| DAC | [link](https://github.com/gavinlyonsrepo/MCP4725_PICO)|
|2 | ADS1x15 | ADC | [link](https://github.com/gavinlyonsrepo/ADS1x15_PICO)|
|3 |LM75A |Sensor | [link](https://github.com/gavinlyonsrepo/LM75A_PICO)|
|4 |AHT10 | Sensor | [link](https://github.com/gavinlyonsrepo/AHTXX_PICO)|
|5 |TEA5767 | Radio module| [link](https://github.com/gavinlyonsrepo/TEA5767_PICO)|
|6 |TM1638 | LED module display | [link](https://github.com/gavinlyonsrepo/TM1638plus_PICO)|
|7 |HD44780 | Character LCD | [link](https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574_PICO) |
|8 |ERM19264 UC1609 |1-bit color graphic LCD| [link](https://github.com/gavinlyonsrepo/ERM19264_UC1609_PICO)|
|9 | SSD1306 |1-bit color graphic OLED display | [link](https://github.com/gavinlyonsrepo/SSD1306_OLED_PICO)|
|10|ST7735 |16-bit color graphic TFT LCD | [link](https://github.com/gavinlyonsrepo/ST7735_TFT_PICO)|
| --- | --- | --- | --- |