TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Web Browser based control system for the RaspberryPi

65 pointsby daw___over 11 years ago

7 comments

gregableover 11 years ago
I'm particularly interested in the promise of no keyboard mouse or monitor based wifi registration of the Pi. It doesn't seem like this is complete though. I'd love to see a Raspbian version that, if it detects a wifi dongle, automatically starts an open ad-hoc network usable for configuring the rest of the connection. Something like the way Nest or Chromecast bootstrap.
评论 #6284527 未加载
outside1234over 11 years ago
If you are interested in the programmatic version of this, I&#x27;m working on a project called Nitrogen that enables you to manage a fleet of Raspberry Pis (or any embedded device) and write applications that work across them.<p>See <a href="http://github.com/nitrogenjs/service" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;nitrogenjs&#x2F;service</a> for more details...
Sheepshowover 11 years ago
What&#x27;s the target market, aside from hackers trying to get familiar with the board, or maybe some really basic debugging?<p>Is exposing pin-level hardware details over an HTTP API really helpful for building larger applications? And why not run that larger application directly on the ARM?
daw___over 11 years ago
Author&#x27;s announcement on Google+: <a href="https://plus.google.com/109352235257103413028/posts/9X66y4jogUk" rel="nofollow">https:&#x2F;&#x2F;plus.google.com&#x2F;109352235257103413028&#x2F;posts&#x2F;9X66y4jo...</a>
noonespecialover 11 years ago
While I&#x27;m not into the skueomorphism, I think this is a fantastic idea. Lean heavy on a restful API that makes it easy to skin it ourselves and integrate it into bigger systems. Awesome nonetheless.
ausjkeover 11 years ago
isn&#x27;t this the same idea running a webserver on devices such as a wifi router that let you control the device via a browser remotely, or is there something new here?
guscostover 11 years ago
What a great idea!