Compact Controller for Servo

Hi

I'm new to Arduino and I'm looking to control 2x small servo motors with a very compact controller. It is only to open and close a visor of a helmet, nothing fancy.

If anyone could point me in the right direction it would be much appreciated.

cheers

Look up "Digispark" and then search for examples using them with servos.

You could use a barebones Atmega 328 or an Attiny for an even smaller footprint.

...R

Robin2:
an Attiny for an even smaller footprint.

Adafruit have a device called a Trinket which is just an ATtiny in a tuxedo. I suspect adafruit's SoftServo code would run in a naked ATtiny. (I have run it on a Trinket.)

Thanks for the ideas guys.

I will have a look

cheers