NRF24LU1prog
NRF24LU1prog copied to clipboard
Installing USB Bootloader
Using the bootloader which was sent to me as a bin file and a hex editor I could assemble the attached command list. Basically in memory page 0 I am writing a command to jump to the bootloader's address. The bootloader resides in memory pages 28..31. It worked! I'm attaching the file as a reference for anyone else trying to install the USB bootloader on the cheap fareast modules.
Hehe, nice. ASCII-art programming :-)
It was the easiest way without writing any program / script :D
Btw, here is a USB bootloader that fits in just 512 bytes (instead of 2 KB for the original) (not tested yet): https://github.com/ahtn/nrf24lu1p-512-bootloader