Hi - I didn't see an Arduino for dummies forum, or I would have posted there
I have a simple run of the mill radio garage door opener, it runs on a 3v battery. What is the easiest way to wire it up to an Arduino?
The obvious way seems to be a relay switch, and I see the instructions on how to do that.
But I wonder if I even need one - can I just wire a digital pin and ground in place of the batter, short the button, and supply the power directly from the digital pin? It's very low current.
Auxiliary question from a software guy trying to do hardware - why does my multimeter ready like 2.3v when I put it between any digital pin and the ground? And when I set the pin to HIGH the multimeter doesn't budge.
But I wonder if I even need one - can I just wire a digital pin and ground in place of the batter, short the button, and supply the power directly from the digital pin?
Which Arduino are you using? One that runs on 5V is very likely going to damage your 3V garage door opener.
It's very low current.
Less than 40ma? (which is too much) Even when transmitting?
Auxiliary question from a software guy trying to do hardware - why does my multimeter ready like 2.3v when I put it between any digital pin and the ground?
You've set a pin to OUTPUT and it reads 2.3V when it's LOW and HIGH?