Electronic – arduino – Netduino/Arduino to Variable Resistor

arduinonetduinoremoteresistors

I'm a developer and I want to have a bit of fun with electronics. I don't know much about it so I have a bit of a question. I'm pretty sure this can apply to Netduino, Arduino or any other one.


I want to use the Netduino like if it was variable resistors.

I would connect the Netduino to a helicopter remote control by removing its variable resistor from the remote's board and connect Netduino's output.

The question is how can I do that? How can I wire it and do I need additional components?


Some Links/Pictures

http://sharetext.org/C3PS

Best Answer

You can use a microcontroller to control a digitally-controlled potentiometer... there are lots to choose from. They vary in their control mechanisms, but there are several available that can be controlled over I2C or SPI.

The MCP4151-103E/P looks to be cheap, through-hole, pretty capable, and is controlled over SPI for instance.