JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

How to capture IR commands using Inteset IReTV USB receiver?

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Software
View previous topic :: View next topic  
Author Message
Sandlotje



Joined: 16 Jul 2019
Posts: 20

                    
PostPosted: Tue Mar 30, 2021 8:27 pm    Post subject: How to capture IR commands using Inteset IReTV USB receiver? Reply with quote

Hello,
I purchased this USB receiver, and I am trying to play around with IrScrutinizer a bit, but I cannot get the program to recognize the receiver.

I've

In Device Manager, it up as HID Keyboard Device, compliant consumer control device, and compliant system controller. Unplugging the receiver removes all three of these items from devmgmt.msc.

There are no COM ports associated with this device, and I cannot figure out what I'm doing wrong. I've tried various options under "capturing hw," but nothing seems to be cooperating with the device.

Is this device a "widget"?

I've tried searching for drivers that are not generic Windows versions, but I cannot find any. Apparently with Windows MCE, it used to auto-install it as "eHome IR Transceiver" under the device manager, but that clearly doesn't apply to my computer (W10 64-bit).

Any ideas?
Back to top
View user's profile Send private message
mdavej
Expert


Joined: 08 Oct 2003
Posts: 4500

                    
PostPosted: Tue Mar 30, 2021 9:27 pm    Post subject: Reply with quote

You got the wrong device for capturing IR. The IReTV is essentially a keyboard that responds to IR. It doesn't send the IR signal that it receives over USB to the PC. It receives IR commands, then sends keyboard commands.
Back to top
View user's profile Send private message
Sandlotje



Joined: 16 Jul 2019
Posts: 20

                    
PostPosted: Tue Mar 30, 2021 11:05 pm    Post subject: Reply with quote

So how does it give IR functionality to my 2017 (non-IR) nvidia shield using the same IR signals as my 2015 Shield w/ IR? Is it pre-programmed with a database in some form of ROM?

I also got a Flirc, which requires me to program it prior to having any functionality.

Are they essentially operate the same way... just one is pre-programmed and the other isn't?

That explains why it pops up as an HID in device manager.
Back to top
View user's profile Send private message
Barf
Expert


Joined: 24 Oct 2008
Posts: 1402
Location: Munich, Germany

                    
PostPosted: Wed Mar 31, 2021 5:15 am    Post subject: Reply with quote

The supported IR capturing devices for IrScrutinizer are: IrWidget, IrToy, Global Cache, Command Fusion, Arduino, and, on Linux, /dev/lirc-supported devices.

The device in question is "USB IR Receiver for use with Nvidia Shield (2nd Gen & 2019 Pro), F-TV, Kodi, PCs, Raspberry Pi & Other Streamers with The Inteset INT422 & Harmony Remotes". As Dave (mdavej) pointed out, it is a virtual keyboard, not intended for capturing IR signals as such. Basically, the same thing goes for Flirc.

Quote:

Are they essentially operate the same way... just one is pre-programmed and the other isn't?


I do not know the first one, and Flirc only superficially, but I think that is basically it.

But, at least in the case of Flirc, not all is lost. In the Flirc PC program, there is a debug console, opened using the menu entry File -> Device log. Be sure to check "Exable IR debugging" in the window that pops up. Then shoot an IR signal at the Flirc device. The window now looks something like this:
Code:
Wed Mar 31 2021 11:54:25
Flirc GUI Version v3.25.3-15-gc366d26+
Operating System: Windows
:e:32864
0,9010,4401,618,467,614,467,614,467,618,467,614,467,614,467,614,467,614,1621,584,1620,
584,1620,584,1616,589,1616,588,1616,588,1617,588,1615,588,1616,584,1621,593,1611,584,1616,
589,1616,588,1617,588,467,614,467,614,467,614,467,618,467,614,467,614,467,614,467,
614,1620,584,1617,588,1616,588
:e:39
0,9007,2159,618
:e:96
0,9013,2159,614

There, mark the first data line (starting with "0,") starting after the "0," and copy to the clipboard. (It is one very long line, broken here for layout reasons (Hi Rob Wink)) Then paste it into IrScrutinizer, and scrutinize it.

Feel free to ask us before hardware purchases. Wink
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mdavej
Expert


Joined: 08 Oct 2003
Posts: 4500

                    
PostPosted: Wed Mar 31, 2021 9:59 am    Post subject: Reply with quote

