• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

USB controlled servos

MadHatter

Limp Gawd
Joined
Jun 8, 2005
Messages
150
I'm looking at possibly making a web controlled camera. Because I am very new to all of it I would just like to have them controlled via USB and then I can experiment with how to get them working correctly. From that point I can go on writing my application. I have found a board here that looks okay as far as I can tell, but it seems to be windows only. http://www.robotstore.com/store/product.asp?pid=676&catid=1563

I'd really like to have it linux based if possible. Anyone have any idea on some USB controllers like the one listed above that would meet these requirements? Also any specific servos to get started with? Any point in the right direction is good. Thanks!
 
Parallax micros are pretty common so I'd be surprised if someone hasn't already written a driver for Linux for it. At a guess servos for a radio controlled car would work fine.
 
The Arduino is a good suggestion, but it bears mentioning that as a microcontroller platform it is a bit different solution to the problem... Certainly it could be used to perform the task, but you have to create a firmware program for the hardware in addition to any pc software you want to interface to. It is roughly equal to a Basic Stamp type of development platform. Not that that is a bad thing.

Actually, if you are interested in this type of thing, I would 2nd the DIY microcontroller suggestion, either with the Arduino or similar. The dedicated servo boards are pretty much just pre-programmed commercial versions of some kind of ucontroller anyway.
 
Back
Top