The torque on the digitals is ~33% more for the main reason. (I can’t afford 5990s yet!)
But also, I am going to be setting all the center and end points on the servos, as well as reversing one side of the bot. This should make my software tasks easier.
I usually use a direction multiplier so I can use the same values for both sides of a robot. I have 1 for the normal value side and -1 for the normally negative value side. It makes it easier to figure changes rather than having to reverse everything in my head all the time. My brain does not like reverse. I need to do that modification to MsBRAT’s code.
I canceled the order for the HS5625MGs, and replaced them with HS5645MGs. I also bought 6 HSR5990TGs. So, in a week or so, I should have a total of the following servos:
6 HSR5990TG
6 HS5645MG
4 CS160 (aka HS5625MG w/o programming)
2 S3004
2 S3151
So, not a bad collection I am starting… although I am still 6 “real” servos short of building my Phoenix. Oh well, in time (those 5990s hurt!).
In the meantime, today was a Lynx day! (I love the days when UPS delivers goodies from LM!) So, I have assembled my first LynxMotion robot, although it hasn’t been programmed yet. http://www.siennahanon.com/Robotics/Sienna_Brat_JR_1.jpg
looks very good, personally I think LM should also include a BRAT jr in their product line for those really tough on robot money, and who want to a) enter the world of robotics with a simple bot, or b) eventually upgrade to the BRAT - or for both those reasons.
Also I like the way you used two ASB-16 instead of two ASB-04 and ASB-11. Looks good BTW 8)
I like that too. It’s cool when people build things that I hadn’t even thought of. It’s happening more and more, and I consider that the true sucess of the SES. Great job Sienna! 8)
I need serial output to adjust servo values to find the center of my servos, right? So, after trying vainly everything in my power to get HSERIAL to work over the programming port, I finally make the connection that all those searches that say the hardware serial port is on P14 and P15.
Which means I have no way of of hooking up my computer to the serial port on the board. And then of course, I lose my C button and LED, so now I guess I will have to implement the control over serial too.
So, meanwhile I am at a complete halt because I do not have a level shifter, which is now on order. sigh
(It would be a nice feature to have on serial port constrained systems, the ability to send and receive over the programming port to the terminal… now I am happy I got the quad port card, cause I can see these serial needs adding up!)
Has anyone managed to get DEBUG mode on the Pro to play nicely with HSERVO? I swear, everytime I step to the next break point, all my servos react randomly, and now that they are assembled into something, I fear hardware damage if I keep using debug mode!
Yeah, so I really need to search the forums more… Apparently you CAN use those programming ports as a soft serial port. (oops!) For some reason I get garbage inserted above 19.2k, but 19.2k is fast enough to do servo centering
And also apparently, everytime you connect to the device in the IDE, the micro resets. Oh well.
You just need to send a 1.5ms pulse to each servo to get it to its center point. If you are using an SSC-32, just send “# P1500” to send the servo on to the center.
To find the actual mechanical center of a servo, you need to decrease the position value until the servo hits its internal hard stop. Then increase the position value until the servo once again hits its internal hard stop. The mechanical center of the servo will then be the servo position that is the middle value between the low position value and the high position value.
At the moment, it is using 1 SportBEC powered by a 7.2V NiMH. I will be adding two more SportBECs, one for logic (and I am only using a SportBEC because I want to be able to use it for other things in the future), and two for servo power. You can see the 3S 950mAh packs that I will be using in the future. (they are small yes, but they are already around, and their charger, so for now the cheap route is the better route)
I am still debating on whether to put them directly in parallel, or put them in parallel using diodes so that they can’t drain into one another.
For HSERVO, it’s easy to get to your approximate position. This would be +/- 9000 for for a full 180 degrees of travel with 0 being approximate center. It’s rather convenient in that you can just multiply the angle by +/- 100 to get approximately to where you want the servo to be and fine tune from there. +/- 7.5 degrees would be approximately +/- 750 from center. There is a similar formula for using an SSC-32 (+/- 900 for full 180 degrees of travel).
There is no purpose to it, other then other people on the forum saying it can’t be done, and as a holdover while I save money for things like a new soldering iron and another batch of servos to round out 18…
Now, I would love to play more, but I have to make some stupid powerpoints for a stupid presentation about a design that doesn’t exist… sigh… The sacrifices one must make to keep making money for bots…
I rarely listen to people telling me “it can’t be done.” I’ve done quite a few things before I knew it could not be done… Robotics is an experimental thing by its very definition, so EXPERIMENT! I still hope to eventually build The BiPod I designed, but just can’t afford the servos to fill the brackets. I want to use a minimum of HS-645MG servos, because I don’t think it has a chance of walking otherwise.
Very cool! Be sure to get videos to document your progress. We loves videos…
I wish there were more women involved in robotics! You rock, Caitlyn!
Exciting project you got there. Actually I have been playing (just thinking…) with a similar project like yours project but my idea was to hook two tripods together with 4 powerful servos using SES brackets… Almost like a monster mini Brat with two tripod feet
But making your tripod walk… thats a real challenge!