{"id":30429806,"url":"https://github.com/sdaves/micronametag","last_synced_at":"2026-05-02T23:31:18.180Z","repository":{"id":147311257,"uuid":"230685215","full_name":"sdaves/micronametag","owner":"sdaves","description":"Digital nametag with endless posibilities. Pure python microcontroller programming using an ESP8266 with an OLED display and MicroPython. After device setup use a web browser to code offline.","archived":false,"fork":false,"pushed_at":"2020-01-11T15:00:03.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T23:12:44.275Z","etag":null,"topics":["esp8266","micropython","nametag","oled","wifi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sdaves.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,"zenodo":null}},"created_at":"2019-12-29T00:48:36.000Z","updated_at":"2020-01-11T15:00:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb1e8015-c8a3-4ec0-9196-8cfb94feecfd","html_url":"https://github.com/sdaves/micronametag","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdaves/micronametag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdaves%2Fmicronametag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdaves%2Fmicronametag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdaves%2Fmicronametag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdaves%2Fmicronametag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdaves","download_url":"https://codeload.github.com/sdaves/micronametag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdaves%2Fmicronametag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32553371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T22:28:24.418Z","status":"ssl_error","status_checked_at":"2026-05-02T22:28:14.225Z","response_time":132,"last_error":"SSL_read: 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":["esp8266","micropython","nametag","oled","wifi"],"created_at":"2025-08-22T17:36:50.189Z","updated_at":"2026-05-02T23:31:18.122Z","avatar_url":"https://github.com/sdaves.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# micronametag\n\nDigital nametag with endless posibilities. Pure python microcontroller programming using an ESP8266 with an OLED display and MicroPython. After device setup use a web browser to code offline.\n\n# Hardware\n\n![DevBoard](https://i.imgur.com/tBAKK0w.png)\n\n[ESP8266 Dev Board](https://heltec.org/project/wifi-kit-8/)\n\nOpen Hardware \u0026 Open Software\n\n## Requirements\n\n- Install git `https://git-scm.com/downloads`\n- Install Python 3.6 or greater and python3-venv `https://www.python.org/downloads/`\n\n## Setup on Linux\n\n    apt install -y git python3 python3-venv\n    \n## Setup on Mac\n\n    brew install python3 git\n    \n## Setup on Windows10\n\n    choco install python3 git\n\n## Setup development tools (all platforms)\n\n    git clone https://github.com/sdaves/micronametag\n    cd examples/nametag\n    python3 -m venv ../../venv\n    source ../../venv/bin/activate\n    pip install py-make\n    pymake setup # or make setup\n    \n## Security\n    \nCopy the `.envtemplate` file to a new file called `.env` and edit the following application security settings:\n\n    WEBREPL_PASSWORD=WEBREPL_PASSWORD_\n    WIFI_SSID=net\n    WIFI_PSK=password\n\n## Upload\n\n    source ../../venv/bin/activate\n    pymake upload # or make upload\n\n## Serial Console\n\n    source ../../venv/bin/activate\n    pymake serial # or make serial\n\n## Help\n\n[Quickstart tutorial](https://docs.micropython.org/en/latest/esp8266/quickref.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdaves%2Fmicronametag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdaves%2Fmicronametag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdaves%2Fmicronametag/lists"}