{"id":13894122,"url":"https://github.com/gavinlyonsrepo/RPI_PICO_projects_list","last_synced_at":"2025-07-17T08:32:26.296Z","repository":{"id":98597007,"uuid":"535089388","full_name":"gavinlyonsrepo/RPI_PICO_projects_list","owner":"gavinlyonsrepo","description":"An index of projects and libraries for Raspberry Pi Pico's (RP2040) stored in this github account.  ","archived":false,"fork":false,"pushed_at":"2024-02-12T20:01:28.000Z","size":9,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-22T00:42:23.347Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://gavinlyonsrepo.github.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gavinlyonsrepo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-09-10T18:48:29.000Z","updated_at":"2024-04-18T16:57:40.000Z","dependencies_parsed_at":"2024-02-12T21:29:32.613Z","dependency_job_id":"20ee7c92-1002-465b-bb3f-bcd360012c3c","html_url":"https://github.com/gavinlyonsrepo/RPI_PICO_projects_list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FRPI_PICO_projects_list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FRPI_PICO_projects_list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FRPI_PICO_projects_list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FRPI_PICO_projects_list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gavinlyonsrepo","download_url":"https://codeload.github.com/gavinlyonsrepo/RPI_PICO_projects_list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226243893,"owners_count":17594452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-08-06T18:01:24.376Z","updated_at":"2025-07-17T08:32:26.290Z","avatar_url":"https://github.com/gavinlyonsrepo.png","language":"C++","funding_links":["https://www.paypal.com/paypalme/whitelight976"],"categories":["C++"],"sub_categories":[],"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)\n\n# Raspberry Pi Pico project Index\n\nAn index of projects and libraries for Raspberry Pi Pico's stored in this\ngithub account. The Raspberry Pi Pico is a microcontroller board \nwith flexible digital interfaces.\nTool Chain used is vs code, cmake and Rp2040 RPI-PICO SDK C++.\n\n## Table of contents\n\n  * [Libraries](#libraries)\n  * [Projects](#projects)\n\n## Libraries\n \n| Components | Description | Link |\n| -------- | ----------- |  ----------- |\n|ST7735 ST7789 ILI9341 SSD1331 GC9A01A |16-bit color graphic displays | [link](https://github.com/gavinlyonsrepo/displaylib_16bit_PICO)|\n|UC1609 PCD8544 SSD1306 CH1115 SH110X|1-bit color graphic displays| [link](https://github.com/gavinlyonsrepo/displaylib_1bit_PICO)|\n|MAX7219 TM1637 TM1638 HT16K33|LED segment module display | [link](https://github.com/gavinlyonsrepo/displaylib_LED_PICO)|\n|HD44780|Character LCD | [link](https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574_PICO) |\n|ULN2003  L298N TB6612FNG MX1508 A4988 DRV8825 LV8729 A3967|Stepper Motor Controllers| [link](https://github.com/gavinlyonsrepo/Stepper_Motor_Control_PICO)|\n|MCP4725|DAC | [link](https://github.com/gavinlyonsrepo/MCP4725_PICO)|\n|ADS1x15|ADC | [link](https://github.com/gavinlyonsrepo/ADS1x15_PICO)|\n|LM75A DHT11 AHTXX LM35 BMP280| Sensors | [link](https://github.com/gavinlyonsrepo/sensors_PICO)|\n|TEA5767|Radio module| [link](https://github.com/gavinlyonsrepo/TEA5767_PICO)|\n|DS1307|Real time clock module | [link](https://github.com/gavinlyonsrepo/DS1307_PICO)|\n| -------- | ----------- |  ----------- |\n\n## Projects\n\n| # |  Description | Link  |\n| -------------- | -------------- | -------- |\n|1 |  FM Radio Project | [link](https://github.com/gavinlyonsrepo/FM_Radio_PICO) |\n| ---  | ---  | ---  |\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinlyonsrepo%2FRPI_PICO_projects_list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgavinlyonsrepo%2FRPI_PICO_projects_list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinlyonsrepo%2FRPI_PICO_projects_list/lists"}