Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tx and Rx timeout in sensor code and Rx timeout in base station code #2

Open
Advanced-Machine-Intelligence-AMI opened this issue Oct 4, 2024 · 1 comment

Comments

@Advanced-Machine-Intelligence-AMI

Hello,
When i am trying to flash this code on to 2 wio e5 mini boards one as sensor and another as base station i am getting the following log.

for sensor board
Sensor start -> ID=01 , RF=865000000MHz , SF=7 , CS=-80dBm
sensor process start
RX Timeout
On timer tx event start
49s353:TX...
sensor process start
TX Timeout
On timer tx event start
59s990:TX...
sensor process start
TX Timeout
On timer tx event start
70s626:TX...
sensor process start
TX Timeout
On timer tx event start
81s266:TX...
sensor process start

for base station

Base Station start -> RF=868000000MHz , SF=12 , CS=-80dBm
43s687:RX...

Base Station start -> RF=868000000MHz , SF=12 , CS=-80dBm
43s699:RX...

@polihedron
Copy link
Owner

hi there, no idea..
which STM32WL SDK version you have installed? 1.2.0?
try to debug if you can, go to SubGHz_Phy -> App -> subghz_phy_app.c findout why in Sensor_Process() variable State is RX_TO or TX_TO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants