Jump to content
Flirc Forums

jason

Administrators
  • Posts

    3,756
  • Joined

  • Last visited

  • Days Won

    231

Posts posted by jason

  1. Thanks for all the info and so sorry for my delay. The records from the remote look great. "my_flirc_log.txt"

    One issue is the interkey delay between packets. It's currently 107ms. It should be 70ms, this would certainly cause an issue. I believe it's because the buttons were not being held down while you are recording. It uses two packets and if it doesn't see the second packet, it defaults to 107. This is the time between packets.

    I also see two play/pause buttons being recorded. 

    https://flirc.io/config/

    One is probably not supposed to be there and is probably recorded noise, which is causing issues.

    I've also disabled all the built in profiles other than the one you are using (kodi), to avoid presses from noise.

    The noise is environmentally driven. If it's by a window, a plasma screen, an android device with an IR camera, etc.

    Regarding sleep, any button matched in the table will wake up the device. If you want it to just be a 'single' button, record the 'wake' button in the app, this will ensure only one button can wake up the machine.

    Try the attached and let me know if it's better. Remember to do something about the play/pause duplication.

    my_flirc_config.fcfg

  2. On 6/30/2023 at 12:24 PM, rjenkins8142 said:

    Yeah, I'm having the same issue. Neither Apple TV code works. The front panel blinks like it's seeing the IR signal, but nothing happens.

    I have only ever used apple TVs at home. I've never had an issue. No buttons work? Are you sure you are mapping them correctly on the remote? I'm not aware of any setting since IR is enabled on the remote to do HDMI CEC volume control. 

    Can you post your configs?

     

  3. I'll have it added.

    I think the monitor is rate limiting it, there is no way the remote can do it. So what I did was altered the code.

    TLDR Version:
    NEC codes send a repeat pulse. I removed the repeat pulse and increased the time between packets. So rather than the monitor thinking you are holding the button, it thinks you are pressing the button multiple times while holding it down.

    Long Version:

    I put the pronto code in IR Scrutinizer:

    image.png

    The second pulse at the end in NEC codes is a 'repeat' pulse. To save power, rather than turning on the LED for the entire code again, they do that small 'bloop' at the end. This says to the device, 'repeat what you last got' as long as it's within a 40ms. This small two pulse signal will continue while you hold the button down, and the remote never sends the original longer packet until you press the button again.

    So I converted this into raw timings in ir scrutinizer:

    image.png

    You can see the second frame on the end [+8967,-2235,+552,-96111][]

    This is a positive pulse of 9 ms, negative pulse of 2.2ms, positive of 0.500ms, and a negative of 96ms. The 96 ms is the time between this pulse, and what will become the next repeat pulse.

    I removed this and increased the last negative number on the list so it was much greater than 50ms. Remember, the last number says, what is the time between 'packets'. By increasing this enough, we can trick the device into thinking you are lifting up the button and pressing it again.

    So here is the result

    image.png

    Note, the last negative number is now -140ms.

    And back to pronto:

    image.png

    • Like 2
  4. I have been asked for previous versions of the old plastic version of filrc. I do not support this product anymore, use at your own risk, and I will not be responsible if it is bricked.

    If the upgrade fails, restart the GUI, it should restore the latest firmware. I can dig up previous versions, but it's going to take me some time, please explain what went wrong and why.

    v3.12.00

    • Fix for bad descriptor

    v3.11.0

    • adding firetv harmony codes
    • adding sheild harmony codes
    • shield pro updates and support

    v3.9.0

    • ability to determine sku

    v3.8.0

    • Updating built in mappings for logitech

    v3.7.0

    • fix for windows media center (enable sequence modifiers)
    • adding ability to do browser home

    v3.6.0

    • updating firmware
    • updated built in harmony xbmc profile
    • up arrow
    • down arrow
    • zoom+
    • small step back
    • toggle full screen
    • red, green, yellow, blue
    • power off
    • streacom 'power' key will now work if computer is on, not just off
    • fix for built in profiles that caused wrong keys to be sent
    • changing default interkey delay for new algorithm
    • interkey delay settings improved
    • protection of read only memory in rom
    • adding built in support for harmony firetv profile
       

    flirc_gen1_v3.6.0.bin flirc_gen1_v3.7.0.bin flirc_gen1_v3.8.0.bin flirc_gen1_v3.9.0.bin flirc_gen1_v3.11.00.bin flirc_gen1_v3.12.00.bin

    • Like 1
  5. Try using this as Volume Down: 

    0000 006D 0022 0000 0155 00AA 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0040 0015 0015 0015 0040 0015 0015 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0040 0015 0015 0015 0040 0015 0040 0015 0040 0015 14C8

    This as Volume Up:

    0000 006D 0022 0000 0155 00AA 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0040 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0015 0015 0040 0015 0015 0015 0040 0015 0040 0015 0040 0015 14C8

  6. On 7/2/2023 at 4:00 AM, Sinan said:

    Some further reading makes me believe that the Pronto codes I have generated are good. The issue might be to do with rate limiting as jason mentioned. I have no idea :(

    Edit: I found this greyed out section in the skip app about timing, could it help if I could use it?

    image.thumb.png.9b53977f33bf5a9a0ce0d2e300924547.png

    That wont do anything unfortunately. I have an idea. Let me try altering the pronto code.

  7. I'm really sorry for the initial problems you had. I will try and make the process better.

    I'm a bit confused how you went about fixing it. Did you ever have a previous version installed prior? Sometimes, the early beta's can cause an issue like this. I often recommending doing an uninstall before the new beta. 

    So all you did was instal the early version over and then do an upgrade?

    Again, sorry about this. But glad and relieved it's working.

  8. 3 minutes ago, BRSorber said:

    Hi, hoping for an update to this issue as I am also experiencing it and have been unable to use my remote at all

    I'm sorry you are having trouble. We are working hard. Two versions to try:

    http://update.flirc.tv/skipapp/pr/998/SkipApp-0.9.80.6209-mg-hid-broker-test-build-x64.msix?token=skipAppUpdate

    or

    ttps://update.flirc.tv/skipapp/beta/0.9.71/SkipApp-0.9.71-Beta-x64.msix?token=skipAppUpdate

    Can you please let me know the results of each? Posting any log files as described earlier would be of great help.

  9. 10 minutes ago, microfast said:

    Yes, I have always the same error like with the previous one, I have opened a specific thread for to be helped; I don't know because I have this issue with all my Pc, if you want you can do a remote on my pc and try to fix this directly.

    This is not the same problem. Deleting and responding in your other thread 

  10. 1 hour ago, laarj said:

    Haven't found an Onkyo code thus far that maps all the buttons on the TX-RZ50 RX (RC-972R remote.... same remote is used for the TX-NR7100 and TX-NR6100).

    The 2 Apple TV device codes are not working with my ATV (2022). ATV sees the IR but does not change anything. I had posted on the Skip1s forum and see another user with the ATV is seeing the same issue.

    Where is the other forum for the Apple TV? Can you post your config?

  11. 27 minutes ago, microfast said:

    Jason, I do understand your choice, but you also could compile a "normal" windows app for who want, like me, simple use your remote without go crazy; I am months that have your remote and I am not able to use it .....

    This is a normal app, it took 2 years. I can’t write one “another” overnight. Did you try the last version? http://update.flirc.tv/skipapp/pr/998/SkipApp-0.9.80.6209-mg-hid-broker-test-build-x64.msix?token=skipAppUpdate

  12. The profiles you are adding on skip are already on flirc. You don’t actually need to learn/pair them. You are overwriting them. 
     

    The one plugged into your PC, go to advanced settings. And disable all the built in profiles except kodi. 
     

    For the one in the shield. Plug into the pc and go to advanced. Disable all the built in profiles except the shield

×
×
  • Create New...