Tagged Questions
The infrared tag has no wiki summary.
5
votes
2answers
306 views
Clueless programming an Infrared application. Will I succeed?
As an experienced programmer, I believe everything is possible. It just requires knowledge, skill and patience. Right now, I lack the knowledge I need for programming an infrared/irDA device, so I ...
5
votes
3answers
4k views
IR Port API example C#/C++
I'm looking for any code sample using the windows IR API.
I want to make a little application, to control a windows based PC from an infrared remote control sending commands to a IR Port, and I'm ...
3
votes
2answers
125 views
Detect key up with LIRCd
I'm using LIRCd to capture the keys I press on my remote control, with the proper configuration file.
According to the documentation, I have to wait for the blocking function lirc_nextcode() to return ...
2
votes
3answers
158 views
iOS and Infrared
Is it possible to communicate with an Infrared device (USB Infrared, TV, Mobile Phone, etc) using iOS (iPhone or iPad)?
Well, i know it's possible, since there are many remote/universal remote ...
2
votes
2answers
253 views
Some problems with Arduino protothreads
I'm doing a project about controlling two sensors (ultrasonic and infrared), managing them with Arduino. The IR receiver has a filter system inside, so it receives at the frequency of 36 kHz. I ...
2
votes
1answer
236 views
How to access the IR (Infrared receiver) with Cocoa?
I need to access the raw data of the IR with cocoa, but not only the received from the Apple Remote. I saw this https://github.com/martinkahr/apple_remote_control but It's only for the Apple Remote.
2
votes
5answers
947 views
decode Infrared remote control code using c or c++
Please let me know how to decode infrared remote control code using c or c++.
1
vote
1answer
54 views
Improving IR serial reliability via software
The best thing I could find on Google was Reed-Solomon encoding; but it seems quite drastic.
Basically, I'm communicating with a small, resource-constrained device that has a serial port. ...
1
vote
1answer
242 views
IrDa API for Windows 7 x64
Anyone knows a free API (preferencially in Java) for IrDa in to use in Windows 7 x64?
I need to send some data over an Actisys IR4000 but I don't have a clue.
Thnks
1
vote
1answer
140 views
Programming for the Apple infared remote controls
How do I get started with programming for the Apple infared remote control?
To start with, I only intend to support one control, and one type of receiver, that on the current unibody MacBooks.
What ...
1
vote
2answers
604 views
list of infrared codes?
I have an app that controls an IR emitter and would like to get access to the universe of IR codes. Is this something that is freely available, or is it a subscription?
(Companies like harmony and ...
0
votes
0answers
8 views
lirc audio port
Has anyone ever transmitted with lirc using an audio based ir blaster? If so, could someone
guide me on how to do this? I have found this website http://www.lirc.org/html/audio.html
but I am ...
0
votes
2answers
61 views
Infrared python [closed]
Could anyone point me in the direction of how I would go about controlling a television using python with an infrared sensor. I am using ubuntu.
0
votes
0answers
10 views
is there any infrared sensor with built in demodulator other than 38 KHz? [closed]
looking for infrared sensor with built in demodulator but not the 38 KHz
0
votes
0answers
116 views
Filter infrared sources from an android camera image
I'm trying to find out if there is any infrared source in view of the camera on an android device. (Namely a infrared LED)
Since the camera captures infrared light (I can see the LEDs light up in the ...
0
votes
1answer
110 views
Send over infrared on Arduino
I need help urgently if anyone can give me code to the Arduino controller.
I need to transmit an infrared signal using the Arduino to run a Samsung TV.
I tried the following code:
/ / Lucas Eckels
/ ...
0
votes
1answer
35 views
Multiple IR Key Press Events
I'm currently working on an IR key handler for a box running on linux kernel 2.6.15. I'm fetching IR key events from tts/1. The issue I'm facing is that for a single key press on the remote results in ...
0
votes
1answer
114 views
Infra red light C# [closed]
Using c#, How can I identify infra red light (that my webcam would see). Will the necessary code differ depending on the make and model of my webcam?
0
votes
2answers
357 views
Can I connect an IR sensor to my android phone?
Is there any way to connect sensors to the Android? I want to connect an infrared sensor to my android phone (version 2,2) so that I can control my phone with an IR remote control. Apparently reading ...
0
votes
1answer
90 views
A simple robot simulator which has automatic IR scanning for coordinates and simple state mapping
I am currently doing a project for a post-grad agents paper. For my project I have an idea about extending anytime searches such as ARA* ADA* and DLite*. I want to test this idea by simulating it on a ...
0
votes
0answers
126 views
How can I simulate infrared color adjustments in actionscript 2?
I need to simulate an infrared camera display in flash dynamically using actionscript 2.0. By infrared, I mean black and white infrared where hot objects appear white and cold objects appear black. ...
0
votes
1answer
266 views
Java Infra-red devices
I want to write a Java App that can communicate with an Infra-red device. I have a USB infra-red reader that I want to use. Are there any Java Libraries that I can use to make this happen... Ideally I ...
0
votes
0answers
69 views
IR_TRANSMIT_PARAMS.TransmitPortMask values?
I have look around everywhere and cannot find any documentation about the values to put in TransmitPortMask of IR_TRANSMIT_PARAMS structure for use with IOCTL_IR_TRANSMIT.
All the documentation says ...
0
votes
1answer
543 views
How to programmatically use the mobile phone's IrDA to remote control a media player?
which API or library on which mobile OS is to be used when one needs to write a code to use the phone's IrDA to create the necessary impulses to remote control consumer electronics e.g. a HDD media ...