{"id":29020492,"url":"https://github.com/industral/nixie-clock","last_synced_at":"2026-04-29T21:06:58.472Z","repository":{"id":148229335,"uuid":"81946665","full_name":"industral/nixie-clock","owner":"industral","description":"I2C Nixie Clock","archived":false,"fork":false,"pushed_at":"2018-08-02T18:05:38.000Z","size":1757,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-06T00:05:26.513Z","etag":null,"topics":["electronics","gpio","javascript","nixie-tubes","nodejs","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://easyeda.com/industral/nixie-clock","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/industral.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-02-14T13:13:32.000Z","updated_at":"2023-01-09T15:55:48.000Z","dependencies_parsed_at":"2023-04-10T14:32:29.900Z","dependency_job_id":null,"html_url":"https://github.com/industral/nixie-clock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/industral/nixie-clock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industral%2Fnixie-clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industral%2Fnixie-clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industral%2Fnixie-clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industral%2Fnixie-clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/industral","download_url":"https://codeload.github.com/industral/nixie-clock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industral%2Fnixie-clock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"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":["electronics","gpio","javascript","nixie-tubes","nodejs","raspberry-pi"],"created_at":"2025-06-26T01:05:46.494Z","updated_at":"2026-04-29T21:06:58.468Z","avatar_url":"https://github.com/industral.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nixie Clock\n\n![Nixie Clock](./docs/devices/v3-01.jpg)\n\nNixie Clock controlled by I²C.\n\nProject consist from 2 parts:\n\n* Hardware ([PCB](https://en.wikipedia.org/wiki/Printed_circuit_board) + any [I²C](https://en.wikipedia.org/wiki/I%C2%B2C) control device)\n* Software\n\nOnce creating PCB, you can control your Nixie Clock by any I²C device. Here you can find software to control Nixie Clock by different types I²C devices.\n\n## Hardware\n\nHardware part consist from 2 parts:\n\n* [Custom PCB](#custom-pcb)\n* [I²C Device](#i2c-device)\n\n### Custom PCB\n\nCustom PCB contains all required drivers and [Nixie Tubes](https://en.wikipedia.org/wiki/Nixie_tube), in other words - your clock.\n\nProject within Schematic and PCB is located [here](https://easyeda.com/industral/nixie-clock)\n\n**Schematic**\n\n![Schematic](https://image.easyeda.com/histories/4454b862059941f5861759a11c864cd6.png) \n\n**PCB**\n\n![PCB](https://image.easyeda.com/histories/7d0d982b83ac46778a668b8487154d97.png)\n\n\n### I2C Device\n\nAny device that has I²C support (usually has [GPIO](https://en.wikipedia.org/wiki/General-purpose_input/output)).\nYou can use any [SBC](https://en.wikipedia.org/wiki/Single-board_computer) like [Raspberry Pi](https://en.wikipedia.org/wiki/Raspberry_Pi), [Banana Pi](https://en.wikipedia.org/wiki/Banana_Pi) and others or use [single-bord microcontroller](https://en.wikipedia.org/wiki/Single-board_microcontroller) like [Arduino](https://en.wikipedia.org/wiki/Arduino), or even use your own developed board within microcontroller for I²C communication.\n\n  \n## Software\n\nIf you use SBC that has [OS](https://en.wikipedia.org/wiki/Operating_system) running on, e.g. Linux, and has I²C - you can use software located [here on GitHub](https://github.com/industral/nixie-clock).\nYou have to upload it into your chosen I²C device, build it and run it.\nUsing custom I²C device - will require to write your own code in order to control clock via I²C.\n\nFor other documentation, please refer to [Documentation](./docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findustral%2Fnixie-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findustral%2Fnixie-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findustral%2Fnixie-clock/lists"}