Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
That the design works is a miracle, frankly, they do so many stupid things (that power voltage switch they use switches it directly... It's rated for tens of milliamps. People routinely expect to pull far more than that.) I never even tried using them with the idiodically connected LED enabled, Really, the RX LED should prevent UPDI from working. You using it at 3V3?. At that point, with RX tied to ground, the voltage across the 1k resistor might be less than 1 volt due to the forward drop across the LED, hence less than 1 ma of current, and to the extent that the voltage on Rx was above ground, would lower that further, such that the LED's influence is negligible as the voltage on RX approached levels that would no longer register as LOW. |
Beta Was this translation helpful? Give feedback.
-
I am using this CH340G adapter for all my Serial UPDI programming for a few years now. It works just great on all speeds including TURBO speed.
But Why?
It violates all design recommendations like:
"Use a series resistor somewhere between the CH340G and the UPDI pin". Not this one.
"Never use any LED connected to TX or RX". This one has two LEDs, and they even skimped on one series resistor.
"Use a schottky diode between RX and TX". I seemed to have plucked a signal diode from the parts bin with a 0.7V Forward Voltage.
Here is the schematic of the connection between the CH340G and the Attiny.
I bought them 5pcs for 2 Euro's a few years back, and expected them to miserably fail, but they became my go-to programmer in the end.
Beta Was this translation helpful? Give feedback.
All reactions