-
Notifications
You must be signed in to change notification settings - Fork 15
Hardware Setup Guide
ercdndrs edited this page Jan 28, 2022
·
4 revisions
This guide assumes you have already reviewed the excellent resources elsewhere on the PokemonAutomation repository family on connecting your USB-to-UART converter to your microcontroller. With that out of the way, the following hardware configuration must also be done.
- Plug your HDMI capture card into your computer (skip this step if you are using a PCIe capture card).
- Plug one end of your HDMI cable into the Switch Dock and the other into the HDMI capture card.
- With the Switch docked, navigate to the TV settings and change the the resolution to 1080p and the screen size to 100% under "Adjust Screen Size".
- Flash your microcontroller with the appropriate hex file. If you are using the PABotBase hex, the files are found in the
Packages/PABotBase/PABotBase-Switch
folder. If you are using the legacy hex file, use the appropriate version ofRemoteControl_xxxx.hex
, which are found under theRemoteControl
directory. For Teensy 2.0 and any the SparkFun Pro Micro, useRemoteControl_atmega32u4.hex
. For the Arduino Uno, useRemoteControl_atmega16u2.hex
. For Teensy 2.0++, useRemoteControl_at90usb1286.hex
. - Plug the microcontroller into the Switch dock. The USB cable should connect the USB port on the microcontroller (NOT the serial pins) to the dock.
- Plug the USB end of the USB-to-UART converter (which should already be attached to the microcontroller) into your computer.