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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why Arduino is a hit with hardware hackers

63 点作者 Rod将近 15 年前

5 条评论

Groxx将近 15 年前
Summary + meta-summary from watching the Arduino community for a few years:<p>Because it's cheap, and because it's awesomely simple to use. It's a hobbyist's dream come true.<p>If you're interested in some of its uses, just look back through Make magazine's site. Loads and loads and loads of projects appear there.
评论 #1496852 未加载
acgourley将近 15 年前
And because it's so popular, there are a bunch of libraries and tutorials for it. It also abstracts or designs away a lot of the tedium in programing micro-controllers.<p>The net effect? It's like python for hardware.
aperiodic将近 15 年前
At first, I loved it because it's pretty cheap, and I could just plug it into my USB port and start coding, without having to worry about making a programmer or buying a USB/Serial interface.<p>Now, I love it because it's pretty cheap, and it has full GCC toolchain support, so I don't have to use some proprietary IDE.
jimmyjim将近 15 年前
Cool, I'd been meaning to get an Arduino microcontroller myself.<p>Can anyone give examples of the more interesting projects that are being done with the Arduino that you know of?
评论 #1496440 未加载
评论 #1496332 未加载
评论 #1496285 未加载
评论 #1496801 未加载
评论 #1496533 未加载
评论 #1496364 未加载
评论 #1499841 未加载
CamperBob将近 15 年前
The BeagleBoard is stuck in a no-man's-land between low-end 8-bit controllers like Arduino and the many other AVR/PIC platforms, and a full-fledged embedded PC. If I want to monkey with Linux and take advantage of a full 1 GHz ARM core, I probably want to just use a commodity PC motherboard. Chances are, it won't cost much more, and it comes with the huge advantage that I already know how to develop for it.
评论 #1496640 未加载
评论 #1496590 未加载