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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Whats the coolest thing you've seen/done with Arduino?

24 点作者 rodrigo将近 16 年前
I think im not "getting" Arduino or Arduino-like platforms possibilities. Please share whatever you've seen or done with it.

13 条评论

mwilliams_将近 16 年前
My Barduino (shameless self promotion).<p>Ruby + Arduino = Drink dispensing Barmonkey driven by a Ruby DSL that cost me like $50 to build.<p>Example recipe:<p>drink 'Screwdriver' do<p><pre><code> serve_in 'Highball Glass' ingredients do 2.ounces :vodka 5.ounces :orange_juice end </code></pre> end<p>Code, video, photos: <a href="http://www.matthewdavidwilliams.com/2008/10/17/introducing-barduino-the-ruby-powered-bar-monkey/" rel="nofollow">http://www.matthewdavidwilliams.com/2008/10/17/introducing-b...</a>
评论 #637984 未加载
paulgerhardt将近 16 年前
The micrcontroller community today is analogous to the personal computer/homebrew computer clubs in the early 70's - except with more embedded applications.<p>I've written code for one Arduino to run a python script to order pizza when one pushes a button (this used to be on my fridge.)<p>I used Arduinos as the processing, communications, and power modules for an augmented reality/robotics project where virtual balls projected on a dry erase board bounced off robotic devices (like a see-saw) and the devices reacted appropriately.<p>Currently I'm writing a program for the Atmel to query how many days left until YC demo day - and light up a corresponding massive LED display mounted on our wall.<p>You should check out LadyAda's site - most of her modules totally rock - especially the xbee and motor shield stuff. <a href="http://adafruit.com/" rel="nofollow">http://adafruit.com/</a>
评论 #638746 未加载
评论 #647105 未加载
gamache将近 16 年前
I'm using mine to replace the ignition system on my motorcycle (1979 Honda CX500). The original system is a lovely piece of electrical engineering, but is prone to stator coil and capacitor failure (respectively, by heat and age). The Arduino will allow proper ignition timing to be maintained even as three of four timing coils fail.
评论 #638125 未加载
评论 #638146 未加载
abdels将近 16 年前
I was lucky enough to work on this: <a href="http://www.bbc.co.uk/blogs/radiolabs/2008/12/the_rockterscale.shtml" rel="nofollow">http://www.bbc.co.uk/blogs/radiolabs/2008/12/the_rockterscal...</a><p>The hat of rock was my invention :-)<p>Abdel A Saleh, <a href="https://twitter.com/abdels" rel="nofollow">https://twitter.com/abdels</a>
st3fan将近 16 年前
The twitter shitter of course!<p><a href="http://hacklab.to/archives/the-hacklab-toilet-now-on-twitter/" rel="nofollow">http://hacklab.to/archives/the-hacklab-toilet-now-on-twitter...</a>
noodle将近 16 年前
<a href="http://hacknmod.com/hack/top-40-arduino-projects-of-the-web/" rel="nofollow">http://hacknmod.com/hack/top-40-arduino-projects-of-the-web/</a>
tierack将近 16 年前
The brief description of this little Arduino project why did was enough to get me started: <a href="http://twitter.com/_why/status/1065757843" rel="nofollow">http://twitter.com/_why/status/1065757843</a><p>I'd love to see it in person. Someone made and documented a similar idea here: <a href="http://www.urbanhonking.com/ideasfordozens/2009/02/the_git_bell_postcommit_ruby_a.html" rel="nofollow">http://www.urbanhonking.com/ideasfordozens/2009/02/the_git_b...</a>
mcotton将近 16 年前
Here is my twitter based home security system. I'm using phidgets but I have ordered an Arduino and will update the code. Making software do things in the "real" world is a lot of fun.<p><a href="http://www.instructables.com/id/Combining-security-system-with-phidges-and-twitter/" rel="nofollow">http://www.instructables.com/id/Combining-security-system-wi...</a>
bct将近 16 年前
What I don't get is why you'd pay $35+ for an Arduino when you can get an AVR (the microcontroller at the heart of an Arduino) for $5+.
评论 #638088 未加载
评论 #638064 未加载
评论 #638383 未加载
评论 #638178 未加载
andresleon将近 16 年前
Not done yet... but near Food dispenser :)<p><a href="http://andres-leon.blogspot.com/2009/04/my-first-arduino-project-diy-automatic.html" rel="nofollow">http://andres-leon.blogspot.com/2009/04/my-first-arduino-pro...</a><p>comments always welcomed!
Titanous将近 16 年前
I connected a PS2 barcode reader to a Sanguino, and programmed it to store the scans in memory, then dump them when sent a specific serial command. This allows me to scan a pile of books for LibraryThing when I'm not at my computer.
timmaah将近 16 年前
On my wall at work, used to monitor the health of my servers.<p><a href="http://www.82smugglers.com/blog/?p=7" rel="nofollow">http://www.82smugglers.com/blog/?p=7</a>
rodrigo将近 16 年前
Great things here, thank you for your replies.