kingswindsor wrote: > tbali > > I have done some more research and i believe Moode turns on the Pi's > internal pull-ups (like Wiring Pi does). > > I'm using the rotary encoder from Gordon in IQaudio and there is a lot > of information in his guidance and on his github links about the > encoder. It's beyond my skill level though to apply it to > PiCorePlayer! > > Am I correct in assuming you have external pull-up resistors in your > hardware setup for the rotary encoder? If so, would you be able to > share that as I might be able to make progress that way? > > many thanks
Without pull-ups (internal or external) it won't work, there will be too much noise. I took a quick look at the pikeyd source. As I could see the -pu option will turn on the internal pull-ups for both rotary encoder pins. So I would try that in your case. Just stop slimmer and pikeyd with their init.d scripts, and run pikeyd from the command line (foreground) with the -pu switch with sudo. You can use evtest from an other terminal to check if it works. It should. Yes, I have external pull-up resistors (10k) on the encoder's output pins. I have no schematics, these are just simple pull-ups. ------------------------------------------------------------------------ tbali's Profile: http://forums.slimdevices.com/member.php?userid=65336 View this thread: http://forums.slimdevices.com/showthread.php?t=105819 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
