-
Posts
4,008 -
Joined
-
Last visited
-
Days Won
256
Everything posted by jason
-
Flirc USB original not working with downloaded software
jason replied to stareye's topic in General Questions
Status is erroneous, sorry about that. Also, getting variant isn't an issue. I created a bunch of units for Amazon, and they wanted an identifier. After the team got let go this kinda fell through and repurposed all the flircs as generic. Ignore it. Everything looks like it's working fine. The first version is not capable of logging the IR signal. Maybe some day in the future, but not right now. Was there a particular reason you wanted that? It's only useful for me to look at problematic remotes without being at the customers house. -
Can you enable IR Debugging. File->Device Log. Enable debugging. Then press some buttons on your remote and paste the output here.
-
Flirc not working with Raspi when LAN is connected
jason replied to Glowazowski's topic in General Questions
Ah, so I think the network switch uses the USB hub. You must have confused it and messed with the same hub that flirc was attached too. -
Flirc not working with Raspi when LAN is connected
jason replied to Glowazowski's topic in General Questions
Does it work if you unplug/plug in the flirc? Are you using an extension cable? If yes, don't. Have you tried all USB ports? Can you do a dmesg of the output after you plug in the flirc when networking cable is already attached? -
No, I'm working on remotebuddy integration soon and this feature will be possible. It is currently not something that's possible at the moment. I'm really sorry about that. I think something will come by the end of this year. I was unaware that the apple remote had that functionality. If I had known, I would have done something much sooner.
- 1 reply
-
- kodi
- apple silver
-
(and 1 more)
Tagged with:
-
Flirc not working with Raspi when LAN is connected
jason replied to Glowazowski's topic in General Questions
Try a different power supply. -
Flirc USB original not working with downloaded software
jason replied to stareye's topic in General Questions
That feature is not supported in the first generation of hardware -
Yeah so to be clear. Disable the WMC profile and record your keys manually. Record each key twice. For example. Record up. The. Record up again. That’ll fix it. We we know what the issue is and Yawor and I are discussing solutions.
-
Can harmony send keyboard commands to FLIRC?
jason replied to Eddie Strike's topic in General Questions
Hi Eddie, have you seen the documentation: https://flirc.gitbooks.io/flirc-instructions/content/universal-remote-controls/logitech-harmony-remote-controls.html -
This happens occasionally. It’s a false positive. Everything is written from the ground up or open source. I would never do something like thIs. Thanks for letting us know.
-
Version issue should be fixed. If you update to the latest. @yawor is correct, I believe it's an MCE issue. Go to advanced, and disable the Windows MCE profile, see if that helps the keys being 'too' sensitive. Please let me know if that works.
-
Very happy to hear that. Thanks so much for letting me know.
- 9 replies
-
- flirc
- nvidia shield
-
(and 1 more)
Tagged with:
-
Yes sorry, unfortunately I don't know if I can do apt link forwarding. I'm giving up on hosting a repo. It was a shit ton of work, every distro is different, and each version of the distro is different. Packaging cloud is a service where you send them a package, they sign it, and host it in compliance. Brilliant, sorry I didn't think of it. You'll need to update that. No 32 bit binary at the moment unfortunately, can't figure out how to get Travis to build one yet without doing a docker.
-
Yeah. Here is what you need to do. You need to hook up Flirc to your PC. Flirc is going to become an IR transmitter. You're going to put the B&O remote's receiver facing the flirc, right up against it, and put it in learning mode. NVIDIA's profile has 7 buttons, attached a pic. Up, Down, Left, Right, Enter, Back, Home. You need to output the IR waveforms for these buttons. I've attached a text file: nvidia.txt In this text file, it shows the 'command number' :: 'waveform' for example, the first line: 0x0 :: 0,4900,4900,840,1680,840,1680,840,1680,840,840,840,1680,840,1680,840,1680,840,6580,840,840,840,1680,840,840,1680,840,840,840,840,840,840,840,840,840,840,840,840,840,840 0 is the command up (as noted in the screenshot attached). the waveform follows after the '::' So we want to put your B&O into learning mode for the 'up' button. Then emit this waveform from flirc using my commandline application. Not sure which OS you're using, but you can use my documentation to find the commandline app: https://flirc.gitbooks.io/flirc-instructions/content/command-line-interface-guide.html To get Flirc to send that particular code, you'd issue the following command: flirc_util send_ir_raw 0,4900,4900,840,1680,840,1680,840,1680,840,840,840,1680,840,1680,840,1680,840,6580,840,840,840,1680,840,840,1680,840,840,840,840,840,840,840,840,840,840,840,840,840,840 If you were on windows, you'd need: flirc_util.exe send_ir_raw 0,4900,4900,840,1680,840,1680,840,1680,840,840,840,1680,840,1680,840,1680,840,6580,840,840,840,1680,840,840,1680,840,840,840,840,840,840,840,840,840,840,840,840,840,840 Then you'd repeat the process for all of the keys. The transmitter in flirc isn't great. It's about 1mm wide. So remember, you have to have the B&O very close, line of sight. Let me know if that makes sense. Sorry for the delay, traveling.
- 9 replies
-
- flirc
- nvidia shield
-
(and 1 more)
Tagged with:
-
Yea, Flirc needs to output the NVIDIA IR protocol for bang to capture it so it can later repeat it. What OS are you on? Can you run a commandline command?
- 9 replies
-
- flirc
- nvidia shield
-
(and 1 more)
Tagged with:
-
One Remote press, continued repeating Flirc commands
jason replied to zaphodFlirc's topic in General Questions
Uncheck the built-in profiles, let me know if that does anything. Also, what version of firmware are you on? -
One Remote press, continued repeating Flirc commands
jason replied to zaphodFlirc's topic in General Questions
Can you post a screenshot? -
I'm sorry for the delay guys. Something will come before the end of the year. I'm going to get back to firmware very shortly. I had a ton of stuff I had to finish outside of this. I'll post a blog update soon. Long story short, I scoured the internet, and found this project: https://blog.gimx.fr I reached out to him and asked him to possibly port some of his firmware to libopencm3, where I use just the USB stack. He was extremely nice, ported that over, and now I've got to work on integrating that into the rest of my firmware. I need some more time before I can get to this specifically, but it'll be completed before christmas.
-
hint: http://blog.flirc.tv/index.php/2017/09/06/new-product-up-and-running/ Everything is working, but packaging/tooling/etc, will be a 2018 release unfortunately. Moving as fast as I can.
-
It wont work with the firetv stick through hdmi. I'm working on a product to address this.
-
Flirc constantly waking up XBMC HTPC using any mapping.
jason replied to nikotime's topic in Firmware Bugs
Sorry, you're feeding me bits of information. Could have been the device upgrade too. Do you remember when this happened? When did you get it, when did you do the upgrade? If you put flirc into a computer, open up wordpad, textpad, then press the activity button on your remote, are any keys sent to the pc? Can you describe the activity a bit? Did you use my software to pair your flirc with your logitech remote? If you did, you don't need to, since the keys are built in. If you go to file->advanced, you'll see there are a bunch of built in profiles. It's possible that something in your activity is in the built in rom table, or a recorded key. Flirc wont wake up the machine if a signal is received that's not recorded. -
Flirc constantly waking up XBMC HTPC using any mapping.
jason replied to nikotime's topic in Firmware Bugs
before what upgrade? -
Flirc constantly waking up XBMC HTPC using any mapping.
jason replied to nikotime's topic in Firmware Bugs
Can you elaborate, what's the issue you are having? -
There are two issues. One is a new feature on amazon's firetv. They added a feature for long press to get up another menu. I've tried to get in touch with Amazon for over a year, their team disbanded, and I'm trying to make a new contact. I got in touch with someone from another department last week, and they are trying to put me in touch with someone. I don't have a timeline for that because I don't know what the issue is. I need Amazon's assistance. The second issue is a new firmware feature long presses. Which will allow you to assign another button to an existing signal. Press the button quickly, get one command, long press it, get another. That's a firmware feature that will come on the new hardware and a release will most likely be ready before the end of the year. I've done a lot this year, and I've had regular blog updates that talk about my accomplishments. I even have a new status board page to create transparency: https://flirc.tv/status_board If I miss something, take @hamptonhills approach, be nice about it. But I work 7 days a week, and can't afford to hire someone. I do the best I can, being an asshole about it doesn't help anyone.