{"id":16883396,"url":"https://github.com/hardillb/lora-sensor-pico","last_synced_at":"2025-03-20T04:37:20.194Z","repository":{"id":68666276,"uuid":"456132398","full_name":"hardillb/lora-sensor-pico","owner":"hardillb","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-07T23:58:29.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T06:23:46.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardillb.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":"2022-02-06T11:33:43.000Z","updated_at":"2022-02-06T11:34:32.000Z","dependencies_parsed_at":"2023-04-01T13:35:32.684Z","dependency_job_id":null,"html_url":"https://github.com/hardillb/lora-sensor-pico","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"pimoroni/pico-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Flora-sensor-pico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Flora-sensor-pico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Flora-sensor-pico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2Flora-sensor-pico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardillb","download_url":"https://codeload.github.com/hardillb/lora-sensor-pico/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554051,"owners_count":20471172,"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-13T16:11:33.562Z","updated_at":"2025-03-20T04:37:20.164Z","avatar_url":"https://github.com/hardillb.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pico LoRA Breakout Garden \u003c!-- omit in toc --\u003e\n\n## Before you start\n\nIt's easier if you make a `pico` directory or similar in which you keep the SDK, Pimoroni Libraries and your projects alongside each other. This makes it easier to include libraries.\n\n## Preparing your build environment\n\nInstall build requirements:\n\n```bash\nsudo apt update\nsudo apt install cmake gcc-arm-none-eabi build-essential\n```\n\nAnd the Pico SDK:\n\n```\ngit clone https://github.com/raspberrypi/pico-sdk\ncd pico-sdk\ngit submodule update --init\nexport PICO_SDK_PATH=`pwd`\ncd ../\n```\n\nThe `PICO_SDK_PATH` set above will only last the duration of your session.\n\nYou should should ensure your `PICO_SDK_PATH` environment variable is set by `~/.profile`:\n\n```\nexport PICO_SDK_PATH=\"/path/to/pico-sdk\"\n```\n\n## Grab the Pimoroni libraries\n\n```\ngit clone https://github.com/pimoroni/pimoroni-pico\n```\n\n## Clone this boilerplate\n\n```\ngit clone https://github.com/hardillb/lora-sensor-pico --recurse-submodules\ncd lora-sensor-pico\n```\n\nIf you have not or don't want to set `PICO_SDK_PATH` you can edit `.vscode/settings.json` to pass the path directly to CMake.\n\n## Prepare Visual Studio Code\n\nOpen VS Code and hit `Ctrl+Shift+P`.\n\nType `Install` and select `Extensions: Install Extensions`.\n\nMake sure you install:\n\n1. C/C++\n2. CMake\n3. CMake Tools\n4. Cortex-Debug (optional: for debugging via a Picoprobe or Pi GPIO)\n5. Markdown All in One (recommended: for preparing your own README.md)\n\n## Prepare your project\n\nEdit `CMakeLists.txt` and follow the instructions, you should make sure you:\n\n1. edit your project name\n2. include the libraries you need\n2. link the libraries to your project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Flora-sensor-pico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardillb%2Flora-sensor-pico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Flora-sensor-pico/lists"}