@arnaud :
Thank you very much ! I updated the firmware and I can receive the RSSI values now !!
Search found 2 matches
- Fri Apr 08, 2016 11:25 pm
- Forum: Developer Discussions
- Topic: Crazyflie not sending data packet with RSSI along with ACK
- Replies: 3
- Views: 3334
- Sat Apr 02, 2016 7:55 pm
- Forum: Developer Discussions
- Topic: Crazyflie not sending data packet with RSSI along with ACK
- Replies: 3
- Views: 3334
Crazyflie not sending data packet with RSSI along with ACK
I am trying to get RSSI values from crazyflie. I am trying to send an empty packet : pk = cradio.send_packet((0xff, )) and then trying to read then ACK and expecting a data packet with (0xff, 0x01 and | RSSI |). But I am only receiving the acknowledgment (pk.ack is true) but not receiving any data. ...