{"id":22719061,"url":"https://github.com/lemariva/upyblynk","last_synced_at":"2025-09-07T06:35:20.811Z","repository":{"id":109048971,"uuid":"169163140","full_name":"lemariva/uPyBlynk","owner":"lemariva","description":"Blynk and Micropython on WiPy 2.0/3.0 and ESP32 for home automation","archived":false,"fork":false,"pushed_at":"2019-02-04T23:36:35.000Z","size":12,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-07T06:33:54.450Z","etag":null,"topics":["blynk","esp32","home-automation","micropython","wipy"],"latest_commit_sha":null,"homepage":"https://lemariva.com/blog/2019/02/micropython-home-automation-using-blynk-connected-to-a-wipy-3-0-2-0","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lemariva.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-04T22:59:29.000Z","updated_at":"2024-03-02T21:30:41.000Z","dependencies_parsed_at":"2023-03-27T09:02:59.980Z","dependency_job_id":null,"html_url":"https://github.com/lemariva/uPyBlynk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lemariva/uPyBlynk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemariva%2FuPyBlynk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemariva%2FuPyBlynk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemariva%2FuPyBlynk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemariva%2FuPyBlynk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lemariva","download_url":"https://codeload.github.com/lemariva/uPyBlynk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemariva%2FuPyBlynk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274005336,"owners_count":25205934,"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-09-07T02:00:09.463Z","response_time":67,"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":["blynk","esp32","home-automation","micropython","wipy"],"created_at":"2024-12-10T14:11:26.924Z","updated_at":"2025-09-07T06:35:20.779Z","avatar_url":"https://github.com/lemariva.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uPyBlynk\nThis project is about controlling a WiPy 2.0/3.0 or an ESP32 running MicroPython with [Blynk](https://www.blynk.cc/).\n\n## Instructions\n### Android\n1. Install the [Android](https://play.google.com/store/apps/details?id=cc.blynk) or [iOS](https://itunes.apple.com/us/app/blynk-control-arduino-raspberry/id808760481) application\n2. Create a New Project and choose as device the `WiPy`\n3. Copy the `auth token`\n\n\n### WiPy 3.0 / 2.0\n1. Rename and upload the [`boot.py`](https://github.com/lemariva/ESP32MicroPython/blob/master/boot_wipy.py) file to the WiPy to connect your WI-FI. Do not forget to change the `\u003cwlan-ssid\u003e` and `\u003cwlan-password\u003e` with your SSID and the WPA2 password of your router\n2. Change the `auth token` inside the `main.py` file\n3. Upload the `BlynkLibWiPy.py` and the `main.py` files to the WiPy\n4. Reboot the WiPy.\n\nCheck the WiPy 3.0 / 2.0 pinout [here](https://docs.pycom.io/datasheets/development/wipy3.html).\n\nIf you need some help to upload the files to the WiPy, follow this [tutorial](https://lemariva.com/blog/2017/10/micropython-getting-started).\n\n### ESP32\n0. Install MicroPython following this [tutorial](https://lemariva.com/blog/2017/10/micropython-getting-started).\n1. Rename and upload the [`boot.py`](https://github.com/lemariva/ESP32MicroPython/blob/master/boot_esp32.py) file to the ESP32 to connect your WI-FI. Do not forget to change the `\u003cwlan-ssid\u003e` and `\u003cwlan-password\u003e` with your SSID and the WPA2 password of your router\n2. Change the `auth token` inside the `main.py` file, and switch the corresponding `imports`\n3. Upload the `BlynkLibESP32.py` and the `main.py` files to the ESP32\n4. Reboot the ESP32.\n\nCheck the ESP32 pinout [here](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-devkitc.html).\n\n### Additional Configuration\n* [Blynk examples](https://github.com/wipy/wipy/tree/master/examples/blynk)\n\n## Changelog\n* Revision 0.1a\n\t- it is still buggy\n\t- PWM, ADC, DO, DI working - some pins are not available\n\n## Credits\n* Based on [WiPy 1.0 Library](https://github.com/wipy/wipy/blob/master/lib/blynk/BlynkLib.py)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemariva%2Fupyblynk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flemariva%2Fupyblynk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemariva%2Fupyblynk/lists"}