adding license
adding more instructions
adding more instructions
This is a project for an art experiment. THe idea of the project is to create a sound interactive scupture. It requires the user to move around with a joystick.
The map is asfollowing:
2
^
|
1 <------- 2 CANTINE -----------> 3
|
CALLING CANCEL ALARM
^ | ^
| v |
SPEAK <---- 4 PHONE <------- START ------> 1 SHIP -----> PULL OVER
| | |
v v v
MESSAGE SCAN <-- 3 REGISTRY --> SCAN PLASTIC HEARTBEAT
|
v
BUTTON
Therefore, imagining thr start as the center, the user will use the joystick to explore 4 parts:
For the project I used:
First, the device has to be assembled. For that, follow the same schematics as in here. Secondly, you have to upload the .ino
code into the arduino, but use the IDE in 1.8.19 version or the compilation will fail. Then, search for the TTY
where the arduino is operating (in my case /dev/tty/ACM0
) an use it in the python code to trigger commands. The commands will read the tty
console (where the arduino output shows) and check the content. If the INSTRUCTION is equal to any of the sounds triggers, the sound will reproduce. For that I saved all the recorded sounds in the same folder of the execution, you can change that but make sure to change the location then.