/nRF24LE1_Example

An example application for the nRF24LE1 using SDCC and the nRF24LE1_SDK

Primary LanguageMakefileThe UnlicenseUnlicense

nRF24LE1_Example

This is an example application for the nRF24LE1 using SDCC and the nRF24LE1_SDK.

Download the zip file of the repository and unpack it in your working directory. Source code is located in the src directory. Header files can be placed in the include directory.

The nRF24LE1 comes in three different packages - 24, 32, and 48 pins. In the Makefile, you will need to specify which package type you are compiling for.

It is assumed that the nRF24LE1_SDK directory is in the same working directory as your application. If not, you will need to edit the Makefile to change the EXTERNINCDIRS and EXTERNLIBDIRS to point to the correct location.

To build your application, type 'make all'. The compiled hex file will be located in the flash directory.

Applications can be loaded onto the nRF24LE1 using the Arduino based programmer by typing 'make upload'.