{"id":19856554,"url":"https://github.com/gavinlyonsrepo/stm32_projects","last_synced_at":"2025-10-13T15:15:30.004Z","repository":{"id":53925057,"uuid":"299745995","full_name":"gavinlyonsrepo/STM32_projects","owner":"gavinlyonsrepo","description":"A collection of projects and libraries for STM32 based micro-controllers family.","archived":false,"fork":false,"pushed_at":"2024-09-18T10:40:27.000Z","size":730,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-02T01:38:10.673Z","etag":null,"topics":["aht10","erm19264","hd44780","library","lm75a","nokia5110","pcd8544","pcf8574","st7735","stm32","stm32f070","stm32f103","stm32f103c8","stm32f103c8t6","stm32f303","stm32f303k8","tm1638","tm1638display","uc1609","uc1609c"],"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":"mit","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":"LICENSE.md","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-29T21:50:07.000Z","updated_at":"2024-09-18T10:40:31.000Z","dependencies_parsed_at":"2024-09-18T21:45:39.191Z","dependency_job_id":null,"html_url":"https://github.com/gavinlyonsrepo/STM32_projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gavinlyonsrepo/STM32_projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FSTM32_projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FSTM32_projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FSTM32_projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FSTM32_projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gavinlyonsrepo","download_url":"https://codeload.github.com/gavinlyonsrepo/STM32_projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FSTM32_projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266486268,"owners_count":23936921,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","erm19264","hd44780","library","lm75a","nokia5110","pcd8544","pcf8574","st7735","stm32","stm32f070","stm32f103","stm32f103c8","stm32f103c8t6","stm32f303","stm32f303k8","tm1638","tm1638display","uc1609","uc1609c"],"created_at":"2024-11-12T14:15:51.086Z","updated_at":"2025-10-13T15:15:24.960Z","avatar_url":"https://github.com/gavinlyonsrepo.png","language":"C","funding_links":["https://www.paypal.com/paypalme/whitelight976"],"categories":[],"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# STM32\n\nA collection of projects and libraries for the STM32 based micro-controller family.\n\nTable of contents\n---------------------------\n\n  * [Libraries](#libraries)\n  * [Projects](#projects)\n\n\nLibraries\n-----------------------------------------\n\n| # | IC | ToolChain | Description  | Link |\n| --- | --- | --- | --- | --- |\n|1| STM32F303K8T6 Nucleo-32 | STM32CubeIDE C++ HAL | TM1638 LED Module  |[URL ](STM32/tm1638plus/)|\n|2| STM32F303K8T6 Nucleo-32 | STM32CubeIDE C HAL | Nokia 5110 PCD8544 LCD |[URL ](STM32/nokia5110text/)|\n|3| STM32F303K8T6 Nucleo-32 | STM32CubeIDE C  HAL | AHT10 Sensor |[URL ](STM32/AHT10/)|\n|4| STM32F303K8T6 Nucleo-32 | STM32CubeIDE C++ HAL | LM75A Sensor  |[URL ](STM32/LM75a/)|\n|5| STM32F303K8T6 Nucleo-32 | STM32CubeIDE C HAL | HD44780 PCF8574 LCD  |[URL ](STM32/HD44780/)|\n|6| STM32F070RBT6 Nucleo-64 | STM32CubeIDE C++ HAL | ERM19264_UC1609 LCD |[URL ](STM32/ERM19264/)|\n|7| STM32F070RBT6 Nucleo-64 | STM32CubeIDE C  HAL | ST7735 TFT LCD |[URL ](STM32/ST7735_TFT/)|\n\n\nProjects \n-----------------------\n\n| # | IC | ToolChain | Description  | Link |\n| --- | --- | --- | --- | --- |\n| --- | --- | --- | --- | --- |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinlyonsrepo%2Fstm32_projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgavinlyonsrepo%2Fstm32_projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinlyonsrepo%2Fstm32_projects/lists"}