Hello my son is trying to make a lynxmotion brat clone we have bought one of these 6dof clones/servos etc off ebay, whats the cheapest and easiest way to get it walking?I have an ardiuno board, but I understand I will need a servo controller? whisch one do I buy and how do we code it?
we have it assembled with all the servos etc, we just need to controll it.
im well versed in code mostly c#/java but never done anything like this we want it to be an easy approach as we hope to get this included in code club for 9/10 year olds.
You could get a dedicated servo driver board like This
Or a more general Arduino like board that will allow other things like sensors as well as the servos
Then there is this option: An Arduino or compatable board and an i2c type servo driver board. With this option you have sensor options as well as the above.
All have pros and cons and all will be around the same amount of coding.
You don’t really need a You don’t really need a servo controller with an Arduino – the Arduino’s “servo” library can drive up to 12 hobby RC servos at the same time. But you will probably want to make some sort of a breakout board for it, so that you have something to plug all those servo plugs into. You can make one easily from a perma board and some pin headers.
I suppose the servos and the battery are the most expensive parts of this.
See my below relpy. This would be the cheapest option for you since you have an Arduino
I’m not sure about that USB battery pack to run servos. I assume it might have have 2 18650’s in it with a 5v regulator (just guessing). I use a similar one to drive controllers, but have never tried to drive motors with it.
I would still recommend a seperate 7.4v lipo and UBEC running the servos. Power is key here
You could try AA rechage batteries, but I like lipos due to them giving better power out for a smaller physical size and weight.