{"id":20316129,"url":"https://github.com/lupyuen/microbit-sigfox","last_synced_at":"2025-07-05T23:34:48.935Z","repository":{"id":87766852,"uuid":"154880671","full_name":"lupyuen/microbit-sigfox","owner":"lupyuen","description":"Send microbit sensor data to Sigfox with Sigfox Wisol Breakout Board. Coded in MakeCode and JavaScript.","archived":false,"fork":false,"pushed_at":"2018-11-04T21:02:42.000Z","size":132,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T12:53:46.256Z","etag":null,"topics":["iot","microbit","sigfox","wisol"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lupyuen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-10-26T18:51:12.000Z","updated_at":"2020-02-03T07:15:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"47929102-d56c-4260-b733-63ebe35a64c9","html_url":"https://github.com/lupyuen/microbit-sigfox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Fmicrobit-sigfox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Fmicrobit-sigfox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Fmicrobit-sigfox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Fmicrobit-sigfox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lupyuen","download_url":"https://codeload.github.com/lupyuen/microbit-sigfox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241818902,"owners_count":20025210,"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":["iot","microbit","sigfox","wisol"],"created_at":"2024-11-14T18:24:30.616Z","updated_at":"2025-03-04T09:13:51.679Z","avatar_url":"https://github.com/lupyuen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microbit-sigfox\nSend microbit sensor data to Sigfox with Sigfox Wisol Breakout Board. Coded in MakeCode and JavaScript.\n\nTested with the Sigfox Wisol Breakout Board by Upton Lai:\n\nhttps://www.tindie.com/products/Upton/breakout-board-of-wisol-module-for-sigfox-network/\n\nCheck out the article:\n\nhttps://medium.com/@ly.lee/connect-bbc-micro-bit-to-sigfox-4d1603d19350\n\n## Sample Debug Console Log\n\n```\nnet \u003e\u003e Wait for net\nnet \u003e\u003e Got net\n\u003e\u003e ATS410=0[13]               \n\u003c\u003c OK                         \n\u003e\u003e AT$I=10[13]                \n\u003c\u003c 003FA49D                   \n\u003c\u003c wisol.getID 003FA49D\n\u003e\u003e AT$I=11[13]                \n\u003c\u003c B99F7CE054591652           \n\u003c\u003c wisol.getPAC B99F7CE054591652\nnet \u003e\u003e Release net\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nlig \u003c\u003c Recv data 255\n   lig: 255\nacl \u003c\u003c Recv data 988\n   acl: 988\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nagg \u003e\u003e Send 0000030025509880\nnet \u003e\u003e Wait for net\nnet \u003e\u003e Got net\n\u003e\u003e AT$GI?[13]                 \n\u003c\u003c 1,3                        \n\u003e\u003e AT[13]                     \n\u003c\u003c OK                         \n\u003e\u003e AT$SF=0000030025509880[13] \n\u003c\u003c OK                         \nnet \u003e\u003e Release net\nlig \u003c\u003c Recv data 0\n   lig: 0\nacl \u003c\u003c Recv data 988\n   acl: 988\nnet \u003e\u003e Process pending response\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nlig \u003c\u003c Recv data 0\n   lig: 0\nacl \u003c\u003c Recv data 988\n   acl: 988\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nagg \u003e\u003e Send 0001030000009880\nnet \u003e\u003e Wait for net\nnet \u003e\u003e Got net\n\u003e\u003e AT$GI?[13]                 \n\u003c\u003c 1,0                        \n\u003e\u003e AT$RC[13]                  \nK\u003c\u003c O                         \n\u003e\u003e AT$SF=0001030000009880[13] \n\u003c\u003c OK                         \nnet \u003e\u003e Release net\nlig \u003c\u003c Recv data 0\n   lig: 0\nacl \u003c\u003c Recv data 979\n   acl: 979\nnet \u003e\u003e Process pending response\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nlig \u003c\u003c Recv data 0\n   lig: 0\nacl \u003c\u003c Recv data 988\n   acl: 988\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nagg \u003e\u003e Send 0002030000009880\nnet \u003e\u003e Wait for net\nnet \u003e\u003e Got net\n\u003e\u003e AT$GI?[13]                 \n\u003c\u003c 1,3                        \n\u003e\u003e AT[13]                     \n\u003c\u003c OK                         \n\u003e\u003e AT$SF=0002030000009880[13] \n\u003c\u003c OK                         \nnet \u003e\u003e Release net\nlig \u003c\u003c Recv data 0\n   lig: 0\nacl \u003c\u003c Recv data 988\n   acl: 988\nnet \u003e\u003e Process pending response\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nlig \u003c\u003c Recv data 0\n   lig: 0\nacl \u003c\u003c Recv data 998\n   acl: 998\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nagg \u003e\u003e Send 0003030000009980\nnet \u003e\u003e Wait for net\nnet \u003e\u003e Got net\n\u003e\u003e AT$GI?[13]                 \n\u003c\u003c 1,0                        \n\u003e\u003e AT$RC[13]                  \n\u003c\u003c OK                         \n\u003e\u003e AT$SF=0003030000009980[13] \n\u003c\u003c OK                         \nnet \u003e\u003e Release net\nlig \u003c\u003c Recv data 0\n   lig: 0\nacl \u003c\u003c Recv data 988\n   acl: 988\nnet \u003e\u003e Process pending response\ntmp \u003c\u003c Recv data 30\n   tmp: 30\nlig \u003c\u003c Recv data 0\n   lig: 0\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupyuen%2Fmicrobit-sigfox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flupyuen%2Fmicrobit-sigfox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupyuen%2Fmicrobit-sigfox/lists"}