https://github.com/lora-net/swdr005
Driver for SX128x chip
https://github.com/lora-net/swdr005
flrc fsk lora
Last synced: 16 days ago
JSON representation
Driver for SX128x chip
- Host: GitHub
- URL: https://github.com/lora-net/swdr005
- Owner: Lora-net
- License: bsd-3-clause-clear
- Created: 2022-10-24T07:31:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T07:33:46.000Z (over 2 years ago)
- Last Synced: 2025-05-12T23:31:28.502Z (about 2 months ago)
- Topics: flrc, fsk, lora
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SX128X driver
This package proposes an implementation in C of the driver for **SX128X** radio component.
Please see the [changelog](CHANGELOG.md) for more information.## Structure
The driver is defined as follows:
- sx128x.c: implementation of the driver functions
- sx128x.h: declarations of the driver functions
- sx128x_regs.h: definitions of all useful registers (address and fields)
- sx128x_hal.h: declarations of the HAL functions (to be implemented by the user - see below)## HAL
The HAL (Hardware Abstraction Layer) is a collection of functions the user shall implement to write platform-dependant calls to the host. The list of functions is the following:
- sx128x_hal_reset
- sx128x_hal_wakeup
- sx128x_hal_write
- sx128x_hal_read