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

Programming Nrf24LE1 with Nrfgo Motherboard using command line

Hi,

I can program our old Nrf24LE1 boards with Nrfgo Studio, but when I tried using Nrfgocli command it fails to connect to

the board. My motherboard is set to number 1 on the LED display and I believe Nrgfocli defaults to board zero.

I tried the command - "nrfgocli -p test.hex -b 1" to change the board number to 1, but it still gives the failed to connect message.

Any ideas how I can get this working?

Many Thanks.

Parents
  • I don't have any good suggestion here, I assume you have closed down nRFgo Studio when using nrfgocli.exe I guess an option may be to uninstall and install nrfgo studio again, even an older version may be an option, considering there have not been an update for nRF24LE1 for quite a few years.

    Best regards,
    Kenneth

  • Hi Kenneth,

    Thanks. Stupidly I think it was because I left Nrfgo Studio open. It's still not working though, I need to program via the ISP port, so tried "nrfgocli -p test.hex -b 1 -t ISP" and I get a message saying "There was an error in the parameters to the application".

    If I leave off the -t flag, it says "Programming the file text.hex" but does not return.

    Hope you can help,

    Thanks.

Reply
  • Hi Kenneth,

    Thanks. Stupidly I think it was because I left Nrfgo Studio open. It's still not working though, I need to program via the ISP port, so tried "nrfgocli -p test.hex -b 1 -t ISP" and I get a message saying "There was an error in the parameters to the application".

    If I leave off the -t flag, it says "Programming the file text.hex" but does not return.

    Hope you can help,

    Thanks.

Children
Related