Change CF radio address

Post here to get support
Post Reply
jojos_
Beginner
Posts: 2
Joined: Thu Jan 21, 2016 2:13 pm

Change CF radio address

Post by jojos_ »

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
chad
Expert
Posts: 555
Joined: Sun Sep 28, 2014 12:54 am
Location: New York, USA
Contact:

Re: Change CF radio address

Post by chad »

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
Hi 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.
jojos_
Beginner
Posts: 2
Joined: Thu Jan 21, 2016 2:13 pm

Re: Change CF radio address

Post by jojos_ »

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
chad
Expert
Posts: 555
Joined: Sun Sep 28, 2014 12:54 am
Location: New York, USA
Contact:

Re: Change CF radio address

Post by chad »

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