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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Arduino 1.0 now available

115 点作者 jipumarino超过 13 年前

7 条评论

ChuckMcM超过 13 年前
This has been interesting to watch, from the Summer of 2007 when the Dicemelia was released (that was my first exposure to Arduino) until the 1.0 release today, its come a long way.<p>Perhaps one of the more interesting things for me is that the open source nature of the hardware has allowed a number of new businesses to flourish and grow and innovate. This lesson has been too often lost in the rent-seeking behavior of the 90's where 'owning the one toll booth on the road' was considered the height of success. We need to help companies see how creating an open infrastructure lifts all boats, and sure if you don't execute well you might get left behind but the whole market is grown much more quickly.<p>Also around 2008 I met with an executive at Plastic Logic (they were going to make an E-reader available in January of 2009). When he explained to me that they were building the screens (the thing they invented), writing the software, and designing the reader I knew that his company was already dead. I tried to explain it to him, the market was young, use your special sauce to develop expertise in the screen space selling to everyone, and once you're profitable expand into the space. But he wouldn't hear it, they had this killer tech that no one could touch and the only way to 'maximize company value' was to own everything from the reader design right up through the relationships with content providers. While I certainly could have been wrong, I knew that history was on my side. Sadly I wasn't wrong. They never produced a product (although they did take pre-orders once).<p>The Arduino was the exact opposite, anyone can make them, arduinio.cc providing a sort of architectural glue to keep them consistent and the message on track. Now, nearly five years later they have made Atmel the envy of every embedded processor vendor and have introduced perhaps hundreds of thousands of people to programming, computers, and technology. Way to dent the universe guys! I salute you.
akent超过 13 年前
I've just recently bought my first Arduino, the Uno, to play around with. The only thing I'm a little surprised at is how much they intend you to rely on the somewhat clunky Java based UI.<p>I would prefer to see some kind of CLI / shell only build system (Makefile or something else) be given a bit more attention by the official releases. As it is, it seems like a bit of an afterthought.
评论 #3298338 未加载
评论 #3298875 未加载
评论 #3298785 未加载
评论 #3299938 未加载
hsshah超过 13 年前
Arduino geeks,<p>Not sure if this will be considered off topic here; but I will ask anyways.<p>I am looking for recommendation on how to start with Arduino.<p>As a hobby, I teach kids 10-14 yrs (started with my nephews) about Computing technologies. I teach programming concepts using 'Scratch'. But I also want to introduce them to Hardware and Communications side of it. For my nephews, I got them Lego Mindstorm NXT and taught them about sensors, motors etc.<p>However, Mindstrom NXT kit is not cheap. And I cannot expect every kid's parent to fork out that much money. Do you think Arduino can help here? The selection of boards seems confusing to me. Anyone you would recommend for starters?
评论 #3298973 未加载
评论 #3299254 未加载
评论 #3299988 未加载
评论 #3299205 未加载
pitiburi超过 13 年前
I work on my own teaching robotics and programming to kids from 6 to 14 years old here in Germany (in different languages, many foreigners here), and this is very good news!! I love this platform, and having a polished product for the kids jumping into it is great.
ben1040超过 13 年前
I just bought an Uno Makershed kit last weekend. I am still somewhere just past hello world in my understanding of the interface, to be sure, because my hardware experience is limited to having used LEGO-LOGO back in the 80s as a kid.<p>But then again this seems a lot easier to get my head around than I imagined it would. I might go so far as to call Arduino a LEGO-LOGO that grew up, moved out of its parent's house, and got a job.
aaronbrethorst超过 13 年前
And the same day that Makershed shipped me my first Uno, no less.
评论 #3299090 未加载
TheAmazingIdiot超过 13 年前
My dad gave me a hand-me-down basic stamp microcontroller a while back. It had a db9 serial interface. Well, I grid working with it: keyword being tried.<p>This basic stamp made by parallax was powered by a 9v battery, and only the battery. The serial port used something that multiple usb2serial cables wouldn't work with, but their expensive cable worked. Because of this, I had to develop on a windows machine (no compiler for Linux at that time). And because my only hardware serial portted machine was a Linux box, had to run windows over virtualbox. My workflow went upwards of 10 minutes per try. Overall, there was major suckage, and that's not to mention the BASIC language that was forced.<p>I just bought an arduino UNO. I went from "hmm" to Theremin-ish device in about 30 minutes using a piezo speaker, pot, and a LDR/LED combo (and misc resistors). I played with the hardware and code seamlessly, and updating the board took 10 seconds. And I just today ordered a 17$ bluetooth shield. I'm working on a PID/motor board as well for miscellaneous motors I have.<p>The arduino is actually enjoyable and fun to do stuff with.