CrazyRadio Cannot Find CF2

Firmware/software/electronics/mechanics
Post Reply
A-SH
Beginner
Posts: 6
Joined: Fri May 18, 2018 6:34 pm

CrazyRadio Cannot Find CF2

Post 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.
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: CrazyRadio Cannot Find CF2

Post 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
Post Reply