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

Params/log for Radio connectivity? #459

Closed
NicksonYap opened this issue Aug 22, 2019 · 2 comments
Closed

Params/log for Radio connectivity? #459

NicksonYap opened this issue Aug 22, 2019 · 2 comments

Comments

@NicksonYap
Copy link
Contributor

Hi Bitcraze team ,

Using:

rssiid = logGetVarId("radio", "rssi");
rssi = logGetFloat(rssiid);

We can get the RSSI, however, when disconnected, the RSSI stops changing, and does not indicate that connection was broken.

How can we obtain the state of the connectivity from CF?

Thanks!

@ataffanel
Copy link
Member

Hi,
A while ago we have added a connection state to the radio link: #428. Since there is no real "connection" in the Crazyflie communication, this is just a timeout that assumes the link is disconnected after 1 seconds.

There is no log setup for this but it could be added.

NicksonYap added a commit to NicksonYap/crazyflie-firmware that referenced this issue Aug 23, 2019
NicksonYap added a commit to NicksonYap/crazyflie-firmware that referenced this issue Sep 8, 2019
@NicksonYap
Copy link
Contributor Author

Merged in: #466

cafeciaojoe pushed a commit to cafeciaojoe/crazyflie-firmware that referenced this issue Sep 27, 2024
cafeciaojoe pushed a commit to cafeciaojoe/crazyflie-firmware that referenced this issue Sep 27, 2024
cafeciaojoe pushed a commit to cafeciaojoe/crazyflie-firmware that referenced this issue Sep 27, 2024
cafeciaojoe pushed a commit to cafeciaojoe/crazyflie-firmware that referenced this issue Sep 27, 2024
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