{"id":15576677,"url":"https://github.com/jakubandrysek/basicota-esp32-library","last_synced_at":"2026-03-08T22:33:12.211Z","repository":{"id":49718525,"uuid":"261563540","full_name":"JakubAndrysek/BasicOTA-ESP32-library","owner":"JakubAndrysek","description":":floppy_disk: Basic OTA library for ESP32 and VSCode - PlatformIO","archived":false,"fork":false,"pushed_at":"2020-11-13T21:23:43.000Z","size":65,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T13:37:58.067Z","etag":null,"topics":["esp32","library","ota","ota-update","platformio"],"latest_commit_sha":null,"homepage":"","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/JakubAndrysek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-05T19:22:46.000Z","updated_at":"2025-09-02T23:46:53.000Z","dependencies_parsed_at":"2022-07-26T18:02:07.297Z","dependency_job_id":null,"html_url":"https://github.com/JakubAndrysek/BasicOTA-ESP32-library","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JakubAndrysek/BasicOTA-ESP32-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FBasicOTA-ESP32-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FBasicOTA-ESP32-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FBasicOTA-ESP32-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FBasicOTA-ESP32-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakubAndrysek","download_url":"https://codeload.github.com/JakubAndrysek/BasicOTA-ESP32-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakubAndrysek%2FBasicOTA-ESP32-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30275563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["esp32","library","ota","ota-update","platformio"],"created_at":"2024-10-02T18:54:22.777Z","updated_at":"2026-03-08T22:33:12.179Z","avatar_url":"https://github.com/JakubAndrysek.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Basic OTA library for ESP32 and VSCode - PlatformIO\n### By [Kuba Andrýsek](https://kubaandrysek.cz/)\nThis project is inspirated by [Lastminuteengineers.com](https://lastminuteengineers.com/esp32-ota-updates-arduino-ide/)\n\n# Integration takes only 2 minutes and it's very easy to use\n\n## Usage\n\n### [Example project](https://github.com/JakubAndrysek/BasicOTA-ESP32-library/tree/master/example/BasicUsage)\n\n### First run\n1. Create new [PlatformIO](https://platformio.org/) project - Eespressif ESP32 Dev Module\n1. Copy [example](https://github.com/JakubAndrysek/BasicOTA-ESP32-library/blob/master/example/BasicUsage/main.cpp) code into `main.cpp`\n1. Change WiFi SSID and PASSWORD to suit your credentials\n1. Open `platformio.ini` and after `framework = arduino` insert to new line [`upload_flags = -p 3232`](https://github.com/JakubAndrysek/BasicOTA-ESP32-library/blob/master/example/BasicUsage/platformio.ini#L20). It [will fix](https://github.com/platformio/platform-espressif32/issues/197) upload issue.\n1. Connect ESP32 to the PC and flash software. For the first time ESP must be connected by cable!\n\n### Further usage\n1. If you see in your terminal IP adress of your ESP proceed to the next point. If not, try the First run again.\n1. Open `platformio.ini` and add [`upload_port = YOUR ESP32 IP`](https://github.com/JakubAndrysek/BasicOTA-ESP32-library/blob/master/example/BasicUsage/platformio.ini#L19)  (IP adress is displayed in the terminal) after `upload_flags = -p 3232` Example:`upload_port = 192.168.0.166`\n1. That`s all 😃. From now on your software will be uploaded via the WiFI.\n\nSucces upload message - Upload status\n\n[![Build Status](/docs/SuccesTerminal.png)]()\nSucces upload message - Terminal\n\n[![Build Status](/docs/SussecESP.png)]()\n\n\n### License - [MIT](https://github.com/JakubAndrysek/BasicOTA-ESP32-library/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubandrysek%2Fbasicota-esp32-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakubandrysek%2Fbasicota-esp32-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakubandrysek%2Fbasicota-esp32-library/lists"}