Corrections: - Both types have a slanted edge on the left side and some sort of dot marking on the top left.
@_edgodd2 жыл бұрын
thanks so much, made programming my 414 so easy. very clear video and easy to follow. Thanks again
@makguitar23783 жыл бұрын
Hi! U R my hero!! I could not figure it out for a while! NOW solved problems with updi! Thank U so much!!
@DamienLaRocque11 ай бұрын
Thank you very much ! I was wondering how to program since the last three days And then I watched your video and it worked in a few minutes \o/
@kaiabutton57754 жыл бұрын
Thank you for such a thorough video!
@orryyang8846 Жыл бұрын
Hi what size capacitors you used to connect the and ground, 0.1 mf capacitor? I can’t find such one online
@CollinBaillie4 жыл бұрын
Is the boot loader necessary? Other programming videos don't show that being used.
@jasdoge4 жыл бұрын
I'm not 100% sure, but if you're using the Arduino IDE, that's how you set the clock frequency. If you upload a sketch with a different clock frequency than what you set in the bootloader, you'll get timing issues. Note that there's also optiboot, which is a different bootloader that allows you to program these with USBs. You may be able to get these chips with that pre-installed and/or with a USB port, in which case you should not use this tutorial. I'll likely make a tutorial on how to make these USB programmable some time in the future.
@albertroswell Жыл бұрын
thanks for the video, I have a question: I can not find any section of the datasheet of the attiny202 that mentions I need to put a capacitor for programmiing or functioning, where do you get that information?, thanks
@jasdoge Жыл бұрын
If you're talking about the 100nF ceramic decoupling capacitor between power and ground on the attiny, that's a typical design consideration in most circuits. EEVblog has a good video on them kzbin.info/www/bejne/eJStZ4iaed1krMk
@albertroswell Жыл бұрын
@@jasdoge thanks for answering!, I will check that video :)
@pavelsan19543 жыл бұрын
I have problems with UPDI on tiny412. How do I reset UPDI to factory settings?
@jmch13695 ай бұрын
Gracias ,,,
@mikes38013 жыл бұрын
Awesome video. Do you have a video on how to program a ATtiny1617?
@jasdoge3 жыл бұрын
You can do it the same way as in this video. But since it's QFN-only you'll need to break out the UPDI, power, and ground pins somehow to connect them to your computer. I usually do standard 0.1 inches (2.54 mm) pin headers on my boards for in circuit programming.
@mikes38013 жыл бұрын
@@jasdoge Thanks for the quick reply. one more question. Will this work with Teensy 3.2?
@jasdoge3 жыл бұрын
@@mikes3801 Nope, that uses a completely different microcontroller
@dimitriosa8tsipouras9533 жыл бұрын
avr-g++: error: device-specs/specs-attiny412: No such file or directory exit status 1 any help?
@jasdoge3 жыл бұрын
Sounds like your install might be corrupted, did you try re-installing the board files?
@dimitriosa8tsipouras9533 жыл бұрын
@@jasdoge thank you for the reply, yes i already do it and now has the below error, exec: "cmd": executable file not found in %PATH% something not correct, thank you from sunny Greece,