Page 1 of 1

How to use the RSSI measurement (firmware)

Posted: Tue Jan 05, 2016 8:45 am
by o_boo
Hi at all,

I want to implement a program that localize a Crazyflie 2.0 Quadcopter. Four Crazyradio PA's will be represented the beacons and the localisation is based on trilateration. In the stock of the new firmware is now included the RSSI measurement:
https://github.com/bitcraze/crazyflie2- ... /src/esb.c
But this code isn't documented. I'm totally new in programming a crazyflie. How can I use the methods? Did someome got experience with the RSSI measurement?

Best regards
o_boo

Re: How to use the RSSI measurement (firmware)

Posted: Wed Jan 06, 2016 2:45 pm
by chad
Hi o_boo,
You might like to check out this recent blog post from Bitcraze if you haven't seen it yet...

Also, for the RSSI question, you might like to check out this comment from this blog post.

Or maybe you've already seen those?

Re: How to use the RSSI measurement (firmware)

Posted: Thu Jan 21, 2016 10:01 am
by Anderss90
I do not know of anybody successfully using RSSI for location. The rssi values typically have a very large variance, which gives uncertainty up to several meters. It can be used to check which room something is in, but not accurate location.

But please prove me wrong on this, it would be amazing :)