View Single Post
Old 11-28-2011, 08:30 PM   #130
moorejl57
Junior Member
moorejl57 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2011
Device: kobo touch
I too have the missed page turn with a ~5 sec dead period (taps ignored) and then two page turns on a future tap. This has been consistant through all firmware revisions.

I had assummed that it was bad filtering of the infrared input, but maybe it is a queueing of inputs or missed/overlapped interrupts?

I write code for small embedded systems and I never use an operating system (RTOS) as a base since I need my code to work 100% of the time, so everything runs as state machines in a single application. I get very consistant behavior this way and save memory space as well.

The issues I see on my touch seem like operating system hangups which appear to the user as application issues since we just run the one app.
moorejl57 is offline   Reply With Quote