Sband Radio Library #88
Replies: 1 comment 1 reply
-
|
Hey @KhushThakor27, thanks for posting your question! Correct me if I'm wrong, but it sounds like you're talking about my circuitpython sx1280 driver here https://github.com/maholli/CircuitPython_SX1280 The difference between my With that being said, to fully understand what each function is doing, I encourage you to step through the code (which is fairly easy to do with python). link to receive method, link to receive_mod method. When you compare the two, you can kind-of tell that I hope that helps! Let me know if you have other questions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am using the Circuit Python driver for the Semtech SX1280 LoRa Chip. For this I am using the sx1280.py library in order to communicate effectively with the Sband Radio. In the source code of sx1280.py a method is defined as receive_mod() which looks like it used to receive and build packets from another radio. However the example_rx.py file uses the function named receive(). I wanted to know what is the difference in functionality of receive_mod() and receive() function? If I wanted to use this library in order to have effective communication for two radio, which function would be better choice?
Beta Was this translation helpful? Give feedback.
All reactions