Getting Started with Robots for kids and children
hanselman.com
Getting Started with Robots for kids and children
1–10 of 11 posts
Re: Getting Started with Robots for kids and children
#2The big reason I originally targeted WeDo was their programming interface didn't require reading, so both of my kids were programming before they could read :)
[1] -- https://shop.education.lego.com/legoed/en-US/search/navSearc...
Re: Getting Started with Robots for kids and children
#3Re: Getting Started with Robots for kids and children
#4I created a very simple Node API for working with the OWI Robot Arm + USB kit, you can get it from npm or from github.
https://www.npmjs.com/package/owi-robot-arm
https://github.com/bigbang/owi-robot-arm
I also had some fun with a project this summer turning LEGO Mindstorms EV3 kits into connected devices. They can send realtime telemetry to your mobile device, browser or other robots. We have done a couple pilots with them in classrooms as well as taking them to places like Maker Faire and Mozilla Hive events.
The Mirobots look really interesting, I definitely will check those out. I can also confirm the Snap Circuits kits are tons of fun, and my kids love playing with them as well.
Re: Getting Started with Robots for kids and children
#5The OWI arm takes a couple hours to assemble. A bunch of injection molded parts you have to pop out and snap together, along with a few screws in some places. The motors are just plain DC motors, no feedback or anything like that. My kids love playing with it. I created a very simple Node API for working with the OWI Robot Arm + USB kit, you can get it from npm or from github. https://www.npmjs.com/package/owi-robot-…
Re: Getting Started with Robots for kids and children
#6The OWI arm takes a couple hours to assemble. A bunch of injection molded parts you have to pop out and snap together, along with a few screws in some places. The motors are just plain DC motors, no feedback or anything like that. My kids love playing with it. I created a very simple Node API for working with the OWI Robot Arm + USB kit, you can get it from npm or from github. https://www.npmjs.com/package/owi-robot-…
Gigabots seems really interesting. I find the EV3 programming environment really confusing and would love to see it improved in some way. I don't see a lot of info on Gigabots since summer, is it alive?
Re: Getting Started with Robots for kids and children
#7Though beware BangGood takes a LONG time to stuff to the US from the China Warehouse.
Re: Getting Started with Robots for kids and children
#8Earlier quoted context omitted.
Gigabots seems really interesting. I find the EV3 programming environment really confusing and would love to see it improved in some way. I don't see a lot of info on Gigabots since summer, is it alive?
The current incarnation of the bots are programmable with JavaScript. We would like to potentially extend them to include some visual programming as well, like MIT Scratch or Blockly. The lack of updates on the site is just a bit of laziness on my part, we have done events with the robots a few times in the last couple of months. If you have an EV3 kit and are interested in trying it out, let me know.
Re: Getting Started with Robots for kids and children
#9My kids have been doing LEGO WeDo robots [1]. They're targeted at a younger audience than the Mindstorms. They're kind of expensive, but both my six year old and my three year old love them! The big reason I originally targeted WeDo was their programming interface didn't require reading, so both of my kids were programming before they could read :) [1] -- https://shop.education.lego.com/legoed/en-US/search/navSearc..…
1. We have hardwood floors. When one of these robots falls apart, it is a mess. Handling them requires a bit of care too.
2. I've had some trouble with what I think are bad blocks, but I haven't taken the time to troubleshoot them to make sure.
What I really like about them, though, is that it teaches programming concepts by clicking blocks together. There is also a C api as well that I am planning on playing with.