Skip to content

An example application for the nRF24LE1 using SDCC and the nRF24LE1_SDK

License

Notifications You must be signed in to change notification settings

DeanCording/nRF24LE1_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'.

About

An example application for the nRF24LE1 using SDCC and the nRF24LE1_SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages