Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 755 Bytes

Switch Serial Controller - device

A device for manipulating Nintendo Switch via serial communication.

Based on ebith's PoC.

Requirement

How to build

Make a device

TBD

Build firmware and flush

brew tap osx-cross/avr
brew install avrdude avr-gcc

git clone --recursive https://github.com/r-ralph/Switch-Serial-Controller.git
cd Switch-Serial-Controller
cd device

make
avrdude -pm32u4 -cavr109 -D -P$(ls /dev/tty.usbmodem*) -b57600 -Uflash:w:SwitchSerialController.hex # need reset