Can i program arduino ng with the same code as for programming arduino uno
gshubham96:
Can i program arduino ng with the same code as for programming arduino uno
Yes, within the flash memory size resistriction of the specific chip installed on your NG board. Early versions used a atmega8 chip and later versions used atmega168 chips. That is why there are two different arduino NG board choices avalible in the IDE menu. Also nothing prevents you from inserting a atmega328 chip onto the board if you wish, you just have to select the standard 328 type board.
Lefty
I am using atmega8 8) and also can i replace the atmega 328 mcu in my uno with atmega8 to program it?
gshubham96:
I am using atmega8 8) and also can i replace the atmega 328 mcu in my uno with atmega8 to program it?
Yes, as long as you select NG board when you have the atmega8 installed in your Uno board.
Lefty
I am using atmega8 and also can i replace the atmega 328 mcu in my uno with atmega8 to program it?
Why don't you just try some things?
Why don't you just try some things?
dont wanna risk my arduino's life :% 8)
thx for the reply