Relay mode with Sx1276 #140
Replies: 1 comment
-
|
I compiled the code on a Nucleo L073 with the SX1276 RF chip in relay Rx mode : cmake -B build/ -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DBOARD=NUCLEO_L073 -DLBM_RADIO=sx1276 -DAPP=periodical_uplink -DLBM_RELAY_RX=ON -DLBM_CMAKE_CONFIG_AUTO=ON When the end-device performs a join, the Relay Rx program panics because of this function:
I see that the function existed on other RF chips and that this function was empty. So I commented out the lines. J'ai constaté que la fonction existé sur d'autre puce rf et que cette fonction était vide. Du coup j'ai commenté les ligne. The la fonction Is the relay Rx function functional for the sx1276 chip?A nd how can I make it operational? thanks a lot |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi
I implement 4.8.0 with Sx1276 and i had relay mode Rx and Tx.
i used the relay manually (mac command is Ok but for my test i used directly configuration)
For the Relay (Relay Rx) :
The end device send WOR and after JOIN : frame WOR is OK
But the Relay Rx detect CAD and stop the process, WOR message isn't receive.
If I understand the code correctly, it configures the CAD of the SX chip, DIO0 is receive, and CAD_Done is OK. But the module doesn't configure the RX, and the interrupt doesn't seem to be re-activated!
Any ideas?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions