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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Arduino tweet notifier built with Johnny-Five

13 点作者 varunkumar超过 12 年前

1 comment

jgrahamc超过 12 年前
The whole Firmata/Johnny-Five thing is weird to me. What happens is the code you write runs in the host computer (not the Arduino) using nodejs and then it uses the Firmata protocol to tell the Arduino to twiddle some digital ports/read some analog ports etc. The Arduino is a complete slave to the host machine and basically acting as an I/O mechanism.<p>To me the joy of microcontrollers is that you write some code that runs in them independently of anything else and then you can make cool stuff with them, such as <a href="http://blog.jgc.org/2012/05/simonoids-its-simon-in-altoids-can.html" rel="nofollow">http://blog.jgc.org/2012/05/simonoids-its-simon-in-altoids-c...</a><p>In the example in the article, why bother with Arduino? Just get a USB LCD display and talk to it directly.
评论 #4565973 未加载
评论 #4572052 未加载