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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How to design for the Internet of Things

42 点作者 danfrost超过 11 年前

4 条评论

jmpe超过 11 年前
Have a bit of experience in this field, on a technical side:<p>- Always provide a way to auto update and fallback if failed.<p>- never implement a buzzer or beeper.<p>- stay away from blue status leds. people really dislike them, especially in the bedroom.<p>- always design with sleep&#x2F;low power mode functionality. If it&#x27;s embedded uC: 1 watt is more than enough, even with RF. Pick bistable relays. If it&#x27;s a Linux SoC aim for less than 3W. If there&#x27;s wifi keep it under 21 dBm. Pick sps modules like 78SRxx from murata instead of linear 78xx.<p>- if it&#x27;s a thing you plug in the wall socket make sure it doesn&#x27;t obstruct other sockets.<p>- expect people to unplug it every moment every day.<p>- don&#x27;t force people to provide an email to activate some functionality or feature.<p>- use open source standards for communication protocols and put yours in a public datasheet with detailed info on how to parse &amp; process.
评论 #7157658 未加载
评论 #7159028 未加载
评论 #7160362 未加载
评论 #7159932 未加载
评论 #7160475 未加载
lowglow超过 11 年前
I just heard a talk with Sproutling&#x27;s CEO Chris Bruce. He really recommended reading this book: <a href="http://www.amazon.com/From-Concept-Consumer-Ideas-Money/dp/0137137478" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;From-Concept-Consumer-Ideas-Money&#x2F;dp&#x2F;0...</a><p>You should also attend the SF Hardware Startup meetup, run by my friend Nick Pinkston (great guy): <a href="http://www.meetup.com/HardwareStartupSF/" rel="nofollow">http:&#x2F;&#x2F;www.meetup.com&#x2F;HardwareStartupSF&#x2F;</a><p>You should also come and join us at the Hackendo::Integrate conference in April: <a href="http://hackendo.techendo.co/" rel="nofollow">http:&#x2F;&#x2F;hackendo.techendo.co&#x2F;</a>
sp332超过 11 年前
I think the &quot;Unix Philosophy&quot; is way ahead on this one. <a href="http://www.faqs.org/docs/artu/ch01s06.html" rel="nofollow">http:&#x2F;&#x2F;www.faqs.org&#x2F;docs&#x2F;artu&#x2F;ch01s06.html</a><p><pre><code> Rule of Least Surprise: In interface design, always do the least surprising thing. Rule of Silence: When a program has nothing surprising to say, it should say nothing. Rule of Repair: When you must fail, fail noisily and as soon as possible.</code></pre>
评论 #7159907 未加载
评论 #7157744 未加载
dclara超过 11 年前
Very good solution outlook. The main concern I have is: &quot;Design for scale of everything&quot;, given the example of 200 bulbs. That&#x27;s exaggerated, but how about you have 200 of IoT at home? Do you use 200 or 100 apps to control them?<p>This is the problem of Nest which has the architecture of producing one thing after another controlled by smart phones. This architecture does not scale.
评论 #7203569 未加载