Sandlotje wrote:
So how does it give IR functionality to my 2017 (non-IR) nvidia shield using the same IR signals as my 2015 Shield w/ IR? Is it pre-programmed with a database in some form of ROM?
It sends keyboard commands to your Shield, not the raw IR. Yes, there is some sort of database in the device that reads the IR, decodes it and sends the appropriate keyboard commands. This is how it works with all devices you plug it into.

Refer to Barf's list to find an appropriate IR capture device.
Back to top
View user's profile Send private message
mdavej
Expert


Joined: 08 Oct 2003
Posts: 4500

                    
PostPosted: Wed Mar 31, 2021 10:02 am    Post subject: Reply with quote

Barf wrote:
in the case of Flirc, not all is lost. In the Flirc PC program, there is a debug console, opened using the menu entry File -> Device log. Be sure to check "Exable IR debugging" in the window that pops up. Then shoot an IR signal at the Flirc device. The window now looks something like this:
Code:
Wed Mar 31 2021 11:54:25
Flirc GUI Version v3.25.3-15-gc366d26+
Operating System: Windows
:e:32864
0,9010,4401,618,467,614,467,614,467,618,467,614,467,614,467,614,467,614,1621,584,1620,
584,1620,584,1616,589,1616,588,1616,588,1617,588,1615,588,1616,584,1621,593,1611,584,1616,
589,1616,588,1617,588,467,614,467,614,467,614,467,618,467,614,467,614,467,614,467,
614,1620,584,1617,588,1616,588
:e:39
0,9007,2159,618
:e:96
0,9013,2159,614

There, mark the first data line (starting with "0,") starting after the "0," and copy to the clipboard. (It is one very long line, broken here for layout reasons (Hi Rob Wink)) Then paste it into IrScrutinizer, and scrutinize it.
Nice find Barf! I had no idea FLIRC and Scrutinizer could do this.
Back to top
View user's profile Send private message
Barf
Expert


Joined: 24 Oct 2008
Posts: 1402
Location: Munich, Germany

                    
PostPosted: Wed Mar 31, 2021 10:44 am    Post subject: Reply with quote

mdavej wrote:
Nice find Barf!

Thank you, but I think it is only fair to pass on that credit to AnalysIR. (AnalysIR is basically a commercial competitor to IrScrutinizer.)
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sandlotje



Joined: 16 Jul 2019
Posts: 20

                    
PostPosted: Fri Apr 02, 2021 12:05 am    Post subject: Reply with quote

Barf wrote:
The supported IR capturing devices for IrScrutinizer are: IrWidget, IrToy, Global Cache, Command Fusion, Arduino, and, on Linux, /dev/lirc-supported devices.

The device in question is "USB IR Receiver for use with Nvidia Shield (2nd Gen & 2019 Pro), F-TV, Kodi, PCs, Raspberry Pi & Other Streamers with The Inteset INT422 & Harmony Remotes". As Dave (mdavej) pointed out, it is a virtual keyboard, not intended for capturing IR signals as such. Basically, the same thing goes for Flirc.

Quote:

Are they essentially operate the same way... just one is pre-programmed and the other isn't?


I do not know the first one, and Flirc only superficially, but I think that is basically it.

But, at least in the case of Flirc, not all is lost. In the Flirc PC program, there is a debug console, opened using the menu entry File -> Device log. Be sure to check "Exable IR debugging" in the window that pops up. Then shoot an IR signal at the Flirc device. The window now looks something like this:
Code:
Wed Mar 31 2021 11:54:25
Flirc GUI Version v3.25.3-15-gc366d26+
Operating System: Windows
:e:32864
0,9010,4401,618,467,614,467,614,467,618,467,614,467,614,467,614,467,614,1621,584,1620,
584,1620,584,1616,589,1616,588,1616,588,1617,588,1615,588,1616,584,1621,593,1611,584,1616,
589,1616,588,1617,588,467,614,467,614,467,614,467,618,467,614,467,614,467,614,467,
614,1620,584,1617,588,1616,588
:e:39
0,9007,2159,618
:e:96
0,9013,2159,614

There, mark the first data line (starting with "0,") starting after the "0," and copy to the clipboard. (It is one very long line, broken here for layout reasons (Hi Rob Wink)) Then paste it into IrScrutinizer, and scrutinize it.

Feel free to ask us before hardware purchases. Wink


Oh awesome! I began to venture down that path, but never explored it fully.

However, I would love to know what device(s) you recommend that is:

A. Essentially plug and play with the various IR programs with little or no setup/configuring necessary to capture and analyze the signals.

