-
Notifications
You must be signed in to change notification settings - Fork 27
Simplify UPDI documentation #11
Description
The page:
https://github.com/SpenceKonde/AVR-Guidance/blob/master/UPDI/jtag2updi.md
is a bit daunting for someone just wanting to get UPDI to work with DxCore or megaTinyCore.
It's great to have all that information available, but first there should be a simple circuit that will work in most cases. After reading all your advice I think this should be:
-------------------- To Target device
DTR| 470Ω BAT43 __________________
Rx |---------------------,-----------| UPDI
Tx |----/\/\-----|<|----' ,----| Gnd
Vcc|---------------------------/-----| Vcc
CTS| / |__________________
Gnd|-------------------------'
--------------------
I believe this will work whether or not the USB to Serial adapter has an internal resistor in series with Tx, or the target device has a resistor in series with UPDI. For most people the BAT43 will be easier to solder than an SMD diode, and it's available at most hobby shops.
Put this first, and then have all the suggestions about what to do if you don't have a Schottky diode available, etc., under a Further Information heading.