sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.61k stars 621 forks source link

Compatible with LLCC68 #602

Closed garudaonekh closed 1 year ago

garudaonekh commented 1 year ago

HI, Anyone get this working on LLCC68 chip? I try it with esp32 but it failed

Based on document, LLCC68 is a newer and much cheaper than SX1276/1278 and have better range.

Thanks.

Kongduino commented 1 year ago

Won't work. LLCC68 is compatible with SX1268, hence the name. This library is for the SX127x family.

garudaonekh commented 1 year ago

Thanks