{"id":19558469,"url":"https://github.com/maxious/pisupply-rak811-python-ttnmapper","last_synced_at":"2026-05-17T14:35:26.766Z","repository":{"id":146720142,"uuid":"196942809","full_name":"maxious/pisupply-rak811-python-ttnmapper","owner":"maxious","description":"Python TTNMapper for RAK811 (AU915) in IoT LoRa Node pHAT for Raspberry Pi ","archived":false,"fork":false,"pushed_at":"2021-01-31T07:24:50.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T11:58:23.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/maxious.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":"2019-07-15T07:00:48.000Z","updated_at":"2021-01-31T07:24:52.000Z","dependencies_parsed_at":"2023-04-05T00:02:04.826Z","dependency_job_id":null,"html_url":"https://github.com/maxious/pisupply-rak811-python-ttnmapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxious/pisupply-rak811-python-ttnmapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxious%2Fpisupply-rak811-python-ttnmapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxious%2Fpisupply-rak811-python-ttnmapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxious%2Fpisupply-rak811-python-ttnmapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxious%2Fpisupply-rak811-python-ttnmapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxious","download_url":"https://codeload.github.com/maxious/pisupply-rak811-python-ttnmapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxious%2Fpisupply-rak811-python-ttnmapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33142320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":[],"created_at":"2024-11-11T04:47:15.399Z","updated_at":"2026-05-17T14:35:26.748Z","avatar_url":"https://github.com/maxious.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pisupply-rak811-python-ttnmapper\nPython TTNMapper for RAK811 (AU915) in [IoT LoRa Node pHAT for Raspberry Pi](https://uk.pi-supply.com/products/iot-lora-node-phat-for-raspberry-pi)\n\nUses https://github.com/AmedeeBulle/pyrak811 and https://github.com/inmcm/micropyGPS\n\nSet your keys in ttn_secrets.py\n\nFor AU915 on TTN (subband 2), config should look like:\n```\n$ rak811 get-config ch_list\n0,off;1,off;2,off;3,off;4,off;5,off;6,off;7,off;\n8,on,916800000,0,5;9,on,917000000,0,5;10,on,917200000,0,5;11,on,917400000,0,5;12,on,917600000,0,5;13,on,917800000,0,5;14,on,918000000,0,5;15,on,918200000,0,5;\n16,off;17,off;18,off;19,off;20,off;21,off;22,off;23,off;24,off;25,off;26,off;27,off;28,off;29,off;30,off;31,off;\n32,off;33,off;34,off;35,off;36,off;37,off;38,off;39,off;40,off;41,off;42,off;43,off;44,off;45,off;46,off;47,off;\n48,off;49,off;50,off;51,off;52,off;53,off;54,off;55,off;56,off;57,off;58,off;59,off;60,off;61,off;62,off;63,off;\n64,off;65,off;66,off;67,off;68,off;69,off;70,off;71,off\n\n$ rak811 get-config ch_mask\n0,ff00;1,0000;2,0000;3,0000;4,0000\n```\n\n\nGPS provided via I2C from [SparkFun GPS Breakout - Chip Antenna, SAM-M8Q (Qwiic)](https://www.sparkfun.com/products/15210)\n\nSetting up I2C on the raspberry pi, you need to change the clock:\n/etc/modprobe.d/i2c.conf\n\n```\noptions i2c_bcm2708 baudrate=75000\n```\n\n/boot/config.txt:\n```\ndtparam=i2c_arm=on\n# Clock stretching by slowing down to 7.5KHz\ndtparam=i2c_arm_baudrate=75000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxious%2Fpisupply-rak811-python-ttnmapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxious%2Fpisupply-rak811-python-ttnmapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxious%2Fpisupply-rak811-python-ttnmapper/lists"}