VEX Robotics
localroger
Posts: 3,451
While I'd always rather deal with our friends at Parallax, I found another company in a similar line of work which has some stuff in their lineup Parallax doesn't. Specifically, I needed a few rotary quadrature encoders for position control, and I really didn't feel like trying to print my own encoder wheels. A little GOOG led me to these...
http://www.vexrobotics.com/products/accessories/sensors/276-2156.html
Note that if you like those encoders, you'll need some of VEX's square matching shafts to drive them. They seem to be in more of a no soldering Boy Scout mode; they've built an Erector Set style system by which everything can be put together kit style, and without soldering for the electronics. They're more expensive than Parallax on almost everything that both companies build, but they've invested heavily in plastic injection molding and have some neat things (like my rotary encoders) that are quite hard to find elsewhere. In particular they have some nice gears, wheels, and general purpose metal shapes, and a couple of other sensors which would save a lot of work in some cases.
OTOH Parallax has them hands down in control logic (duh, Propeller?), power (Li-Ion?), other sensing (their version of PING requires the uC to do the pinging), and even motors; it will be parallax continuous rotation servos driving my VEX quadrature encoders. Still, I have VEX bookmarked for the day I find I really do need to build a rack and pinion actuator.
http://www.vexrobotics.com/products/accessories/sensors/276-2156.html
Note that if you like those encoders, you'll need some of VEX's square matching shafts to drive them. They seem to be in more of a no soldering Boy Scout mode; they've built an Erector Set style system by which everything can be put together kit style, and without soldering for the electronics. They're more expensive than Parallax on almost everything that both companies build, but they've invested heavily in plastic injection molding and have some neat things (like my rotary encoders) that are quite hard to find elsewhere. In particular they have some nice gears, wheels, and general purpose metal shapes, and a couple of other sensors which would save a lot of work in some cases.
OTOH Parallax has them hands down in control logic (duh, Propeller?), power (Li-Ion?), other sensing (their version of PING requires the uC to do the pinging), and even motors; it will be parallax continuous rotation servos driving my VEX quadrature encoders. Still, I have VEX bookmarked for the day I find I really do need to build a rack and pinion actuator.
Comments
Just curious: is this part of the match heavily dependent on sensor usage? Or is it more of a blind set of programmed motions?
the $!50 Vex brain is C based and is TWO PIC s 32 bit . there are 3 levels of SW ...MP LAB to easy C ..
again more ROI as the same kit can teach "real dirty C "as well as drag and drop icons ..
the ASM and SPIN on the prop come close but are not here as a full BOE kit yet sooo ...
the VEX brain can be programmed over WIFI for years . I fact the college kids EG my team were the beta testers for VEXnet at the dallas world VEX games
.. it was SO handy !
sensors .. its a fixed competition so they ( VEX) make the challenge doable with the stuff they have ...
VEX FIRST and LEGO are for competitive team robotics... I would say the parallax stuff is for more task based and sensor and CODE robotics
As for the price .... Like parallax you pay for the convenience and the support of easy PBASIC . same with VEX .. its HUGE in HS and college . more users Of the same age and more is done to Fix things student to student ....
http://www.vexrobotics.com/products/accessories/logic/276-2170.html
http://www.vexrobotics.com/products/accessories/logic/276-2194.html
the prop comes close ....but again the EASY C is way more friendly then SPIN . for Kids
the headers are keyed ... batts are keyed .... the PIC brain used a PTC for motor protection .. IOs have series Resistors .....
the BOE is not protected to the same level. you can fry pins and Pooof stuff easy ..
Its for Mech design and Problem solving with a Fixed set of parts ...
my team MTSAC won the 2009 Excellence award for college VEX in 09.. and UNI robotics used a VEX brain for the master brain and it we won the gold at the ATMAE national conference Last weekend ! ( BTW parallax was a sponsor )
I chose the VEX as the main as a prop would have not had the super short programming lead time and the BS2 is not multy tasking .
I did the code in less then 6 Hours the night Before we left Iowa ..
I see the main difference in capability is that Parallax started out doing practical controls (BS1) and branched out into sensors and hardware, and VEX started out with a major investment in mechanical manufacturing (including injection molding) and has mostly done standard electronics with little innovation except that they are well packaged and hardened against abuse. VEX can sell me a quadrature encoder for $10 because they do injection molding. Parallax can sell me an 8-core 32-bit IC for eight bucks because they made their own CPU.
Frankly, I don't see why you couldn't build a Propeller-based controller and use all the mechanical hardware to run some competitions of your own.