Skip to content | Skip to navigation
Powered by RSPowered by RSPowered by RS

Blog posts by arduinomstr

arduinomstr

United Kingdom

Merry Christmas from Sergei the Arduino Singing Meerkat

It's Christmas, and what better way to keep up the Christmas cheer at the RS Components & DesignSpark HQ in Oxford UK, than to modify a Singing Meerkat with an Arduino !

Sergei used to be a dull stand alone singing Christmas Meerkat, but now he's been connected up with an Arduino / Zigbee transceiver.  Sergei talks to a laptop over the Zigbee link.  The laptop also has an Arduino / Zigbee transceiver connected up to it via the USB port.  The laptop is connected to the Wifi network and is running a Google email API.  Sergei reads his mail every minute, if he gets an email from you he’ll dance and sing Christmas carols, which every one in the office loves.... ;0)Image

Read more

arduinomstr

United Kingdom

Pachube - making reliable connections with Arduino

Arduino and MBED can act as clients to web services like Pachube giving them an online presence but making reliable connections over the internet is easier said than done. This article deals with some of the issues involved in communicating with remote services and how to overcome them, by building a simple Arduino climate logging client that can be accessed via a browser or mobile handset using Pachube.

Pachube provides services for logging, sharing and displaying sensor data of all kinds using an HTTP based API which is easy to implement with Arduino. A free account supports upto 10 sensor feeds updated in near real time and the data is stored for upto 3 months. Interactive graphs provided by the service can be embedded on your mobile giving you access to your data anywhere. You can even use other peoples data feeds as inputs to your own applications.

Here's a screenshot of my feeds

Pachube screen shot

The good thing about Open Source Hardware is there is plenty of sample code available that can help you get a project up and running quickly. The down side is that some of it is not very robust, especially given the problems of communicating over the internet. So my initial attempts using code published online let me connect and send data samples but ev… Read more

 
Syndicate content