Stan1426459950 0 Posted October 31, 2013 Share Posted October 31, 2013 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 UbuntuI 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 adviceBest Stan Quote Link to post Share on other sites
bone 0 Posted November 6, 2013 Share Posted November 6, 2013 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? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.