Search found 2 matches

by jojos_
Thu Feb 04, 2016 9:59 pm
Forum: Support
Topic: Change CF radio address
Replies: 3
Views: 4612

Re: Change CF radio address

Hi,

I didn't see this post before now, thank you.
I have updated the configblockGetRadioAddress function in the configblockeeprom.c file and also I have changed the radio address in config.h and nrf24link.c.
It's working fine now!

Thank you,
Jos
by jojos_
Wed Feb 03, 2016 10:23 am
Forum: Support
Topic: Change CF radio address
Replies: 3
Views: 4612

Change CF radio address

Hi everyone, I've got a Crazyflie 2.0 and I'm trying to be familiar with the firmware code. Maybe I'm wrong here, but it's my impression that the radio address is set as 0xE7E7E7E7E7 in the firmware (config.h and nrf24link.c) Currently I would like to change this address in the firmware code, but af...