{"id":17330015,"url":"https://github.com/coderbyheart/beacon-reader","last_synced_at":"2025-03-27T05:44:03.302Z","repository":{"id":138002508,"uuid":"299841592","full_name":"coderbyheart/beacon-reader","owner":"coderbyheart","description":"Use the nRF9160 DK to read BLE temperature beacons (Blue Coin T) using the onboard nRF52840","archived":false,"fork":false,"pushed_at":"2020-11-29T18:02:51.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"saga","last_synced_at":"2025-02-01T11:11:23.051Z","etag":null,"topics":["smartvan"],"latest_commit_sha":null,"homepage":"","language":"C","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/coderbyheart.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":"2020-09-30T07:27:18.000Z","updated_at":"2021-01-16T02:04:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"170e5ac3-6d6c-4990-a206-ae6977afacac","html_url":"https://github.com/coderbyheart/beacon-reader","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/coderbyheart%2Fbeacon-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderbyheart%2Fbeacon-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderbyheart%2Fbeacon-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderbyheart%2Fbeacon-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderbyheart","download_url":"https://codeload.github.com/coderbyheart/beacon-reader/tar.gz/refs/heads/saga","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791927,"owners_count":20672669,"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":["smartvan"],"created_at":"2024-10-15T14:50:05.587Z","updated_at":"2025-03-27T05:44:03.275Z","avatar_url":"https://github.com/coderbyheart.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temperature Beacon Reader using the nRF9160 DK\n\nThis implements a temperature beacon reader using the nRF9160 DK:\n\n## Building\n\n### Prepare the Docker image with all build dependencies\n\n    docker build -t sdk-nrf-tbr .\n\n### Build the firmware\n\n### For the nRF9160 of the DK\n\n    docker run --rm -v ${PWD}:/workdir/ncs/tbr sdk-nrf-tbr \\\n        /bin/bash -c 'cd /workdir/ncs/tbr \u0026\u0026 west build -p always -b nrf9160dk_nrf9160ns'\n    nrfjprog -f nrf91 --program build/zephyr/merged.hex --sectoranduicrerase -r --log\n\n### For the nRF52840 of the DK\n\n    docker run --rm -v ${PWD}:/workdir/ncs/tbr sdk-nrf-tbr \\\n        /bin/bash -c 'cd ncs/zephyr \u0026\u0026 west build samples/bluetooth/hci_uart -p always -b nrf9160dk_nrf52840 \u0026\u0026 ls -la build/zephyr \u0026\u0026 cp build/zephyr/zephyr.hex /workdir/ncs/tbr/hci_uart.hex'\n    nrfjprog -f nrf52 --program hci_uart.hex --sectoranduicrerase -r --log\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderbyheart%2Fbeacon-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderbyheart%2Fbeacon-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderbyheart%2Fbeacon-reader/lists"}