Page 1 of 1

Visualizer panel " Programmer "

Posted: Mon Nov 27, 2017 11:59 pm
by rsfoto
Hi

I was wondering how to programm my Arduino using the programmer. FIrst I tried to program it using the original *.ino file but no success.

The I read somewhere that I need a hex file, made a search how to make a hex file of my *.ino sketch and now after learning how to do that I have 2 hex files in my folder.

Which one is the correct one in order to programm my ArduinoUNO with MegunoLink ?

....ino.standar.hex
or
....ino.with_bootloader.standard.hex


HEX_programm.JPG
HEX_programm.JPG (95.67 KiB) Viewed 5582 times

Re: Visualizer panel " Programmer "

Posted: Tue Nov 28, 2017 1:59 am
by philr
I tried it here and both seemed to work fine.
Phil

Re: Visualizer panel " Programmer "

Posted: Tue Nov 28, 2017 3:59 pm
by rsfoto
philr wrote: Tue Nov 28, 2017 1:59 am I tried it here and both seemed to work fine.
Phil
Hi Phil,

Thanks. I was just afraid that the bootloader could damage the main programming of the chip or something :-)

regards Rainer