Hi Ron
I am currently working on a programmer for the nRF24LE1 by using a Signalyzer from Xverve;
http://www.xverve.com/products/development-tools/signalyzer-tool-dt-usb-st.htmlIt's pretty straight forward to use the programmer, and you can program directly from the application by pushing a button or externally by a falling edge on one of the GPIOs of the Signalyzer Tool. (The GPIO has an internal pull up, so only a simple button to GND is needed to start programming.)
One programming cycle takes about 1.6sec when programming 16k of Flash. Less if the hex file is smaller.
Note that the programmer doesn't work on the engineering samples of the nRF24LE1 (marked with 'AX' on the chip itself).
This is the first release, and I guess there might be some bugs, but I will fix those as people start reporting back on it. I might release the source code in the future, however I would like some feedback first.
/Kenneth
edit: release v1.01
bugfix: last byte of the hex file was missing.
bugfix: fixed documentation (was an error in the figure).