Programming Attiny3226

Hi,

I have some Attiny3226 chips and would like to program them. How would I do with Arduino as ISP?

Thanks.

I imagine you would use Arduino as isp with a uno or whatever....add additional boards manager to suit your particular board and viola...!

Plenty of videos on how to do.....
One example here just load a different boards manager for ATtiny3226

https://www.youtube.com/watch?app=desktop&v=TUlzOD9T3nI

ATtiny3226 doesn't use ISP programming, it uses UPDI.
So you need a replacement for "Arduino as ISP" that supports UPDI, like GitHub - ElTangas/jtag2updi: UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)

Well in that case, use this instead...https://www.youtube.com/watch?v=AL9vK_xMt4E

Thanks all.

I have tried downloaded the jtag2updi Arduino code

and downloaded http://drazzy.com/package_drazzy.com_index.json
to Arduino preference.

I connected digital pin 6 of the Arduino Nano to updi pin 16 of Attiny3226 and all works.

:slight_smile:

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.