This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Low Cost Alternative for nFR24LE1 Development kit?

Hi, I'm new to development using nordic's products. Basically I'm a Hobbyist working on a project of mine, which needs a low cost wireless. I was looking for a Rf Soc and found nRF24LE1 which fits my requirements. I found a development kit that costs $100, and I came to know that it is not a standalone kit and it needs nRFgo which comes around $400. Is there something I'm missing, because Texas Instruments and Cypress offers Development Boards for $25. Or is there any 3rd Party development board available for nordic Soc?

Parents Reply Children
  • Do the following to have the arduino programmer work within your IDE. No debugging, of course.

    Flash programming parameters: Flash menu item: 
    Flash | Configure Flash Tools | Utilities tab:
    [X] Use External Tool for Flash Programming
    Command: perl
    Arguments: "<your location>Programmer.pl" "#H" <your com port>
    

    e.g.

    "C:\nRF24LE1_Programmer-master\Programmer\Programmer.pl" "#H" COM5
    

    should generate

    perl "C:\nRF24LE1_Programmer-master\Programmer\Programmer.pl" "C:\My nRF projects\test.hex" COM5
    
Related