This section covers the required hardware for users who have the Pro Micro.
Microcontroller Hardware:
Make sure you have all the microcontroller hardware.
Buy the following additional components:
- Serial Board (Pick one)
- UART Cable (CP210x controller) Adafruit UART cable is not the cheapest, but it is the most beginner-friendly.
DO NOT get the Prolific (PLxxxx) controllers. They do not work and they are explicitly blocked in the program.
They are cheap because they do not work. If you buy it anyway, you will be wasting your time and money.
YOU HAVE BEEN WARNED! - CP210x board (4 for $8) | (2 for $8) | (1 for $8)
If you are experienced (or confident), these are some cheaper alternatives which also work. These may require a trivial amount of extra wiring.
- UART Cable (CP210x controller) Adafruit UART cable is not the cheapest, but it is the most beginner-friendly.
- Board Connection (Pick one)
- Mini-Grabber to Male jumper wires (example)
Easiest option, but item is hard to find
- Solderless Hammer Headers (example)
Fairly easy to install. Ensure you are getting hammer headers, they will have a bulge on the short side to hold the pins in place
- Hammer Headers (example)
Most difficult option! You will need to solder with this option. Please only pick it if you are comfortable soldering.
- Mini-Grabber to Male jumper wires (example)
- Video capture card (example)
- HDMI cable(s)
There are many ways to set this up with varying cost and difficulty. Here we will present some simple options that do not require soldering. If you are experienced with electronics, feel free to do your own thing.
Here are the two options covered in this tutorial:
This option is the easiest to setup, however the mini grabber cables that are needed are rarely in stock.
Required Hardware:
- The microcontroller hardware.
- A USB-to-TTL UART cable or board. It is recommended to get one with the CP210x controller.
Avoid the Prolific (PLxxxx) controllers. Many of them are knock-offs that do not work.
- Mini grabber to jumper wires (male). You want the one with male jumper wires.
Hardware Setup:
Once you have your hardware, you need to make some connections.
Make the following connections:
- UART cable green (TX) to Pro Micro RX1
- UART cable white (RX) to Pro Micro TX0
- UART cable black (GND) to Pro Micro GND (any one is fine)
- UART cable red (VCC) – leave unconnected
Note that the mini grabber clips may not fit through the holes on the Pro Micro. This is fine.
This option is cleaner, but is more involved.
Required Hardware:
- The microcontroller hardware.
- A USB-to-TTL UART cable or board. It is recommended to get one with the CP210x controller.
Avoid the Prolific (PLxxxx) controllers. Many of them are knock-offs that do not work.
- Solderless Hammer Headers
- A box cutter or a wire cutter.
- Pliers. (you will likely need two of them)
Hardware Setup:
- Use your box cutter or wire cutter to cut out 2 pairs of pins from the strip of solderless headers. Be very careful not to cut yourself.
- Insert a pair of hammer headers into the TX and RX holes on the Pro Micro.
- Insert a hammer header into the GND hole on the Pro Micro. (Since you can't easily split the pair of pins, you can do GND and the pin adjacent to it.)
You will need a LOT of force to push the hammer headers into the holes. Recommend using pliers to pull the pins out of the plastic holds and inserting the long side into the Pro Micro. Then put the covers back on and use pliers to squeeze it in.
Now that the pins are setup, you can make the connections.
- UART cable green (TX) to Pro Micro RX1
- UART cable white (RX) to Pro Micro TX0
- UART cable black (GND) to Pro Micro GND (any one is fine)
- UART cable red (VCC) – leave unconnected
Continue to the software tutorial.
Discord Server:










