LSatan / SmartRC-CC1101-Driver-Lib

This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module. It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The example code does not work

OttoKlaasen opened this issue · comments

The example code does not work, the TX example seem to work as i see a signal in RTL_SDR, i have modified the code as suggested to do the cc1101.getCC1101 after all initalisation.
But the receiver example does not detect anything, i am using two arduino nano;s which are wired up fine,
With the default and more simple libarry from ELECHOUSE these units work fine, i can send and receive data with these examles but the LSatan lib does not work.
In 2023 such a lib should work out of the box, my suggest it has to be deleted if it does not work.

commented

See #127 if it helps you

The example code does not work, the TX example seem to work as i see a signal in RTL_SDR, i have modified the code as suggested to do the cc1101.getCC1101 after all initalisation. But the receiver example does not detect anything, i am using two arduino nano;s which are wired up fine, With the default and more simple libarry from ELECHOUSE these units work fine, i can send and receive data with these examles but the LSatan lib does not work. In 2023 such a lib should work out of the box, my suggest it has to be deleted if it does not work.

You don't receive a signal? It could be a few reasons, most of the ones I can think of are almost surely a lack of knowledge/research on your part. I would highly suggest reading up on Sync Words as that is a huge filter. If you set a sync word of ("AAAA") every signal that does not contain "AAAA" will be ignored (which could be everything). There are many many other registers that you need to be aware of "in 2023." However I would also bet you would have provided much more information in your issue if you had even a basic understanding.