Hacker News new | ask | show | jobs
by nothans 5555 days ago
We built the API to be more like Twitter's API - so geolocation and status updates are built right in and gives raw sensor data more context. My house is completely connected and my things send me status updates. Dig in to the open source API and you can see the differences.
1 comments

Ok so it took me a couple minutes to understand what this is. Do you have examples of how this is used, what kind of hardware provides networked sensor data? Is there a compatibility list somewhere?
The main hardware that others have used are Arduino, Netduino, and ioBridge. But, you can do more abstract things, like use CURL to send server uptime or embed a web page counter on your website that sends a Growl update or flicker an LED.

Here are some tutorials - http://community.thingspeak.com/tutorials/

Here is a project from me using netduino and jQuery to build a front-end showing updates from my house.

http://iamshadowlord.com/2011/02/thingspeak-building-my-own-...