libdriver / llcc68

LLCC68 full function driver library for general MCU and Linux.
https://www.libdriver.com
MIT License
77 stars 21 forks source link

Compatability with the DreamLNK LLCC68 #5

Open LimesKey opened 2 months ago

LimesKey commented 2 months ago

Please ask your question

I have a few of the DL-LLCC68-S 915MHz LORA modules from LCSC and I'm planning to use this with an ESP32. I understand that this uses the SPI interface and just wanted to confirm that this specific module with work with this library. I recently posted an issue on the Ebyte LLCC68 and as it turns out the Ebyte one has UART and not SPI which won't work with this non-Ebyte variant.

Photo of the pinout of my module 335351851-b51d508a-b00c-44a8-9e9a-4e7a21550515

PCB I made for this module 335351861-00d62c3f-88a7-48be-a571-53fe435c6b25

Additional context

No response

libdriver commented 1 month ago

This library is base on the chip of LLCC68. If your module's interface is SPI, the module has no any other MCUs, you can use your MCU's SPI to driver your module with this library. If your module's interface is UART, the module has a MCU to driver LLCC68, and the protocol of UART can be obtained from your module manufacturer.