{"id":19724033,"url":"https://github.com/vs4vijay/vizesp","last_synced_at":"2026-05-01T17:35:56.795Z","repository":{"id":142961524,"uuid":"219131034","full_name":"vs4vijay/VizESP","owner":"vs4vijay","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-02T19:02:29.000Z","size":707,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-05T04:29:04.410Z","etag":null,"topics":["arduino","esp","esp32","esp32-arduino","esp8266","esp8266-arduino","iot","iot-platform"],"latest_commit_sha":null,"homepage":null,"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/vs4vijay.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-11-02T09:22:54.000Z","updated_at":"2022-07-04T08:54:21.000Z","dependencies_parsed_at":"2023-04-21T17:47:04.578Z","dependency_job_id":null,"html_url":"https://github.com/vs4vijay/VizESP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vs4vijay/VizESP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs4vijay%2FVizESP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs4vijay%2FVizESP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs4vijay%2FVizESP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs4vijay%2FVizESP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vs4vijay","download_url":"https://codeload.github.com/vs4vijay/VizESP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vs4vijay%2FVizESP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32507091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["arduino","esp","esp32","esp32-arduino","esp8266","esp8266-arduino","iot","iot-platform"],"created_at":"2024-11-11T23:24:17.222Z","updated_at":"2026-05-01T17:35:56.765Z","avatar_url":"https://github.com/vs4vijay.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Viz-ESP\n\n## Using Arduino-IDE\n\n- Add Board Manager URL \"https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json\"\n\n- Download Driver (for Mac Only): https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers\n  - Port: `/dev/cu.SLAB_USBtoUART`\n\n\nOn-board LED: `GPIO PIN 2`\n\n\n## Using Python\n\n- Get `esptool.py`: `https://github.com/espressif/esptool`\n`pip3 install esptool rshell`\n\n- Erase existing firmware:\n`esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART erase_flash`\n\n- Download and Flash MicroPython firmware\n- Download: `https://micropython.org/download#esp32`\n- Flash:\n`esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART --baud 460800 write_flash -z 0x1000 esp32-idf3-20190529-v1.11.bin`\n\n- Connect to Board using `rshell`\n`rshell --port /dev/tty.SLAB_USBtoUART`\n\n```python3\n\u003e\u003e\u003e import machine\n\u003e\u003e\u003e pin = machine.Pin(2, machine.Pin.OUT)\n\u003e\u003e\u003e pin.on()\n\u003e\u003e\u003e pin.off()\n```\n\nDocs: `https://docs.micropython.org/en/latest/esp32/tutorial/intro.html`\n\nRef:\n- `https://micropython.org/unicorn/`\n- \n\n---\n\n## Using JavaScript\n\n`npm install espruino -g`\n\n- `espruino --list`\n\n- Reset the Board\n`espruino -p /dev/tty.SLAB_USBtoUART -b 115200 -e 'reset(); digitalWrite(2, 1); save();'`\n\n- Push the Code and Save\n`espruino -p /dev/tty.SLAB_USBtoUART -b 115200 -e 'save()' WiFiConnect.js`\n\n---\n\n## Connect to Board (over the serial port)\n\n- Using `rshell`\n`rshell --port /dev/tty.SLAB_USBtoUART`\n\n- Using `screen`\n`screen /dev/tty.SLAB_USBtoUART 115200`\n\n- Using `minicom`\n`minicom --baudrade 115200 --device /dev/tty.SLAB_USBtoUART`\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvs4vijay%2Fvizesp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvs4vijay%2Fvizesp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvs4vijay%2Fvizesp/lists"}