Skip to content
David Kirwan edited this page May 19, 2013 · 15 revisions

The Ardtweeno system is a distributed sensor mesh network gateway, which bridges devices connected through a serial link to devices over Internet Protocol (IP). The core system is a Ruby application with an exposed Sinatra micro web application acting as an API. It has been designed to run on the Raspberry Pi as a Platform as a Service or PaaS. Initially, Ardtweeno is designed to only store data on a MongoDB server, I may look into supporting SQL databases at a later date. If a MongoDB is not available, Ardtweeno will store data in RAM which is accessible through the API but lost if the host reboots or the gateway application shuts down.

Ardtweeno

The space that I currently see Ardtweeno occupying is a platform as a service on top of which developers can produce home automation systems, very much like a locally running version of Xively or perhaps Nimbits. Ardtweeno has the ability to receive packets of information, then store them for later analysis and graphing much like these propriety systems mentioned.

Usage

See the following wikipage for detailed instructions on how to operate the Ardtweeno Gateway: API, or to get a quick overview see the following reveal.js presentation: here

Installation

See the following wikipage for installation instructions installation

Configuration of the XBEE Radios

See the following wikipage for configuration instructions for configuration of the XBEE Radios configuration

Useful URI's

See the following link to access URIs related to Ardtweeno links

CHANGELOG

CHANGELOG

Clone this wiki locally