Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/halfbyte/adxl-xbee-osc
- Owner: halfbyte
- Created: 2009-09-04T11:24:39.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-04T13:07:53.000Z (over 15 years ago)
- Last Synced: 2024-04-15T02:44:13.294Z (9 months ago)
- Language: Python
- Homepage: http://electronicperformers.org
- Size: 70.3 KB
- Stars: 2
- Watchers: 3
- 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.