Page 1 of 1

CrazyRadio Cannot Find CF2

Posted: Fri Jun 08, 2018 4:20 pm
by A-SH
Hi all,

When we change the default address of CF2 to some other valid address, basiclog.py (from examples) cannot find the CF2 anymore.
Any idea how to detect CF2 using Radio PA even when their address is no longer the default address.

We traced back scan_interfaces function and it seems that the function it calls searches only for CF2 with the default address.

Re: CrazyRadio Cannot Find CF2

Posted: Mon Jun 11, 2018 2:18 pm
by arnaud
you should be able to pass the address as an argument, this is used in the client for example: https://github.com/bitcraze/crazyflie-c ... in.py#L854