Jump to content
43oh

Infra red Arts Instalation


Recommended Posts

I follow your forum for a while now. I’m starting digital artist working on IR project at the moment. I was hoping you could advice me a bit as you are expert for Beagle Bone. 
I have design music application in Unity 3D. It reacts to 24 different keyboard inputs. Now I was hoping to be able to control it remotely. 
 
I was trying to make I arts installation that would use remote controllers sending signals to receivers connected to different GPIOS on the Beagle Bone.

Receiver would get binary IR signal and send it to Beagle Bone GPIO.  Beagle Bone would change it to key input and send it to main Computer as key input.  

I’m really confused where to start. I have basic understanding in Java, C Sharp or Java Script but I’m hitting the wall here with programming it. 
I’m using:
- high sensitivity recivers:
http://dx.com/p/high-sensitivity-ir-receiver-photosensitive-diode-light-sensor-for-arduino-152264
- beagle bone 
- Linux Ubuntu

I was also planning to use 8 chanel GPIO adaptor if Beagle bone would be to difficult(http://numato.com/8-channel-usb-gpio-module

But I just don’t know how to get binary to the string so I can make computer to react.


I will highly appreciate your advice
Best Stan

Link to post
Share on other sites

Have you tried looking at bone script. Comes with the beagle bone. I'd suggest you start small by toggling a few I/Os first and then graduate to complex control.

 

I do not understand your question though. You can sample the input lines and send these to a PC serially. You will have to generate your own communication protocol. What does the PC do?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...