Questions tagged [infrared]

A beam of invisible light. Questions about be about coding with infrared controllers, and not device support

Infrared light is not visible to human eyes, but it's detectable by electronic sensors. It's often used in TV remotes or other short distance commands.

302 questions
3
votes
0 answers

Discover multiple USB-IrDA devices, open and connect a socket for each

For any good sockets programmers out there: Is it possible to enumerate multiple active IrDA devices connected to the PC through USB ports using sockets? If so, how? This is really my main question. The remainder of the post rounds out the details…
ryyker
  • 22,849
  • 3
  • 43
  • 87
3
votes
1 answer

Will an Android device with USB OTG support Infrared tranceivers?

I am looking at a variety of options to enable Infrared SIR comms between my Android devices and some external hardware. The options appear to be. 1) IOIO board or similar USB host adaptor (I would include Arduino in this) 2) Audio->Infrared as is…
Neil
  • 539
  • 3
  • 11
3
votes
4 answers

Samsung IR codes checksum

I had a long time decoding IR codes with optimum's Ken Shirriff Arduino Library. I modified the code a bit so that I was able to dump a Samsung air conditioner (MH026FB) 56-bit signals. The results of my work is located in Google Docs document…
Shine
  • 3,788
  • 1
  • 36
  • 59
2
votes
1 answer

program ir receiver

I am thinking to buy an IR receiver for my HTPC. I wonder if I can make a software for my IR Receiver myself. How does ir receiver work on windows ? I mean, if I install IR receiver driver and press a key on my remote controller, what happen? can I…
Moon
  • 22,195
  • 68
  • 188
  • 269
2
votes
1 answer

Infrared not returning 1 as correct value

I am trying to create a glove that when you turn your wrist down it sends 1 as an IR signal and if you turn your wrist up it returns a 0 for the glove I used javascript: input.onGesture(Gesture.TiltDown, function () { music.playMelody("E B C5 A B G…
Seaver Olson
  • 450
  • 3
  • 16
2
votes
0 answers

CNN architecture for binary classification problem (Infrared images)

I try to train a model for a binary classification problem with the images being infrared (temperatures) with one-channel. After converting them to three channels (by replicate the 3rd channel) I tried two CNN architecture, VGG-11, and VGG-16, but…
2
votes
0 answers

How to use Arduino decoded IR code in android studio IR transmitter program?

I'm creating an IR remote android app with android studio. Using arduino I decoded an IR signal and the hex output is "E0E020DF". How to generate the same signal with my android app? This is the code I'm using in android studio. …
DBM
  • 39
  • 8
2
votes
0 answers

Android - How to send IR code to jack audio (for ir transmitter)

I have found IR codes of some TV brand in ProntoCCF format and 0x00... format. I want to develop an application that send these codes into my IR transmitter plugged into jack audio. How can I do this? Thanks for reply
2
votes
2 answers

AOSP is taking Generic.kl file instead of customized keylayout file for remote key mapping

For IR remote integration I have added my own myKey.idc and myKey.kl file in device folder. I have added keylayout file in myKey.idc as below: keyboard.layout = myKey But still android is taking Generic.kl file as keylayout map file. Can anyone…
KunduJ
  • 21
  • 2
2
votes
0 answers

How can I auto determine the IR channel component in the RGB channel with RGB-IR sensor?

In the RGB-IR raw data, bayer array is R, IR, G, B. In the day, IR channel will influence RGB channel, also RGB channel will influence IR channel too. So that the result image's color will incorrect. My algorithm is: read raw data IR…
2
votes
1 answer

IR Receiver RC5 with Pic12F1572

I am building an IR Receiver with PIC12F1572 with receiver module TSOP2438 My objective of this project is to receive a data by remote control and send it to PC via UART.. I have done the code and I am testing it I can send the normal value through…
Garryp
  • 67
  • 1
  • 9
2
votes
2 answers

Capture/receive IR signals in an Android application?

Is it possible to get the HEX code of remote control from an application and a smartphone that has a infrared transmitter ? (Samsung S4)
Sg72
  • 95
  • 2
  • 10
2
votes
1 answer

Custom Infrared Code copy in android IR remote app

I have built a Infrared Receiver and transmitter using this sparkfun steps on Arduino like this steps on sparkfun I can now receive the IR codes as well as transmit the IR Codes. The received IR is printed on serial monitor. Serial Monitor…
ideeps
  • 379
  • 4
  • 15
2
votes
2 answers

How to transmit IR signal in Android

I have the IR sequence available in hexadecimal format which I want to transmit from device on click of a button. I could not find any documentation that explains to implement it with example. Any help would be appreciated. Edit: Example hex code:…
Tushar Kathuria
  • 645
  • 2
  • 8
  • 22
2
votes
1 answer

OSVR IR tracker

I am currently using the OSVR HMD and I'm trying to figure out how to use the IR tracker that comes with the VR headset. In this article, it is suggested to use the osvr_server_config.VideoBasedHMDTracker.sample.json configuration file but it seems…
MatheuGrondin
  • 107
  • 1
  • 8