I'm working on a project in which I emulate an SNES controller using multiple wireless devices. Specifically, my setup is a network of Xbee Pro modules, one of which is attached to the SNES controller port (with a microcontroller in between). The main concern right now is how to power everything while minimizing the chances of human error.
While I can hook up my "controller" to an external power source, I still feel that the easiest solution is to just have the SNES controller port power everything. (From basic experimentation, using an external power source and connecting its ground with the SNES ground will leave the SNES on if I switch the console off before cutting power to the controller.) While various SNES schematics that I've found via Google suggest that the 5V signal on the controller ports is just what comes out of the 5V regulator, there's still the issue of making sure that the SNES can handle the Xbee Pro's current draw. According to the Xbee Pro datasheet, the module has a peak Tx current of 250 mA (I'm using a wire antenna, not an RPSMA one). From what I've seen, the limiting factor is the SNES power supply, which is rated for 850 mA, as a 7805 voltage regulator can typically handle more than this.
I know that I could probably find a beefier power supply or add in a 1000 uF capacitor to help mitigate bursts of current when transmitting. Also, there's probably a bit of a safety factor built into the power supply, so it wouldn't be the end of the world if I pushed the envelope for a brief period of time every now and then. Still, it would be nice to get a second opinion.
tl;dr: How much current can I safely draw from the SNES controller ports? Can I connect something that with peak current draw 250 mA as is? Should I take some additional precautions?
While I can hook up my "controller" to an external power source, I still feel that the easiest solution is to just have the SNES controller port power everything. (From basic experimentation, using an external power source and connecting its ground with the SNES ground will leave the SNES on if I switch the console off before cutting power to the controller.) While various SNES schematics that I've found via Google suggest that the 5V signal on the controller ports is just what comes out of the 5V regulator, there's still the issue of making sure that the SNES can handle the Xbee Pro's current draw. According to the Xbee Pro datasheet, the module has a peak Tx current of 250 mA (I'm using a wire antenna, not an RPSMA one). From what I've seen, the limiting factor is the SNES power supply, which is rated for 850 mA, as a 7805 voltage regulator can typically handle more than this.
I know that I could probably find a beefier power supply or add in a 1000 uF capacitor to help mitigate bursts of current when transmitting. Also, there's probably a bit of a safety factor built into the power supply, so it wouldn't be the end of the world if I pushed the envelope for a brief period of time every now and then. Still, it would be nice to get a second opinion.
tl;dr: How much current can I safely draw from the SNES controller ports? Can I connect something that with peak current draw 250 mA as is? Should I take some additional precautions?