{"id":18625840,"url":"https://github.com/fbiego/esp32-firmware-update","last_synced_at":"2025-04-11T05:30:32.502Z","repository":{"id":106328798,"uuid":"424367181","full_name":"fbiego/esp32-firmware-update","owner":"fbiego","description":"Update ESP32 firmware over WiFi from a web server","archived":false,"fork":false,"pushed_at":"2021-11-04T08:35:33.000Z","size":1544,"stargazers_count":27,"open_issues_count":2,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T09:47:46.396Z","etag":null,"topics":["arduino","automation","esp32","firmware","firmware-updater","github","wifi"],"latest_commit_sha":null,"homepage":"","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/fbiego.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":"2021-11-03T20:14:50.000Z","updated_at":"2025-02-21T19:58:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"57d2de5b-d7fb-4e4f-87b1-ae928331356e","html_url":"https://github.com/fbiego/esp32-firmware-update","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/fbiego%2Fesp32-firmware-update","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiego%2Fesp32-firmware-update/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiego%2Fesp32-firmware-update/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbiego%2Fesp32-firmware-update/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbiego","download_url":"https://codeload.github.com/fbiego/esp32-firmware-update/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248347305,"owners_count":21088623,"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":["arduino","automation","esp32","firmware","firmware-updater","github","wifi"],"created_at":"2024-11-07T04:36:10.426Z","updated_at":"2025-04-11T05:30:32.479Z","avatar_url":"https://github.com/fbiego.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp32-firmware-update\nUpdate ESP32 firmware over WiFi from Github\n\n[![Versioner](https://github.com/fbiego/esp32-firmware-update/actions/workflows/main.yml/badge.svg)](https://github.com/fbiego/esp32-firmware-update/actions/workflows/main.yml)\n\nThis includes a python script which generates the update json file based on the firmware version stated in the Arduino sketch.\nThe script also renames the generated binary file from the Arduino IDE.\n\n- update your code\n- export compiled binary\n- commit \u0026 push to github\n- the rest is history\n\n## Setup\nIf you clone this repository, make the following changes\n\n[`workflow`](./.github/workflows/main.yml)\n```\ngit config --local user.email \"your@email.com\"\ngit config --local user.name \"username\"\n```\n\n[`sketch`](./esp32-firmware-update.ino)\n\n```\nString baseUrl = \"https://raw.githubusercontent.com/{your github username}/esp32-firmware-update/main/\";\n\n/* your wifi credentials */\nchar * WIFI_SSID = \"wifi name\";\nchar * WIFI_PASS = \"wifi password\";\n```\n\n## Releasing Updates\n- Clone the repo and make changes to the code using Arduino IDE\n- Upload the sketch to the ESP32 if this is the first time\n- Increment the `currentVersion` in the sketch\n- Export compiled binary (Ctrl+Alt+S) using Arduino IDE\n- Commit and push the changes to Github\n- The workflow will run the script to generate json file and rename the bin file\n- Once the ESP32 finds higher `versionCode` in the json file it will download and update the firmware\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbiego%2Fesp32-firmware-update","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbiego%2Fesp32-firmware-update","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbiego%2Fesp32-firmware-update/lists"}