Compatability with the DreamLNK LLCC68
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
PCB I made for this module
Additional context
No response
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.