Custom Board with ATtiny826, Programming Questions #580
Replies: 2 comments 9 replies
-
If i were to design a custom board I would just break out RX/TX as they are, ignore the reset or bootloader (I see no benefit from a bootloader) and break out the UPDI pin with a GND pin as 2-pin programming socket. Or as a 3-pin programming socket with GND/VCC/UPDI I made my own dedicated UPDI programmer from a cheapass serial adapter, where I soldered the diode between RX and TX on the adapter. My programmer is powered by the USB port and I power the board separately for programming. No more mistakes feeding 5V to a 3.3V board by accident. |
Beta Was this translation helpful? Give feedback.
-
Datasheet page 19 recommends 1-10nF bypass in addition to the 100. Optionally, 1uF. I usually do the 100nF and 1uf. The UPDI pin (as you call it reset) should not have pullup or cap on it, at least not without testing. I would expect it to cause UPDI issues. |
Beta Was this translation helpful? Give feedback.
-
I have a new design I'm completing and wanted to be sure I have the correct connections for programming easily. I've gone through many of the pages but I think my head's spinning a bit! Here's the relevant connections I currently have:
Thanks in advance for any guidance and Happy Holidays!
Beta Was this translation helpful? Give feedback.
All reactions