B. Inexpensive ($20 is just about my budget).

C. Preferably available on Amazon Prime. (I'm impatient lol).

Thank you so much for all of your insight.
Back to top
View user's profile Send private message
Barf
Expert


Joined: 24 Oct 2008
Posts: 1402
Location: Munich, Germany

                    
PostPosted: Fri Apr 02, 2021 5:08 am    Post subject: Reply with quote

@Sandlotje,
unfortunately, there is nothing completely satisfying your all your requiements.

I assume that you are using Windows.
Quote:
A. Essentially plug and play with the various IR programs with little or no setup/configuring necessary to capture and analyze the signals.

Basically, all devices are serial devices in disguise, requiring you to identify them in the device manager, and then selecting the appropriate device in the program.

Quote:
B. Inexpensive ($20 is just about my budget).

Of the list (IrWidget, IrToy, Global Cache, Command Fusion, Arduino (/dev/lirc is for Linux only)) this leaves IrToy and Arduino. IrToy is effectively not available any more, so that leaves only the Arduino.
Quote:
C. Preferably available on Amazon Prime. (I'm impatient lol).

Sorry...

So I recommend my little project (also without budget restrictions). It is very cheap (fits your budget), and very capable. Drawback is that you have to build it yourself, and order the components. That is not too hard, but still requires some experience. Whaddyathink?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Sandlotje



Joined: 16 Jul 2019
Posts: 20

                    
PostPosted: Fri Apr 02, 2021 12:31 pm    Post subject: Reply with quote

Barf wrote:
@Sandlotje,
unfortunately, there is nothing completely satisfying your all your requiements.

So I recommend my little project (also without budget restrictions). It is very cheap (fits your budget), and very capable. Drawback is that you have to build it yourself, and order the components. That is not too hard, but still requires some experience. Whaddyathink?


I'm incredibly intrigued. I'm on the fence though because this is turning out to be a good bit of money (buying wrong items), so I'm on the fence because this also requires me to not screw up building it, and I've never soldered anything before... BUT(!), I'm very interested and it does look incredibly simple.

I added everything to the cart, but the green LED is on backorder (estimated re-stock date of mid-May). I found one that looks almost identical. Would you mind checking if it would work?

https://www.mouser.com/ProductDetail/Kingbright/WP710A10GD5V?qs=jBF9H7RTBaQ6VPQUzHiWcA%3D%3D

The only difference is in the last part of the model number. Yours ends in SGD5V, whereas the one I suggested does not contain the S, so it's just GD5V. I'm wondering what that "S" indicates.
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Fri Apr 02, 2021 12:43 pm    Post subject: Reply with quote

Does the URC-7880 remote have learning? If so, do you really need an IR capture device, as the learning remote should be enough for 90% or more of situations. If you're willing to spend a few extra dollars, Tommy Tyler's IR Widget was specifically designed for JP1 situations and works with all of the tools, but it costs $35 plus $7 shipping.

http://www.hifi-remote.com/forums/viewtopic.php?t=9405
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
Barf
Expert


Joined: 24 Oct 2008
Posts: 1402
Location: Munich, Germany

                    
PostPosted: Fri Apr 02, 2021 1:33 pm    Post subject: Reply with quote

@Sandlotje: The LED you linked to should be just fine; the "S" stands for "Super Bright" which is really a property we do not need. Be sure to "take" an electronic-soldering course on Internet first Wink

@Rob: Fact is that the Arduino thing it the better device; it runs circles around the IrWidget. Just the range for example: While the IrWidget has a range of a few centimeters (an inch), the Arduino thing around 1 meter (3 feet).

IMHO, let us refer to it as Kevin Timmerman's IrWidget, not Tommy Tyler's IrWidget. (Kevin designed the whole thing, which can be built according to his instructions. The component price is a few dollars.)
Back to top
View user's profile Send private message Send e-mail Visit poster's website
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21210
Location: Chicago, IL

                    
PostPosted: Fri Apr 02, 2021 2:05 pm    Post subject: Reply with quote

Barf wrote:
IMHO, let us refer to it as Kevin Timmerman's IrWidget, not Tommy Tyler's IrWidget. (Kevin designed the whole thing, which can be built according to his instructions. The component price is a few dollars.)

If Kevin was making them and selling them, that would make sense, but if I were to do that, every single person would come back and say "I can't find Kevin's IrWidget, I can only find Tommy's, will that do?"
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Software All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control