llcc68.c: implementation of the driver functions llcc68.h: declarations of the driver functions llcc68_regs.h: definitions of all useful registers (address and fields) llcc68_hal.h: declarations of the HAL functions (to be implemented by the user - see below) ...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Lora-net / llcc68_driver Public Notifications You must be signed in to change notification settings Fork 26 ...
/src目錄包含了LibDriver LLCC68的源文件。/interface目錄包含了LibDriver LLCC68與平台無關的SPI總線模板。/test目錄包含了LibDriver LLCC68驅動測試程序,該程序可以簡單的測試芯片必要功能。/example目錄包含了LibDriver LLCC68編程範例。/doc目錄包含了LibDriver LLCC68離線文檔。
llcc68_interface_debug_print("llcc68: irq rx done.\n");/* get the status */if(llcc68_lora_get_status((float*)&rssi, (float*)&snr) !=0) {return; } llcc68_interface_debug_print("llcc68: rssi is %0.1f.\n", rssi); llcc68_interface_debug_print("llcc68: snr is %0.2f.\n",...
- `llcc68_set_gfsk_sync_word()` function - Remove memcpy usage ## [2.3.0] - 2023-10-10 ### Added - `llcc68_set_bpsk_mod_params()` function - Set the modulation parameters for BPSK packets - `llcc68_set_bpsk_pkt_params()` function - Set the packet parameters for BPSK packets ...
LLCC68 full function driver library for general MCU and Linux. - llcc68/CONTRIBUTING.md at master · libdriver/llcc68
esp-idf-sx126x SX1262/SX1268/LLCC68 Low Power Long Range Transceiver driver for esp-idf. I ported fromhere. Ai-Thinker offers several LoRa modules. You can get these on AliExpress and eBay. Option with SX1262/1268 LoRa modules with SX1262/1268 have several options....
/doc includes LibDriver LLCC68 offline document. /datasheet includes LLCC68 datasheet. /project includes the common Linux and MCU development board sample code. All projects use the shell script to debug the driver and the detail instruction can be found in each project's README.md. ...
esp-idf-sx126x SX1262/SX1268/LLCC68 Low Power Long Range Transceiver driver for esp-idf. I ported fromhere. Ai-Thinker offers several LoRa modules. You can get these on AliExpress and eBay. Option with SX1262/1268 LoRa modules with SX1262/1268 have several options....