xreef / EByte_LoRa_E220_Series_Library

Arduino LoRa EBYTE E220 LLCC68 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards)..
https://www.mischianti.org/category/my-libraries/lora-e220-llcc68-devices/
Other
88 stars 22 forks source link

Support for other brands of LLCC68 #25

Closed LimesKey closed 4 months ago

LimesKey commented 4 months ago

I bought a few of the DL-LLCC68-S 915MHz LORA modules and I'm planning to use it with an ESP32. I see that this library supports the EByte LLCC68 but not the DreamLNK one. Is there cross-compatibility with this library? I have a photo of the DL-LLCC68-S-915 with a custom PCB I made for it to be able to use standard 2.54mm Dupont wires.

image

image

I didn't buy the exact one from LCSC but I bought a similar or clone one from AliExpress. Hope you can help as these LORA modules are relatively cheap at only 3$ and it'd be amazing to use them.

LimesKey commented 4 months ago

With some more research, I see that the DreamLNK version of the LLCC68 has SPI instead of UART like this library uses, would it be possible to buy something like this to convert SPI to UART?

xreef commented 4 months ago

Hi @LimesKey, no, the UART version of E220 has an MCU that manages a lot of aspects of the device, like signal check, encryption, and other features. Bye Renzo

LimesKey commented 4 months ago

Would it be possible and easy enough for someone like me to fork your code and adapt it to work for this SPI LORA module?