Hi there
I'm really new to micro-controllers. what are the various ways that I can program an ATmega328p?
Do I necessarily need an arduino board to program an ATmega328p?
Hi there
I'm really new to micro-controllers. what are the various ways that I can program an ATmega328p?
Do I necessarily need an arduino board to program an ATmega328p?
The answer given by clem57 is simply perfect
Anyway if you are new to microcontroller I suggest you to start with the arduino (uno) board because with it you have all you need to start and you can easily learn to program using the simplified C of arduino. After this you can use a more sophisticated C or assembly (using AVR studio), you can also use the arduino board to program other microcontrollers like the attiny family.
You can start without the arduino board but will need other hardware to program it.
I started few years ago with the arduino uno board (The only thing that I hate of the arduino board is that don't fit into it the strip line connector, except this it's a very good starting point)
The answer given by clem57 is simply perfect
Anyway if you are new to microcontroller I suggest you to start with the arduino (uno) board because with it you have all you need to start and you can easily learn to program using the simplified C of arduino. After this you can use a more sophisticated C or assembly (using AVR studio), you can also use the arduino board to program other microcontrollers like the attiny family.
You can start without the arduino board but will need other hardware to program it.
I started few years ago with the arduino uno board (The only thing that I hate of the arduino board is that don't fit into it the strip line connector, except this it's a very good starting point)