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 after a firmware flash, I don't see any change when I make a scan with the Crazyflie client.
Can someone help me please?
Thanks
Jos
Change CF radio address
Re: Change CF radio address
Hi Jos!jojos_ wrote: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 after a firmware flash, I don't see any change when I make a scan with the Crazyflie client.
Can someone help me please?
Thanks
Jos
Have you seen this blog post? Does it help you any?
Crazyflier - my CF journal...
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.
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
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
Re: Change CF radio address
Happy to help!! I'm glad it's working for you now. 

Crazyflier - my CF journal...
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.