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: 3 months ago
JSON representation
A small python script to convert acceleration data sent by xbees to OSC messages
- Host: GitHub
- URL: https://github.com/halfbyte/adxl-xbee-osc
- Owner: halfbyte
- Created: 2009-09-04T11:24:39.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-09-04T13:07:53.000Z (almost 16 years ago)
- Last Synced: 2025-04-14T22:52:07.986Z (3 months ago)
- Language: Python
- Homepage: http://electronicperformers.org
- Size: 70.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.htmlCredits
-------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.