{"id":17329938,"url":"https://github.com/coderbyheart/smartvan-firmware","last_synced_at":"2025-03-27T05:43:53.743Z","repository":{"id":138006063,"uuid":"315149337","full_name":"coderbyheart/smartvan-firmware","owner":"coderbyheart","description":"SmartVan: turn your campervan into a smart vehicle using the nRF9160 DK","archived":false,"fork":false,"pushed_at":"2020-12-26T13:58:38.000Z","size":26,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"saga","last_synced_at":"2025-02-01T11:11:09.281Z","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-11-22T22:59:45.000Z","updated_at":"2020-12-26T13:58:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6732538-fd0a-4b4b-98fb-5f5f25955d70","html_url":"https://github.com/coderbyheart/smartvan-firmware","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%2Fsmartvan-firmware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderbyheart%2Fsmartvan-firmware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderbyheart%2Fsmartvan-firmware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderbyheart%2Fsmartvan-firmware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderbyheart","download_url":"https://codeload.github.com/coderbyheart/smartvan-firmware/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:49:51.784Z","updated_at":"2025-03-27T05:43:53.724Z","avatar_url":"https://github.com/coderbyheart.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartVan: turn your campervan into a smart vehicle using the nRF9160 DK\n\nThis implements an application that\n\n- monitors internal and external temperature using BLE beacon thermometers (Blue Coin T) using the onboard nRF52840\n- publishes sensor readings to AWS IoT\n\n## LED schema\n\n- LED 1: Inside temperature up to date\n- LED 2: Outside temperature up to date\n- LED 3: sending data to cloud\n- LED 4: connected to cloud\n\n## Building\n\n### Prepare the Docker image with all build dependencies\n\n    docker build -t sdk-nrf-smartvan .\n\n### Build the firmware\n\n### For the nRF9160 of the DK\n\n    docker run --rm -v ${PWD}:/workdir/ncs/smartvan sdk-nrf-smartvan \\\n        /bin/bash -c 'cd /workdir/ncs/smartvan \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/smartvan sdk-nrf-smartvan \\\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/smartvan/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%2Fsmartvan-firmware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderbyheart%2Fsmartvan-firmware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderbyheart%2Fsmartvan-firmware/lists"}