Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 2.03 KB

File metadata and controls

54 lines (28 loc) · 2.03 KB

Hardware - Arduino Leonardo

This section covers the required hardware for users who have the rduino Leonardo.

Hardware Requirements

Microcontroller Hardware:

Make sure you have all the microcontroller hardware.

Buy the following additional components:

  1. Serial Board (Pick one)
    1. 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!

    2. 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.

  2. Jumper Wires (example)
  3. Video capture card (example)
  4. HDMI cable(s)

Hardware Assembly

Once you have your hardware, you need to make some connections.

Make the following connections:

  • UART cable green (TX) to Arduino pin1 (TX -> 1)
  • UART cable white (RX) to Arduino pin0 (RX <- 0)
  • UART cable black (GND) to Arduino GND (any one is fine)
  • UART cable red (VCC) – leave unconnected

Next Steps

Continue to the software tutorial.


Discord Server: