{"id":15722921,"url":"https://github.com/ayapejian/micro-examples","last_synced_at":"2026-04-05T23:03:57.971Z","repository":{"id":151912900,"uuid":"123867432","full_name":"AYapejian/micro-examples","owner":"AYapejian","description":"Examples and snippets for microcontrollers","archived":false,"fork":false,"pushed_at":"2019-05-08T13:57:21.000Z","size":16,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T00:15:41.268Z","etag":null,"topics":["arduino","esp32","esp8266","microcontroller","platformio"],"latest_commit_sha":null,"homepage":null,"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/AYapejian.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,"publiccode":null,"codemeta":null}},"created_at":"2018-03-05T05:06:16.000Z","updated_at":"2020-04-01T13:34:10.000Z","dependencies_parsed_at":"2023-05-15T17:30:30.514Z","dependency_job_id":null,"html_url":"https://github.com/AYapejian/micro-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AYapejian/micro-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYapejian%2Fmicro-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYapejian%2Fmicro-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYapejian%2Fmicro-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYapejian%2Fmicro-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AYapejian","download_url":"https://codeload.github.com/AYapejian/micro-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AYapejian%2Fmicro-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266433337,"owners_count":23927737,"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":["arduino","esp32","esp8266","microcontroller","platformio"],"created_at":"2024-10-03T22:09:42.106Z","updated_at":"2025-12-30T22:07:01.142Z","avatar_url":"https://github.com/AYapejian.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro Examples\n\nThis repository is serving as a cheatsheet of sorts, taking from many sources and transposing into a collection of runnable examples using [platform.io](https://platformio.org) and mostly targetting esp8266 dev boards, although with platformio should be easily adaptable.\n\n# Compiling / Running\n1. Copy `_config/secrets.template.h` as `_config/secrets.h` and fill in with your credentials as needed.\n  * _NOTE: `secrets.h` is gitignored so this shouldn't be a problem if you fork the repo, just noting here as an FYI_\n2. Each sub directory is a standalone platformio project, refer to the platformio docs for details (I'll add info around this here when I get a chance)\n\n# Hardware\nAs mentioned most of the examples target the esp8266 type development boards.  More specifically I tend to use the Witty Cloud boards like the [one found here](http://bit.ly/witty-esp8266) or the Wemos D1 mini as they are cheap and convenient for prototyping.\n\n# PlatformIO CLI Commands\n* `pio run` will build the project (run from within a sub directory)\n* `pio run -t upload` to upload to board\n* `pio run -t clean` to clean/prep for fresh build\n* `pio device monitor` to open serial monitor\n\n# References\n* [PlatformIO Docs](http://docs.platformio.org/en/latest/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayapejian%2Fmicro-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayapejian%2Fmicro-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayapejian%2Fmicro-examples/lists"}