Hi, I used the flasher precompiled from: https://github.com/nicolas-schurando/optiboot-nrf24l01-flasher
and still I was not able to make this work -I am not sure about the avrdude commands:
It seems when I try to set the eeprom address for the flasher – I am just overrding it or damagin it
using this:
avrdude -C “C:\Users\Ben\Downloads\avrdude\etc\avrdude.conf” -F -p atmega328p -P COM5 -c arduino -b 115200 -U eeprom:w:0x30,0x30,0x31,0x30,0x30,0x30:m
also I am not sure what it the right commad to run against the flasher – it also seems just to overwrite it:
I am using:
avrdude -C “C:\Users\Ben\Downloads\avrdude\etc\avrdude.conf” -V -p atmega328p -c stk500v1 -P COM5 -b 115200 -U flash:w:text.ino.standard.hex -vvvv
where :text.ino.standard.hex is exported from arduino IDE.
My flasher is on COM5 and the target is connected (and the flasher) to the RF modules.
tryied the traget on A0 and A1 pins and A1 and D10
still does not work
I think the problem is my avrdude commands….
Thanks.
Hi, I used the flasher precompiled from: https://github.com/nicolas-schurando/optiboot-nrf24l01-flasher
and still I was not able to make this work -I am not sure about the avrdude commands:
It seems when I try to set the eeprom address for the flasher – I am just overrding it or damagin it
using this:
avrdude -C “C:\Users\Ben\Downloads\avrdude\etc\avrdude.conf” -F -p atmega328p -P COM5 -c arduino -b 115200 -U eeprom:w:0x30,0x30,0x31,0x30,0x30,0x30:m
also I am not sure what it the right commad to run against the flasher – it also seems just to overwrite it:
I am using:
avrdude -C “C:\Users\Ben\Downloads\avrdude\etc\avrdude.conf” -V -p atmega328p -c stk500v1 -P COM5 -b 115200 -U flash:w:text.ino.standard.hex -vvvv
where :text.ino.standard.hex is exported from arduino IDE.
My flasher is on COM5 and the target is connected (and the flasher) to the RF modules.
tryied the traget on A0 and A1 pins and A1 and D10
still does not work
I think the problem is my avrdude commands….
Thanks.