Live data from Hacker News

Ask HN: Best programmable robot for a child with SDK?

news.ycombinator.com

1–10 of 53 posts

Ask HN: Best programmable robot for a child with SDK?

#1
I want to show my kids what you can achieve with software development, and I think dealing with some physical thing that is controlled by your code is incredible fun - you are getting feedback instantly.

I see that there some projects like Sphero, etc.. that already got an API - I think it's great.

Can you advice some other things that are falls into that category? (I'm actually afraid of doing hardware part of it... so I think arduino-based things are too complex -- correct me if I'm wrong)

Re: Ask HN: Best programmable robot for a child with SDK?

#5
If you're looking for the "professional" quality ones, I believe Lego Mindstorm is probably the way to go. That's what schools use.

If you're just looking for something simple and fun to expose your child to concepts, something like a Code-a-Pillar, programmable R2D2 toy, or any of the dozens of similar products would work fine.

Re: Ask HN: Best programmable robot for a child with SDK?

#6
I would highly recommend the microbit driven cutebot.

You can use block based programming which I find is much easier to get kids started on.

There is even a Scratch interface for microbit, if you want to start a little slower. A new version of the microbit is coming out in November. You can do quite a lot with the new version see

https://news.ycombinator.com/item?id=24763120

Re: Ask HN: Best programmable robot for a child with SDK?

#7
I've had some fun with Cozmo by Anki, with the caveats that the company recently went under and the required local wifi setup with your phone and the robot is incredibly clunky.

But I did manage to train a computer vision model using photos taken by the robot: https://www.charlieharrington.com/teaching-my-robot-with-ten...

Post reply on HN