arnoldl;501011 Wrote: > > indifference_engine;500494 Wrote: > > I found that the timer in the Controller wasn't accurate enough to use > > repeat codes reliably so I have deliberately not implemented them. I > > think to get the required accuracy would require building SqueezeIR into > > the kernel rather than having it run as an applet. However, you could > > bully SqueezeIR into using repeat codes by doing the following and see > > how you get on (I can't guarantee that it will work though): > > QUOTE] > > > > thanks for the good effort... > > almost works :-) > > > > i checked the waveform on a scope , and the time between the end of the > > code and the start of the repeat code is 98ms.. > > this should be 44ms. > > > > i tried changing the gap to even 0 but that didn't change a thing. > > tried chanigin the MACRO_INTERVAL in SqueezeIRApplet but that didn't > > change it to.. > > > > any more idea's on how to shorten this time between the two codes?? > > > > thanks > > > > attached the squeezeremote and origenal remote waveforms.> > > The MACRO_INTERVAL variable should control the gap between the first > code and the first repeat code. The gap between subsequent repeat > codes is controlled by the gap parameter in the hk_repeat lirc file. > You say that the gap should be 44ms but the lirc file recons it should > be 22.6ms, obviously some weirdness going on there! > > MACRO_INTERVAL is the time between the start of the first code and > the start of the second code. Using an "average" code length, I > calculate you could try having a MACRO_INTERVAL of 90ms (if the lirc > gap of 22.6ms is correct), or 112ms (if 44ms is correct). If the gap > in the lirc file is wrong you would also need to change the gap > parameter in the lirc files to 44000 to match you findings.
-- indifference_engine ------------------------------------------------------------------------ indifference_engine's Profile: http://forums.slimdevices.com/member.php?userid=20698 View this thread: http://forums.slimdevices.com/showthread.php?t=66795 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
