Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tigoe/pachubetweet
Tweeting from Arduino via pachube.com
https://github.com/tigoe/pachubetweet
Last synced: 19 days ago
JSON representation
Tweeting from Arduino via pachube.com
- Host: GitHub
- URL: https://github.com/tigoe/pachubetweet
- Owner: tigoe
- Created: 2012-12-08T08:42:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-08T08:43:07.000Z (almost 12 years ago)
- Last Synced: 2024-04-08T15:40:06.536Z (7 months ago)
- Language: Arduino
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tweeting from Arduino though Pachube
This set of sketches allows you to send tweets to twitter.com by using Pachube.com as a middleware. Pachube receives the tweet from the Arduino via a HTTP PUT requests, extracts the data, and passes it on to Twitter.
The basic structure is the same for the Arduino Ethernet and WiFi shields. Examples for both are included here.
To make this work you should be familiar with the basics of the Ethernet or WiFi shield, with Pachube.com, and with Twitter.com. You might also benefit from knowing about HTTP requests and JSON.
To use either of these examples, simply download them and run them on an Arduino with the appropriate shield attached. They use libraries that are included with the Arduino distribution.
More info on these sketches can be found at http://www.tigoe.com/pcomp/code/?p=1135
-Tom Igoe