Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatability with the DreamLNK LLCC68 #5

Open
LimesKey opened this issue Jun 3, 2024 · 1 comment
Open

Compatability with the DreamLNK LLCC68 #5

LimesKey opened this issue Jun 3, 2024 · 1 comment

Comments

@LimesKey
Copy link

LimesKey commented Jun 3, 2024

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants