Hi all,
For my sensor project I would like to give the user the option to hit the Arduino RESET button.
Is it possible to wire up a 2nd reset switch so that it is accessible to the user on the outside of the project box? Is it as simple as keeping the original switch and soldering duplicate wires to a 2nd switch?
Yes, it really is that simple.
You're simply putting another switch in parallel with the one on the board.
Some shields add a reset switch, because with a shield fitted, the one on the Arduino is probably inaccessible
Sorry for kicking an old thread but I don't understand this possibility.
Actually it can be as simple as wiring your additional reset switch between the Arduino reset and ground pin, no soldering required.
Lefty
I have a Mega1280 (clone) and am wondering where the reset pin is.
(I know where ground is :))
And should there be a resistor added?
I need this as an emergency stop for a tool.
I have a Mega1280 (clone) and am wondering where the reset pin is.
(I know where ground is )
And should there be a resistor added?
I need this as an emergency stop for a tool.
The reset pin is located at the same location as the six pin shield power connector on any arduino shield compatible layout. Pin order is reset, 3.3v, 5v, gnd, gnd, Vin. Reset is also avalible on the ICSP connector, along with a ground pin, if your board has one.
However I agree that an emergency stop switch should be a well labeled, big old red mushroom knob, push to open contacts, power switch that removes the power to the final control element(s), be it motor(s) or whatever.