TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

62 点作者 itroot超过 4 年前
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.<p>I see that there some projects like Sphero, etc.. that already got an API - I think it&#x27;s great.<p>Can you advice some other things that are falls into that category? (I&#x27;m actually afraid of doing hardware part of it... so I think arduino-based things are too complex -- correct me if I&#x27;m wrong)

20 条评论

nwsm超过 4 年前
LEGO Mindstorms is a really good line imo. Maybe higher level on the software side, but is great for what you&#x27;re describing- getting beginners interested in coding through robotics.
评论 #24921502 未加载
评论 #24920516 未加载
评论 #24920654 未加载
评论 #24920295 未加载
评论 #24920257 未加载
tmaly超过 4 年前
I would highly recommend the microbit driven cutebot.<p>You can use block based programming which I find is much easier to get kids started on.<p>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<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24763120" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24763120</a>
评论 #24920268 未加载
评论 #24927265 未加载
gberger超过 4 年前
Your child came with an SDK? :)
评论 #24920335 未加载
评论 #24921055 未加载
评论 #24921783 未加载
评论 #24920329 未加载
评论 #24928383 未加载
评论 #24921071 未加载
geophile超过 4 年前
Is the child programming the robot, or the robot programming the child?
评论 #24919545 未加载
ssheth超过 4 年前
Dash Robot is a fairly popular robot used in schools for kids.<p>They have flow-chart style programming but also support various SDK&#x27;s..<p>They have support for Python and Swift: <a href="https:&#x2F;&#x2F;www.makewonder.com&#x2F;blog&#x2F;dash-dot-and-cue-arent-just-for-kids-anymore-grown-ups-can-geek-out-too&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.makewonder.com&#x2F;blog&#x2F;dash-dot-and-cue-arent-just-...</a><p><a href="https:&#x2F;&#x2F;www.makewonder.com&#x2F;apps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.makewonder.com&#x2F;apps&#x2F;</a>
whatrocks超过 4 年前
I&#x27;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.<p>But I did manage to train a computer vision model using photos taken by the robot: <a href="https:&#x2F;&#x2F;www.charlieharrington.com&#x2F;teaching-my-robot-with-tensorflow" rel="nofollow">https:&#x2F;&#x2F;www.charlieharrington.com&#x2F;teaching-my-robot-with-ten...</a>
anfractuosity超过 4 年前
I got this one - <a href="https:&#x2F;&#x2F;www.makeblock.com&#x2F;mbot&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.makeblock.com&#x2F;mbot&#x2F;</a> 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.<p>I saw this recently - <a href="https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;petoi&#x2F;bittle" rel="nofollow">https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;petoi&#x2F;bittle</a> which I thought looked awesome, but a bit pricey for me at the moment. It seems to also have a graphical coding environment.
rihegher超过 4 年前
Thymio is a good starting point especially if your kids like to build things with Lego blocks since you can attached some on it. <a href="https:&#x2F;&#x2F;thymio.org" rel="nofollow">https:&#x2F;&#x2F;thymio.org</a>
评论 #24922167 未加载
pkpcmu超过 4 年前
BBC&#x27;s microbit is an awesome start - my daughter loves it!
tommilukkarinen超过 4 年前
We had this:<p><a href="https:&#x2F;&#x2F;sphero.com&#x2F;collections&#x2F;all&#x2F;products&#x2F;sphero-sprk-plus" rel="nofollow">https:&#x2F;&#x2F;sphero.com&#x2F;collections&#x2F;all&#x2F;products&#x2F;sphero-sprk-plus</a><p>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
WillPostForFood超过 4 年前
You mentioned Sphero, and it us a good choice. The hardware is solid, well documented, and there are a ton of language options. Ruby (via Artoo) is a really easy way to introduce text based programming.<p><a href="http:&#x2F;&#x2F;artoo.io&#x2F;documentation&#x2F;platforms&#x2F;sphero&#x2F;" rel="nofollow">http:&#x2F;&#x2F;artoo.io&#x2F;documentation&#x2F;platforms&#x2F;sphero&#x2F;</a>
claudiulodro超过 4 年前
If you&#x27;re looking for the &quot;professional&quot; quality ones, I believe Lego Mindstorm is probably the way to go. That&#x27;s what schools use.<p>If you&#x27;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.
xs83超过 4 年前
I started with LOGO and a turtle on the floor that drew stuff on paper. That was 30 odd years ago now (That makes me feel old....).<p>I have tried scratch and a few others but nothing really gave me that &quot;aha&quot; moment that I had with Logo from a very young age.
saluki超过 4 年前
Another vote for Lego Mindstorms.<p>A new set just came out so you might be able to pick up the previous one at a discount.<p>Another vote for First Lego League, they have a few age tiers, if you can&#x27;t find a team to get on consider making your own team, we had a blast.
codegeek超过 4 年前
My 7 year old got &quot;Botley the coding robot&quot; for her birthday and it was fun programming it. Wasn&#x27;t real coding as in typing code but it taught how to program with logic.
goatcode超过 4 年前
Children with SDKs? Science has definitely gone too far.
idealstingray超过 4 年前
A few other comments have mentioned the LEGO Mindstorms system, which is a great choice if you don&#x27;t want to deal with hardware. If you go that route, I would strongly recommend using ev3dev [1] in order to avoid the LabVIEW-based programming language LEGO provides. You can get pretty far in the Mindstorms system, especially if you avoid LabVIEW; my biggest Mindstorms project was a 1v0 tabletop soccer robot using a subsumption controller. I will also note that if you&#x27;re planning to teach controls at all (PID controllers are easy to implement, and are often used for controlling motor speed), Mindstorms can&#x27;t really achieve a tight enough control loop; go with an Arduino-based system instead.<p>If you want something a little simpler than Mindstorms to get started with, you can also get a robot that holds a pen and is programmed in Logo [2]. Logo was designed as a language to teach programming to children, so it&#x27;s very easy for kids to get started, and drawing on big sheets of paper with a pen immediately gives them the feeling of &quot;doing something&quot;.<p>I would encourage you not to be scared of hardware :) You can build a lot of fun robot projects with cheap motors (you don&#x27;t necessarily need servos), bump switches, and a cardboard-and-hot-glue chassis, using pretty simple circuits. The two classic beginner projects are wall-following and back-and-turn. At its simplest, a wall-following robot can use a switch touching the wall to control which of two motors turns on. A back-and-turn robot is a robot that backs up and turns in a different direction when it encounters an obstacle (and, if you leave it running long enough, will tend to escape whatever room you put it in). To avoid soldering, you could get started with a solderless breadboard (although make sure the wires don&#x27;t get jostled out of place by robot collisions or falls).<p>It sounds like this is probably more advanced than your kids are ready for, but you could also get a Neato robot vacuum cleaner and control it with a Raspberry Pi running ROS [3] [4]. ROS (Robot Operating System) [5] is a very popular framework used by both professional robotics engineers and hobbyists; it&#x27;s not the most beginner-friendly, but is useful for more advanced robotics software projects, and there&#x27;s a large ecosystem of ROS packages for things like teleoperation and path planning. Neato vacuum cleaners specifically are great for this because they include a LiDAR, which lets you try out the SLAM and path planning packages provided by ROS.<p>[1]: <a href="https:&#x2F;&#x2F;www.ev3dev.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ev3dev.org&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;www.terrapinlogo.com&#x2F;robots&#x2F;probot.html" rel="nofollow">https:&#x2F;&#x2F;www.terrapinlogo.com&#x2F;robots&#x2F;probot.html</a><p>[3]: <a href="https:&#x2F;&#x2F;www.servomagazine.com&#x2F;magazine&#x2F;article&#x2F;neato-ros-robot-navigation" rel="nofollow">https:&#x2F;&#x2F;www.servomagazine.com&#x2F;magazine&#x2F;article&#x2F;neato-ros-rob...</a><p>[4]: <a href="https:&#x2F;&#x2F;github.com&#x2F;SV-ROS&#x2F;intro_to_ros" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SV-ROS&#x2F;intro_to_ros</a><p>[5]: <a href="https:&#x2F;&#x2F;www.ros.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ros.org&#x2F;</a>
grillvogel超过 4 年前
is it weird that i don&#x27;t really want to push my kids into tech?
评论 #24928804 未加载
评论 #24921597 未加载
curiousgal超过 4 年前
Must be tough raising a child that suffers from SDK.
评论 #24920542 未加载
disown超过 4 年前
The skeptic in me wonders if this is just an advertisement campaign for &quot;programmable robots&quot;.<p>&gt; I want to show my kids what you can achieve with software development<p>Have you tried a simple &quot;hello world!&quot; program? That did wonders for me.<p>&gt; and I think dealing with some physical thing that is controlled by your code is incredible fun<p>Something physical that is controlled by code? You mean something like a computer maybe? Have you tried setting them up with a linux desktop? Just messing around with the terminal was fascinating enough for me. You type something and this machine responds. Woah!<p>It seems like you want a toy for your kid? A child will turn anything you give them into a toy. I can&#x27;t think of a better toy than a desktop computer.
评论 #24921651 未加载