- Arduino pro mini 3.3@8Mhz
- ULN2803 Darlington array(8ch) with 2 channels being used.
- Joystick analog input device
- 9g servo(w/ 1/4 in barbed valve attached)
- 1S 3.7v Lipo 500mah
This worked perfectly(aside from the area it takes up) bringing the current down from 100ma+ at servo idle, down to 20ma.
The code is fairly simple at the moment for this setup with the primary things being turning off the Darlington array and detaching the servo when no signal isn't needed. If you don't detach( myservo.detach() ) the servo it will try to feed off of this signal to power the servo(though not being able to power it through the low current signal line). You will also hear a constant wining from the setup.

No comments:
Post a Comment