Live data from Hacker News

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

news.ycombinator.com

11–20 of 53 posts

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

#11
post #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

I also recommend the cutebot. It's available from adafruit: https://www.adafruit.com/product/4575

The micro:bit itself is the ideal "physical thing that is controlled by your code" and it is indeed very fun. The cutebot is a great place to start but you might want to consider getting some other bits and pieces too. There are all kinds of breakout boards that will provide servo control, relays, etc, and any of those would multiply the fun you can have. Maybe browse some of the prebuilt kits to get some ideas.

The micro:bit also has a built-in radio. It can do Bluetooth Low Energy, but it can also do a micro:bit specific protocol that's easier to use and less memory hungry. So getting two micro:bits opens up a whole bunch more opportunities, too. Last weekend, for example, we turned the cutebot into a remote control car by using the accelerometer in the second microbit to create a wireless steering wheel.

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

#12
post #4

LEGO Mindstorms is a really good line imo. Maybe higher level on the software side, but is great for what you're describing- getting beginners interested in coding through robotics.

Back on the original yellow brick you could hack it and write something like C++ for it IIRC. Not sure about the current generation.

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

#15
I got this one - https://www.makeblock.com/mbot/ which is programmed using a Scratch fork. It was a little bit tricky to get connect at first in Linux, but seemed to work pretty well once I sorted that. It has got an ultrasound distance sensor and line following sensor.

I saw this recently - https://www.kickstarter.com/projects/petoi/bittle which I thought looked awesome, but a bit pricey for me at the moment. It seems to also have a graphical coding environment.

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

#16
We had this:

https://sphero.com/collections/all/products/sphero-sprk-plus

Good about this: 1. easy to get started 2. kid can really do programming by herself 3. fun so you are likely to get it out more than once 4. programming happens with the phone, so your kid might already have the computer needed 5. feels high quality

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

#17
post #4

LEGO Mindstorms is a really good line imo. Maybe higher level on the software side, but is great for what you're describing- getting beginners interested in coding through robotics.

Back on the original yellow brick you could hack it and write something like C++ for it IIRC. Not sure about the current generation.

NXC you could use c++ or Java with a little work. Probably the same or easier with the newest generation

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

#19

Earlier quoted context omitted.

Back on the original yellow brick you could hack it and write something like C++ for it IIRC. Not sure about the current generation.

NXC you could use c++ or Java with a little work. Probably the same or easier with the newest generation

The EV3 actually supports MicroPython: https://education.lego.com/en-us/support/mindstorms-ev3/pyth...
Post reply on HN