Jump to content
IGNORED

Control NES from RPI?


Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

The way the inputs get serialized are pretty well documented right?

I would suspect it is possible to emulate that in software so that the GPIO was piping directly into the controller port.

(which in turn would open up possibilities to have your RPI drive different controller types)

 

That said -- almost certainly "easier" to just wire up the GPIO pins directly to controller buttons and use the physical serialization chip. 

Link to comment
Share on other sites

Thanks, I'm having trouble understanding how you would emulate it via software with the GPIO directly. There are plenty of example of people using a shift register with the RPI but I haven't found anything that looks like emulating one.  I may start with just wiring to register on the controller directly, the only 'gotcha' I see there is that when buttons are pressed it pulls to ground but I think the RPI can handle that. 

Link to comment
Share on other sites


×
×
  • Create New...