Does Meshtastic support LLCC68?

Facebooktwitterredditpinterestmail

I recently got a few esp32-c3 superminis and clubbed them together with LLCC68 LoRa modules and was able to successfully setup a lora link between them here and here:

As this was successful, I wanted to turn these into the cheapest and efficient Meshtastic nodes. After some research and building the Meshtastic firmware from scratch for the esp32-c3 supermini module. This is the realization I had about the LLCC68 module for Meshtastic.

Does Meshtastic support LLCC68?

Answer: Yes and No

Yes, if you want a private mesh and No, if you want to join a public mesh

Why?

LLCC68 does not support the default channel “LongFast” the Meshtastic firmware ships with. And because LongFast is the default channel, almost all mesh devices use it and can communicate with each other on that channel which makes (almost) the whole public mesh.
LLCC68 supports most of the preset channels that Meshtastic ships with but not all. And most importantly, does not support the default channel the Meshtastic firmware and thousands of ready built nodes ship with.

Here is a list of channels and modes that are supported

Channel settingAlt Channel NameData-RateSF / SymbolsCoding RateBandwidthLink Budget
Short Range / TurboShort Turbo21.88 kbps7 / 1284/5500 kHz1140dB
Short Range / FastShort Fast10.94 kbps7 / 1284/5250 kHz143dB
Short Range / SlowShort Slow6.25 kbps8 / 2564/5250 kHz145.5dB
Medium Range / FastMedium Fast3.52 kbps9 / 5124/5250 kHz148dB
Medium Range / SlowMedium Slow1.95 kbps10 / 10244/5250 kHz150.5dB

Here are the once that are not supported, LongFast being the default thats used almost everywhere.

Channel settingAlt Channel NameData-RateSF / SymbolsCoding RateBandwidthLink Budget
Long Range / FastLong Fast1.07 kbps11 / 20484/5250 kHz153dB
Long Range / ModerateLong Moderate0.34 kbps11 / 20484/8125 kHz156dB
Long Range / SlowLong Slow0.18 kbps12 / 40964/8125 kHz158.5dB

References:
LLCC68 datasheet: https://www.semtech.com/products/wireless-rf/lora-connect/llcc68
Mestastic Preset and default supported channels: https://meshtastic.org/docs/overview/radio-settings/#presets

So what next?

I will continue to build for LLCC68 for at least the couple of devices I have and make a private mesh to test it just for fun with supported channels and to bring this topic to closure. I will look for some more cheap enough RF modules that do support all the preset channels especially the LongFast mode.

If you have questions, comments, suggestions on this experiment, do let me know what you think in the comments below.

Amogh Desai
Facebooktwitterrssyoutube

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.