{"id":15532853,"url":"https://github.com/tito/stk500","last_synced_at":"2025-04-23T13:42:01.625Z","repository":{"id":66575322,"uuid":"167827405","full_name":"tito/stk500","owner":"tito","description":"Tools implemented in Python for STK500v1","archived":false,"fork":false,"pushed_at":"2019-03-03T17:12:39.000Z","size":20,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T00:11:09.698Z","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/tito.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":"2019-01-27T15:58:51.000Z","updated_at":"2024-06-11T12:12:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"df07f292-459f-4d41-8f9b-45d59f5ff802","html_url":"https://github.com/tito/stk500","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/tito%2Fstk500","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tito%2Fstk500/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tito%2Fstk500/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tito%2Fstk500/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tito","download_url":"https://codeload.github.com/tito/stk500/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250440834,"owners_count":21431065,"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":[],"created_at":"2024-10-02T11:33:27.579Z","updated_at":"2025-04-23T13:42:01.620Z","avatar_url":"https://github.com/tito.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STK500 client in Python\n\nI needed to understand the STK500v1 protocol used by avrdude to flash Arduino\nin order to reimplement it as a embedded one in C for the ESP32.\n\nThis is the end result. Works only for flashing a binary in the FLASH memory.\nYou can also dump the FLASH memory.\n\n## Requirements\n\n```\npip install pyserial progressbar2\n```\n\n## Usage\n\nIn the arduino, export your firmware as a binary (Sketch \u003e Export as Compiled\nBinary). Then:\n\n```\npython hex2bin.py PATH_TO_YOUR_FIRMWARE.hex firmware.bin\n```\n\nThen you can upload it:\n\n```\npython binuploader.py upload /dev/ttyUSB0 firmware.bin\n```\n\nYou can also dump the memory:\n\n```\npython binuploader.py dump /dev/ttyUSB0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftito%2Fstk500","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftito%2Fstk500","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftito%2Fstk500/lists"}