Crazyflie not sending data packet with RSSI along with ACK
Posted: Sat Apr 02, 2016 7:55 pm
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. Can anyone suggest what could be the cause of this ?
I don't know if I am setting the (RSSI_ACK_PACKET) compiler flag correctly (if anyone can tell me how to set this in firmware and which files to modify) as given in this blog --> https://www.bitcraze.io/2014/09/crazyfl ... ange-test/ .
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. Can anyone suggest what could be the cause of this ?
I don't know if I am setting the (RSSI_ACK_PACKET) compiler flag correctly (if anyone can tell me how to set this in firmware and which files to modify) as given in this blog --> https://www.bitcraze.io/2014/09/crazyfl ... ange-test/ .