{"id":19215575,"url":"https://github.com/lora-net/lr1110_modem_driver","last_synced_at":"2025-08-22T13:32:43.058Z","repository":{"id":74269552,"uuid":"302628566","full_name":"Lora-net/lr1110_modem_driver","owner":"Lora-net","description":"Driver for LoRa Basics Modem-E","archived":false,"fork":false,"pushed_at":"2021-09-02T16:57:30.000Z","size":146,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-16T09:19:09.879Z","etag":null,"topics":["c","driver","lora-basics-modem-e","lorawan","lr1110","radio"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lora-net.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2020-10-09T12:01:13.000Z","updated_at":"2022-06-03T09:18:09.000Z","dependencies_parsed_at":"2023-07-12T05:00:45.552Z","dependency_job_id":null,"html_url":"https://github.com/Lora-net/lr1110_modem_driver","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Lora-net/lr1110_modem_driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lora-net%2Flr1110_modem_driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lora-net%2Flr1110_modem_driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lora-net%2Flr1110_modem_driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lora-net%2Flr1110_modem_driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lora-net","download_url":"https://codeload.github.com/Lora-net/lr1110_modem_driver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lora-net%2Flr1110_modem_driver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266618843,"owners_count":23957273,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["c","driver","lora-basics-modem-e","lorawan","lr1110","radio"],"created_at":"2024-11-09T14:14:08.332Z","updated_at":"2025-07-23T04:34:26.955Z","avatar_url":"https://github.com/Lora-net.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lr1110_modem_sw_library\n\nThis project proposes an implementation in C of the drivers for LR1110 modem:\n\nLoRaWAN communication\nWi-Fi Sniff\nGNSS Sniff\n\nIt does not involve any state machine or high level API.\n\n# LR1110_modem_driver project\n\nThis package proposes an implementation in C of the driver for **LR1110** modem radio component.\n\n## Components\n\nThe driver is splitted in several components:\n\n- Bootloader\n- System configuration \u0026 Register / memory access\n- LoRaWAN\n- Wi-Fi Passive Scanning\n- GNSS Scan Scanning\n\n### Bootloader\n\nThis component is used to update the firmware.\n\n### System configuration \u0026 Register / memory access\n\nThis component is used to interact with system-wide parameters like clock sources, integrated RF switches, etc and read / write data from registers or internal memory.\n\n### LoRaWAN\n\nThis component is used to send / receive data through LoRaWAN.\n\n### Wi-Fi Passive Scanning\n\nThis component is used to configure and initiate the passive scanning of the Wi-Fi signals that can be shared to request a geolocation.\n\n### GNSS Scanning\n\nThis component is used to configure and initiate the acquisition of GNSS signals that can be shared to request a geolocation.\n\n## HAL\n\nThe HAL (Hardware Abstraction Layer) is a collection of functions that the user shall implement to write platform-dependant calls to the host. The list of functions is the following:\n\n- lr1110_hal_reset\n- lr1110_hal_wakeup\n- lr1110_hal_write\n- lr1110_hal_read\n- lr1110_hal_write_read\n\n- lr1110_modem_hal_reset\n- lr1110_modem_hal_wakeup\n- lr1110_modem_hal_write\n- lr1110_modem_hal_read\n- lr1110_modem_hal_write_read\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flora-net%2Flr1110_modem_driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flora-net%2Flr1110_modem_driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flora-net%2Flr1110_modem_driver/lists"}