CenWIDev / sumobot-resources

Resources, documentation, and software for sumo-roboticists
The Unlicense
3 stars 1 forks source link

ELEGOO - Thoughts on these kits? #9

Closed Xaphus closed 5 years ago

Xaphus commented 5 years ago

I found these kits while looking for sumo bots. Does anyone have an option about the value of these kits as a starting point?

https://www.amazon.com/stores/node/14833109011?_encoding=UTF8&field-lbr_brands_browse-bin=ELEGOO&ref_=bl_dp_s_web_14833109011

daniel-packard commented 5 years ago

in particular, this one looks like a great deal: https://www.amazon.com/ELEGOO-Tracking-Ultrasonic-Intelligent-Educational/dp/B07KPZ8RSZ?ref_=bl_dp_s_web_14833109011

~I'm tempted to spring for one or two to bring to the next thursday meeting~ -- would make a good followup project for "how to arduino"

update: I got one... it was impulse buy territory

Erik-Bennett commented 5 years ago

I just picked up an Elegoo EL-KIT-008 Mega 2560 Project The Most Complete Ultimate Starter Kit last week. I haven't had much testing time, but the boards look to be well made. The electronics components are serviceable.

The motors in the robot kit look like the same off-the-shelf part that many of other robot kits (including the mBot). They lack encoders (2-wire), limiting their options for other projects (e.g., odometry, use as a digital rotary sensor), but that isn't something needed for sumobots. The reduction gears are almost certainly plastic and not planetary, so they're a likely failure mode. Having four motors and drive wheels will certainly give a torque and traction advantage. Aliexpress has the motors for under $1 if we need addition / replacement motors.

That said, the price is right, imo.

Xaphus commented 5 years ago

For encodes, could you make something like this work with them? https://www.sparkfun.com/products/12629

Erik-Bennett commented 5 years ago

I did find more information on the TT motors*. They should stall before the gears lose mesh or break. We can run a few informal tests to see if they have the torque sufficient for pushing. I've only seen these motors in direct drive configurations, but gearing may be possible, and wheel size changes will offer a similar effect.

There are versions of the same motor with integrated encoders. They're 4-wire, so the shield/motor controller needs to have some input connections. After further consideration, there are applicable benefits to motor feedback for sumobots - in particular, measuring motor stall.

There are numerous variants of this motor - metal geared, different gear ratios, mount styles, and cases.

More questions than answers at this point, but if the testing results are good, they're a cheap, ubiquitous option.

/* Assuming the yellow TT motors are the same off-the-shelf parts.

Xaphus commented 5 years ago

I decided to order one based on everyone's feedback. I'll probably get a few upgrades, such as encoders and an accelerometer if I get that far in the design. Thanks for all the feedback.

Xaphus commented 5 years ago

We assembled one of these last night. Here are my thoughts:

Overall, I think this is a really good value proposition.