{"id":17816431,"url":"https://github.com/zebrajaeger/i2c-gps","last_synced_at":"2025-04-02T08:26:00.956Z","repository":{"id":173883713,"uuid":"651428621","full_name":"zebrajaeger/i2c-gps","owner":"zebrajaeger","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-25T10:01:33.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T23:42:56.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zebrajaeger.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":"2023-06-09T08:07:31.000Z","updated_at":"2023-06-09T08:21:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1c36f65-1d87-48f5-8ffd-6401bc8ee26d","html_url":"https://github.com/zebrajaeger/i2c-gps","commit_stats":null,"previous_names":["zebrajaeger/i2c-gps"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fi2c-gps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fi2c-gps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fi2c-gps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Fi2c-gps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zebrajaeger","download_url":"https://codeload.github.com/zebrajaeger/i2c-gps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246779888,"owners_count":20832480,"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":[],"created_at":"2024-10-27T16:38:07.270Z","updated_at":"2025-04-02T08:26:00.939Z","avatar_url":"https://github.com/zebrajaeger.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i2c GPS\n\n## Hardware\n- Arduino Nano (Uno, ...)\n- GP-02 GPS-Module\n\n### Wiring\n\n|Arduino | GP-02 |\n|---|---|\n|3(RX)|TX|\n|2(TX)*|RX*|\n|5V|5V|\n|GND|GND|\n\n\\* Optional\n\n## I²C\n- Address: 0x34\n\n### Data (29 bytes)\n- float32: Location.Latitude\n- float32: Location.Longitude\n- float32: Altitude\n- uint16: Date.Year\n- uint8: Date.Month\n- uint8: Date.Day\n- uint8: Date.Hour\n- uint8: Date.Minute\n- uint8: Date.Second\n- uint32: Satelites\n- uint32: Hdop\n- uint8: valid flags\n- uint8: updated flags (since last request)\n\n## Flags (valid \u0026 updated)\n\n- FLAGS_LOCATION_BIT 1\n- FLAGS_ALTITUDE_BIT 2\n- FLAGS_DATE_BIT 4\n- FLAGS_TIME_BIT 8\n- FLAGS_SATELITES_BIT 16\n- FLAGS_HDOP_BIT 32\n\n\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebrajaeger%2Fi2c-gps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebrajaeger%2Fi2c-gps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebrajaeger%2Fi2c-gps/lists"}