Source code and tools for the Bitcraze Crazyradio USB dongle.
See bitcraze wiki for more information about Crazyradio and the USB protocol used.
- firmware: The firmware source code
- nrfProg: SPI programmer that uses jtagkey USB addapter
- usb_tools: Python scripts to reset and bootload Crazyradio from command line
- lib: Software libraries to use Crazyradio with Pyton
Requirement:
- SDCC
- Binutils (needs objcopy)
On Ubuntu this can be installed with:
sudo apt-get install sdcc binutils
On Mac (using homebrew):
brew install sdcc
brew install binutils
ln -s /usr/local/bin/gobjcopy /usr/local/bin/objcopy
To build the firmware you should navigate to the firmware directory.
make
make CRPA=1