forked from honnet/BAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (16 loc) · 906 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Welcome to the alpha(1) version of the BodyAirDrum project !
The goal of the project is to design a midi instrument that cordlessly triggers samples using wearable pads placed on the body.
The system is composed of:
- 2 Arduinos (Teensy in our case)
- 2 nRF24L01 radio transceivers(2)
- 4 binary pads
- 1 mini-joystick pad
Checkout the android application repository:
https://github.com/honnet/badroid
Enjoy !
Jimmy & Drix, with the phenomenal help of Clement Moussu.
(1) Note: We are currently developping a more advanced version at the Tangible Display Lab.
For any question or suggestion, feel free to contact us : (jim or drix)@tangibledisplay.com
(2) Note: we used the nRF24L01 drivers from https://github.com/aaronds/arduino-nrf24l01
An Arduino port of the tinkerer.eu library. It works with the Sparkfun nRF24L01+ modules.
http://www.arduino.cc/playground/InterfacingWithHardware/Nrf24L01