MCUdude / microUPDI

DIY UPDI programmer with open source hardware!
66 stars 11 forks source link

Pro Micro hardware modification clarification #2

Closed hiduino closed 3 years ago

hiduino commented 5 years ago

Can you clarify the hardware modification? It appears that pin-1 (in the picture example) of the regulator is the RAW input, not the 5V output pin.

MCUdude commented 5 years ago

It is indeed connected to the VIN pin, However, since microUPDI requires a 5V 16 MHz Pro Mini, this means that the solder jumper (SJ1 in the Pro Micro schematics is shorted, and ~4.5V will appear on the VIN pin.

I chose that connection point because it's the closest to the AREF capacitor. However, you may choose any 5V point on the board if you like.

hiduino commented 5 years ago

Yes, thanks for the clarification. I think it will be safer to go with the 5V output, just in case someone decides to put in more than 5.5V on the raw input (not that anyone would but you never know).

MCUdude commented 5 years ago

I think it will be safer to go with the 5V output, just in case someone decides to put in more than 5.5V on the raw input (not that anyone would but you never know).

There's no reason to connect the Raw pin to anything when using the Pro Micro as a UPDI programmer. I'll leave a note that the Raw pin shouldn't be used.

MCUdude commented 3 years ago

The latest release (v1.0.1) uses a modified firmware where the hardware modification is no longer necessary since AREF is connected to VCC internally instead