Replies: 1 comment
-
I don't see anything immediately suspicious in the code, the only thing I would do is to check return values from all the configuration methods. And in any case, I would suggest always using interrupt-driven Rx instead of the blocking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote two codes using ESP32 to interface CC1101 module, I got read the chip version and ESP transmitter could send but i couldn't receive anything. I started work by example of radiolib.
TX:
RX:
DEBUG:
TX:
RX
I used also interrupt mode and not worked. I used external power for CC1101 and Common GND with ESP and not worked. distance between modules 20 cm.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions