Jump to content
Flirc Forums

Leaderboard

Popular Content

Showing content with the highest reputation on 07/09/2023 in all areas

  1. 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
    1 point
  2. 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: 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: 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 Note, the last negative number is now -140ms. And back to pronto:
    1 point
×
×
  • Create New...