Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/halfbyte/adxl-xbee-osc

A small python script to convert acceleration data sent by xbees to OSC messages
https://github.com/halfbyte/adxl-xbee-osc

Last synced: 4 days ago
JSON representation

A small python script to convert acceleration data sent by xbees to OSC messages

Awesome Lists containing this project

README

        

ADXL > XBEE > OSC
-----------------

This is specialized code to read out an Xbee AD-Input to sample an ADXL breakout board from Sparkfun.

The acceleration data then is converted from XBee-Packets to OSC messages (to use it in PureData for example)

Additionally, every 100 samples, a message is sent containing the current battery level of the Xbee/ADXL combo.

Hardware schematics and more information probably coming soon.

Requirements
------------

PySerial: http://pyserial.sourceforge.net/
SimpleOSC: http://www.ixi-audio.net/content/body_backyard_python.html

Credits
-------

Hardware and inital python work: Alexander 'tinkerlog' Weber

(http://tinkerlog.com)

Idea, OSC code and application: Jan 'halfbyte' Krutisch

(http://electronicperformers.org)

Thanks to the python community for pySerial, SimpleOSC and such.