gjtorikian / wireless-snes

Arduino sketches to intercept controller data from one SNES console and send it to another.

Home Page:https://www.gjtorikian.com/posts/2018/04/26/wireless-snes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNES-Controller-Interceptor

Based very heavily on @jasburns' NintendoSpy, these are Arduino sketches to intercept controller data from one SNES console and send it to another.

This guide should help with more information on wiring. Once you're all set you should connect the wires to the Arduino like this:

  • LATCH to pin 3
  • DATA IN to pin 4 (this is from the current SNES controller)
  • CLOCK to pin 6
  • DATA OUT to pin 8 (this is for the other SNES controller)

Further reading

About

Arduino sketches to intercept controller data from one SNES console and send it to another.

https://www.gjtorikian.com/posts/2018/04/26/wireless-snes/

License:MIT License


Languages

Language:C++ 100.0%