Hi everyone!
I am new to arduino but have a project that I'm working in involving arduino and console controllers. Currently I do a bunch of simple mods to these controllers like adding switches to the bottom of the controller so you can use your other fingers while you're playing without having to take your thumb off of the stick. What I'd really love to do is put arduino (or some other controller) inside the controller so that I could map the buttons I install to any other button on the fly.
What I'm wondering is if there is any way I can use the arduino to close the circuit on the console controller PCB?
I'm going to use the console controller's common ground and power (5v) to run the nano that I have, and essentially just need to get the arduino to close a circuit (like the little tactile switches I'm using now).
- I've read that I could use an optocoupler, but also that they're really better for isolating circuit that could potentially harm eachother.
- I've also read that I could use a transistor.
I have both of those, so no big deal - but was also curious if I could go without either since I'll be using the console controller to power the nano and they'd be sharing ground as well.
Thanks in advance!