ISP programmer programming

Here's how to use AVRdude in terminal to programme my ISP programmer


Using AVRdude

Simply connect your ISP programmer to a programmed ISP which is plugged into the USB port of your device.

Firstly , check that the ISP is connected and working by running the command "avrdude -p usbtiny -c t85". Once that is done, your ready to go!

Run the 'make' command

Once the make command has been configured , run the 'make flash command'.

Lastly , run the 'make fuses command'.


Using ISP in Arduino

Firstly , search up for SpenceKonde's library and install it under 'Board's manager'.

Under tools , make sure that the board you have selected is the correct board you are using.

Once that is done , make sure that the clock is either 8MHz or 1Mhz internal if you are using the tiny 25/45/85 board with no bootloader.

To burn the bootloader , we will have to go into Arduino and 'burn bootloader'. This will change the fuses to the appropriate setting.