Hi all,
I am in the process of trying to get the new Semtech LoRa tranceiver LLCC68 up and running.
This is one of their latest offerings which basically a stripped down SX1262 that doesn’t support a number of Spreading Factor and Bandwidth combinations.
That means that it can not be LoRaWAN qualified, but can still make use of the LoRa network.
Has anybody else made any progress in this area?
I am using a standard mbed shield supported on a Renesas RE01 baseboard.
This run perfectly with a SX1261 shield, but I cannot get it up and running with the LLCC68, despite limiting the SF/BW options.
Hi LoRa Tracker,
it is my belief that it should, but I haven’t been able to get it to operate as yet.
As it has a few SF and BW limitations it is not completely LoRaWAN certifiable, but should be able to work within a limited range for e.g. home applications with a close-range Gateway.
after a tip from Semtech support I checked the join settings for the LLCC68.
Initially I had them at SF12 & BW125, but this is a forbidden setting for the LLCC68.
After changing them to SF9 & BW125 I can now join and upload data to the TTN.
I am running a LoRaWAN stack, but curbing some of the SF/BW configurations.
Therefore it’s not completely LoRaWAN compliant.
The intended use is, as far as I know, domestic and industrial use within limited range applications.
i.e. “Smart Home”.
If you don’t use ADR, then it can probably be LoRaWAN compliant.
But not using ADR is bad, because you might camp out on an excessively slow spreading factor, consuming network capacity unecessarily
But if you do use ADR, and the network commands SF10 or higher, you won’t be able to do that, so the network may keep wasting even more precious downlink bandwidth trying to get you to switch to a spreading factor, which you simply cannot.
Seems like it would take a minor spec tweak to make this work.
As @cslorabox suggested an update to the LoRaWAN specification could fix the compatibility issues, I wouldn’t be surprised if such an update is a work in progress within the Lora Alliance. ( I am not a member so this is just speculation)
I should have been more specific: the LLCC68 is LoRaWAN compliant, but because of the limited Spreading Factors that are supported it is not LoRaWAN certifiable.
Hi Bhadresh I am not sure of what you are asking. The datasheet of the LLCC68 can be found on the Semtech site and I am using the standard LoRaWAN stack from Semtech that is available on Github. The only things I have changed are the SF options and join settings.
I have an LLCC68 module that I connected to arduino uno, I also have an account created and “device eui”, “app eui” and “app key” generated, how to send data?