Ralphy-
Followed your instructions, and got this working with JiveLite. It seems to perform much better than my FLIRC dongle! The FLIRC was sitting behind the screen, so that may have been part of the problem, but the IR receiver using lirc just seems much more responsive.
Some of the instructions were a little confusing. To modify the config.txt, I ended up removing my SD card, and editing using my PC. I was also somewhat confused on how to get the /usr/local/etc/lirc/lircd.conf setup. I created both a lirc and a lirc/lircd.conf directory. Somewhere the lircd.conf directory was replace by the lircd.conf file, but it was populated with the squeezelite (or piCorePlayer) controls. I then pasted the jivelite control settings into this file to get the JiveLite controls to work.
It is working well with my Touch IR remote, with one nit: buttons seem too responsive - example, when "right" selecting a menu item, it often jumps two menus. I suspect there's a way to "slow down" the key repeat rate?
I'd like to configure for a different remote - if it's successful, I'll see about sending you the config file to add to the repository.
THANKS! Looking forward to seeing this implemented in future releases of pCP - (although I can imagine it's less straight-forward - most cases require some soldering to access GPIO when using HATs, and various GPIO options). For simplicity, I chose to use the same GPIO as you - there was no contention with the HiFiBerry DAC+.
Results 11 to 20 of 112
-
2016-03-09, 11:34 #11
-
2016-03-10, 08:15 #12
Sorry for the confusion. Quite often my fingers can't keep up with my thoughts and things get missed.
The initial /usr/local/etc/lirc/lircd.conf is created from /usr/local/share/lirc/files when lirc.tcz is installed and is for a headless squeezelite with slimdevices remote. You should not have needed to create /usr/local/etc/lirc. This may be broken. I haven't tested a lirc setup from scratch in a while.
If you create/modify /usr/local/etc/lirc/lircd.conf then you need to add usr/local/etc/lirc/lircd.conf to /opt/.filetool.lst and backup pcp config to prevent the file being overwritten on reboot.
The jivelite configuration files are not included in the tcz ATM and needs to downloaded from github.
You can try incrementing suppress_repeat in lircd.conf by 1 and testing that value for a while, if you still get repeats too fast, +1 again, repeat.
You can use sudo kill -HUP pid of lircd to force a configuration reload without having to restart the daemon or reboot.Ralphy
1-Touch, 5-Classics, 3-Booms, 1-UE Radio
Squeezebox client builds donations always appreciated.
-
2016-03-28, 13:43 #13
Hi Ralphy,
I'm assuming that this procedure will not work on Pcp 2.04 as I have tried it and it didn't seem to work.
Is this down to the later kernel in Pcp2.04 ?
JeffPlayers: SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer x3,Wandboard
Server: LMS Version: Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on Dell T320
Plugins: AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player Groups
Remotes: iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
Music: 522GB,1660 albums with 23087 songs by 5204 artists mostly FLACs
Want a webapp ? See http://forums.slimdevices.com/showth...Webapp-for-LMS
-
2016-03-29, 04:28 #14Ralphy
1-Touch, 5-Classics, 3-Booms, 1-UE Radio
Squeezebox client builds donations always appreciated.
-
2016-03-29, 04:31 #15Players: SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer x3,Wandboard
Server: LMS Version: Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on Dell T320
Plugins: AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player Groups
Remotes: iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
Music: 522GB,1660 albums with 23087 songs by 5204 artists mostly FLACs
Want a webapp ? See http://forums.slimdevices.com/showth...Webapp-for-LMS
-
2016-03-30, 10:13 #16
All working now, thanks Ralphy
JeffPlayers: SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer x3,Wandboard
Server: LMS Version: Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on Dell T320
Plugins: AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player Groups
Remotes: iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
Music: 522GB,1660 albums with 23087 songs by 5204 artists mostly FLACs
Want a webapp ? See http://forums.slimdevices.com/showth...Webapp-for-LMS
-
2016-05-03, 14:01 #17
- Join Date
- Aug 2014
- Posts
- 13
Any news on when you will integrate IR support into picoreplayer?
So, I just found this thread about adding IR support. I just moved my picoreplayer to the main stereo so adding IR support would be very handy indeed.
Are you close to integrating IR support into picoreplayer? If yes, I can wait a while. If not, I'll manually install.
I can install and test any test builds with ir support if that would be of help.
Thanks.
-
2016-06-29, 04:50 #18
I've finally managed to track down the ir remote buttons repeating almost immediately.
Using the --uinput option with lircd makes the ir remote appear as a keyboard to jivelite. Jivelite was setting the sdl keyboard driver delay before keys repeat to 100ms. I've changed it to the default half second. Unfortunately, the change requires a new jivelite build.
You still need to have the remote key repeat setup correctly as described in post #4
There's a test jivelite tcz on the picoreplayer beta files area for you to try.
Code:pcp bu # save pcp config cd /mnt/mmcblk0p2/tce/optional wget -O jivelite.tcz.md5.txt http://downloads.sourceforge.net/project/picoreplayer/beta/jivelite_touch.tcz.md5.txt wget -O jivelite.tcz http://downloads.sourceforge.net/project/picoreplayer/beta/jivelite_touch.tcz md5sum jivelite.tcz # make sure the file downloaded correctly 64a958204f1f6a719f9aaa80e7356f68 jivelite.tcz cat jivelite.tcz.md5.txt # does it match the line above? 64a958204f1f6a719f9aaa80e7356f68 jivelite.tcz pcp rb # you must reboot!
Ralphy
1-Touch, 5-Classics, 3-Booms, 1-UE Radio
Squeezebox client builds donations always appreciated.
-
2016-06-29, 05:34 #19Players: SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer x3,Wandboard
Server: LMS Version: Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on Dell T320
Plugins: AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player Groups
Remotes: iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
Music: 522GB,1660 albums with 23087 songs by 5204 artists mostly FLACs
Want a webapp ? See http://forums.slimdevices.com/showth...Webapp-for-LMS
-
2016-06-29, 15:38 #20