Hi,
I have some Attiny3226 chips and would like to program them. How would I do with Arduino as ISP?
Thanks.
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
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.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.