jgromes / RadioLib

Universal wireless communication library for embedded devices
https://jgromes.github.io/RadioLib/
MIT License
1.56k stars 388 forks source link

LLCC68 #1193

Closed Eugene-long closed 2 months ago

Eugene-long commented 2 months ago

IMPORTANT: Before submitting an issue, please check the following:

  1. Read CONTRIBUTING.md! Issues that do not follow this document will be closed/locked/deleted/ignored.
  2. RadioLib has a Troubleshooting Guide Wiki page and an extensive API documentation. You might find a solution to your issue there.
  3. Make sure you're using the latest release of the library! Releases can be found here.
  4. Use Arduino forums to ask generic questions about wireless modules, wiring, usage, etc. Only create issues for problems specific to RadioLib!
  5. Error codes, their meaning and how to fix them can be found on this page.

Sketch that is causing the module fail

paste the sketch here, even if it is an unmodified example code

Hardware setup Wiring diagram, schematic, pictures etc.

Debug mode output Enable the appropriate debug levels and paste the Serial monitor output here. For debugging protocols, enable RADIOLIB_DEBUG_PROTOCOL. For debugging issues with the radio module itself, enable RADIOLIB_DEBUG_SPI.

Additional info (please complete):

Eugene-long commented 2 months ago

Is LLCC68 supported? Can I get any example?

Eugene

jgromes commented 2 months ago

It is, as can be seen from:

  1. The list of supported modules in the readme: https://github.com/jgromes/RadioLib?tab=readme-ov-file#supported-modules
  2. The source code: https://github.com/jgromes/RadioLib/tree/master/src/modules/LLCC68
  3. Existing issues: https://github.com/jgromes/RadioLib/issues?q=llcc68

There are no dedicated examples for it because it is an SX126x with a more limited configuration, but it behaves exactly the same. Just replace SX1262 with LLCC68 in the SX126x examples.

Eugene-long commented 2 months ago

TU 73!