SPI connection to CrazyRadio

Post here to get support
Post Reply
nrn32
Beginner
Posts: 2
Joined: Thu Dec 12, 2013 8:21 am

SPI connection to CrazyRadio

Post by nrn32 »

Hi,

Can the CrazyRadio be connected to a micro controller via SPI and communicate with CrazyFlie?
In the sense can the radio break out used in this project (https://bitbucket.org/tbitson/crazyflie ... controller) be replaced with CrazyRadio with header connected?
tobias
Bitcraze
Posts: 2339
Joined: Mon Jan 28, 2013 7:17 pm
Location: Sweden

Re: SPI connection to CrazyRadio

Post by tobias »

Yes it is possible but not without some work (could be a lot of fun though :)). The Crazyradio uses the nRF24LU+ chip which has an integrated MCU which the nRF24L01+ doesn't have, so this must be programmed to take commands from SPI or UART.
nrn32
Beginner
Posts: 2
Joined: Thu Dec 12, 2013 8:21 am

Re: SPI connection to CrazyRadio

Post by nrn32 »

So, that would require reflashing the radio firmware ?
atomicdog
Expert
Posts: 105
Joined: Tue Mar 12, 2013 2:50 am
Location: San Diego

Re: SPI connection to CrazyRadio

Post by atomicdog »

nrn32 wrote:So, that would require reflashing the radio firmware ?
Yes, you would need to modify CR firmware to read in a command and then have it transfer the command to the transceiver.
6-DOF CF | wireless xbox 360 controller
Post Reply