-
Hi, I'm trying to use the example script "crazyflie-lib-python/examples/radio-test.py" with Crazyflie 2.1+ and Crazyradio2.0. Channel 80 ack_rate: 1.0 rssi average: nan rssi std: nan After that I checked this issue(bitcraze/crazyflie-lib-python#131) and follow the exactly same method And now my problem has not fixed yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems the command line define doesn't register somehow. Instead, add the following lines to a file named BLE=0
CFLAGS += -DRSSI_ACK_PACKET=1 Then make clean
make
make cload |
Beta Was this translation helpful? Give feedback.
It seems the command line define doesn't register somehow. Instead, add the following lines to a file named
config.mk
in yourcrazyflie2-nrf-firmware
directory:Then