{"id":15061532,"url":"https://github.com/ekspla/micropython_rx-8035","last_synced_at":"2026-01-02T13:47:33.412Z","repository":{"id":256485019,"uuid":"855454250","full_name":"ekspla/micropython_rx-8035","owner":"ekspla","description":"A Micropython Driver for Seiko Epson's RTC, RX-8035SA/LC.","archived":false,"fork":false,"pushed_at":"2025-02-04T07:11:25.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T08:20:17.347Z","etag":null,"topics":["epson","i2c","micropython","python","rtc","rx8035","seiko"],"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/ekspla.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":"2024-09-10T22:27:35.000Z","updated_at":"2025-02-04T07:11:28.000Z","dependencies_parsed_at":"2024-11-21T07:41:55.602Z","dependency_job_id":"6ee804e5-9bdb-4386-aa65-621b0a26e885","html_url":"https://github.com/ekspla/micropython_rx-8035","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"428a204cfebabc8a42ae15c3f97596cb64180772"},"previous_names":["ekspla/micropython_rx-8035"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekspla%2Fmicropython_rx-8035","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekspla%2Fmicropython_rx-8035/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekspla%2Fmicropython_rx-8035/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekspla%2Fmicropython_rx-8035/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekspla","download_url":"https://codeload.github.com/ekspla/micropython_rx-8035/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243723051,"owners_count":20337301,"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","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":["epson","i2c","micropython","python","rtc","rx8035","seiko"],"created_at":"2024-09-24T23:20:57.641Z","updated_at":"2026-01-02T13:47:33.370Z","avatar_url":"https://github.com/ekspla.png","language":"Python","readme":"# micropython_rx-8035\nSEP. 2024 ekspla\n\nA MicroPython I2C Driver for Seiko Epson's 5-ppm RTC, RX-8035SA/LC.\n\n## Basic Usage (see docstrings in the code for details.)\n``` Python\n\u003e\u003e\u003e import machine\n\u003e\u003e\u003e i2c = machine.I2C(0)\n\u003e\u003e\u003e print([hex(x) for x in i2c.scan()])\n['0x32']\n\u003e\u003e\u003e import rx8035\n\u003e\u003e\u003e rtc = rx8035.RX8035(i2c)\nRTC status error. PON: True, XSTP: True, VDET: True    # RTC status is checked at initialization stage. \n\u003e\u003e\u003e rtc.digital_offset(-2)                             # Digital offset may be adjusted.\n\u003e\u003e\u003e rtc.write_now()                                    # Set rtc.\n\u003e\u003e\u003e rtc.datetime()                                     # Read rtc.\n(24, 10, 8, 1, 7, 46, 21)                              # (year, month, date, weekday, hours, minutes, seconds)\n\u003e\u003e\u003e\n```","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekspla%2Fmicropython_rx-8035","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekspla%2Fmicropython_rx-8035","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekspla%2Fmicropython_rx-8035/lists"}