{"id":20961391,"url":"https://github.com/perbu/micropython-talk-2020","last_synced_at":"2025-08-23T10:14:37.646Z","repository":{"id":143067720,"uuid":"263991068","full_name":"perbu/micropython-talk-2020","owner":"perbu","description":"Notes and code from my micropython talk in May 2020","archived":false,"fork":false,"pushed_at":"2020-05-19T14:09:58.000Z","size":6383,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T18:11:18.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/perbu.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":"2020-05-14T18:14:19.000Z","updated_at":"2020-05-19T14:10:00.000Z","dependencies_parsed_at":"2023-04-27T16:46:26.115Z","dependency_job_id":null,"html_url":"https://github.com/perbu/micropython-talk-2020","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/perbu/micropython-talk-2020","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmicropython-talk-2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmicropython-talk-2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmicropython-talk-2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmicropython-talk-2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perbu","download_url":"https://codeload.github.com/perbu/micropython-talk-2020/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmicropython-talk-2020/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746602,"owners_count":24813571,"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-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-11-19T02:03:48.548Z","updated_at":"2025-08-23T10:14:37.622Z","avatar_url":"https://github.com/perbu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code and notes from my Micropython talk\n\n\n\n## Installing Micropython on ESP32 and ESP8266\n\n### Flashing the ESP32\n```\nesptool.py --chip esp32 --port /dev/cu.SLAB_USBtoUART write_flash -z 0x1000 esp32spiram-idf4-20200405-v1.12-337-g312c69949.bin\n```\n\n### Flashing the ESP8266\n```\nesptool.py --port /dev/cu.Repleo-CH341-00004114 --baud 57600 write_flash --flash_size=detect 0 esp8266-20200324-v1.12-270-g38ccb4c64.bin\n```\n\n\n## Tools\n\nYou'll need pip or pip3 to work in order to install these.\n\n### esptool\n\n```pip3 install esptool```\n\n### pyboard\n\n```pip3 install pyboard```\n\n\n### rshell\n\nYou can find rshell here: https://github.com/dhylands/rshell\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperbu%2Fmicropython-talk-2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperbu%2Fmicropython-talk-2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperbu%2Fmicropython-talk-2020/lists"}