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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Teagueduino 0.1: Arduino just got a whole lot easier

66 点作者 akumpf大约 14 年前

7 条评论

jrockway大约 14 年前
What about the opposite end of the spectrum? Say I'm comfortable with avr-gcc and I took half of an electrical engineering major in college: what environment and hardware should I use instead of Arduino?<p>(I've looked at the AVR stuff on sparkfun before, and it is expensive and crappy compared to Arduino. I've built stuff with the Teensy. But I really want the ability to cheaply "mass produce" if necessary, but don't want to build everything myself.)
评论 #2559071 未加载
评论 #2559265 未加载
评论 #2559106 未加载
评论 #2559424 未加载
评论 #2559283 未加载
reustle大约 14 年前
The universal connectors were inevitable. I love it. I really hope I can override that dropdown based code editor though. What's the point if They need to insert {'s and }'s anyway?
评论 #2559100 未加载
devindotcom大约 14 年前
Nice. This goes a long way towards making the platform accessible to real non-coders, or kids even. I'm reposting this on CrunchGear, thanks for putting it up.
limmeau大约 14 年前
Is this a reinvention of the PLC with nicer plugs?
fleitz大约 14 年前
Interesting, I wonder if it's possible to extend this to Netduino.
评论 #2559123 未加载
mhb大约 14 年前
Looks nice. Is it for sale?
评论 #2560314 未加载
leon_大约 14 年前
A little rant about the beginner's tutorials for the Arduino:<p>I'm trying (or was trying) to get into the Arduino/electronics stuff but by far my biggest problem is not the super easy subset of C++ they use in their IDE (hell, most of the time you don't need pointers) but the electronics stuff.<p>Pushdown/Pullup/Voltage dividers, RC circuits, etc. All that fundamental electronics stuff is never discussed in depth. They give you a circuit schematic with let's say a voltage divider and a temperature sensor and tell you: "That's the schematic and that's how you do it. That thing on the left is called a voltage divider. It divides voltage. And now for the hard part: for-loops and Serial.println()"<p>Is there no beginner stuff for people who know how to code but are puzzled by the electronics part? Where they explain you why you have to put a voltage divider into the circuit and what it exactly does.<p>Maybe I'm just ultra stupid and all the other people reading those tutorials get an instant grasp of the circuits used and are really hold back by for-loops and curly braces. Or my method is just wrong and I shouldn't try to understand everything. Just copy circuits found on the internet and be happy?<p>(Yes, I'm reading electronics textbooks - sadly they are not that easy to understand for casual learning on the weekends.)
评论 #2559657 未加载