Wigster wrote: 
> Hi,
> 
> I thought that a dead SB3 after 8 years was it for my Squeezebox world.
> But I've discovered the RPi, Hifiberry DAC+ and of course PiCorePlayer
> and I am back to having music! Frankly even better sound quality than it
> was with the SB3. Thanks for making it happen and so simple!
> 
> I will at some point next year spent money on a touch screen to control
> this thing, but I am wondering whether there is a simple way use my dead
> SB3's remote to at least turn on/off and play/pause the streams that's
> supported in PiCorePlayer. I'm completely new to this, so not sure what
> to look for even.
> 
> I'm guessing I would need to add some sort of infra-red receiver? Are
> there any that work out of the box? Do I need to solder something on?
> What then? I'd appreciate some links explaining what to do and
> recommendations! And I guess that he HiFiberry DAC takes up all the pins
> so not sure how I would solder this on?
> 
> Thanks!

Version 1.8 has basic support for LIRC. I'm not sure if LIRC is
supported in the current version of piCorePlayer though (If I remember
correctly Ralphy asked Steen to add LIRC support to piCorePlayer). This
is a list of commands supported and is copied from the squeezelite ir.c
source file:


Code:
--------------------
    cmdmap[] = {
  { "voldown",  0x768900ff },
  { "volup",    0x7689807f },
  { "rew",      0x7689c03f },
  { "fwd",      0x7689a05f },
  { "pause",    0x768920df },
  { "play",     0x768910ef },
  { "power",    0x768940bf },
  { "muting",   0x7689c43b },
  { "power_on", 0x76898f70 },
  { "power_off",0x76898778 },
  { NULL,       0          },
  };
--------------------


A basic IR sensor like the TSOP38238 only needs three connections,
supply voltage, ground and a signal out so this should work with a
HifiBerry DAC+ as it only needs one unpopulated GPIO pin. User
jesperlykke on this forum had success with a LIRC based solution but
this a from January last year. See
_this_link (\"http://forum.tinycorelinux.net/index.php?topic=16493.0\";)_
for more info.

With a touch screen and JiveLite this becomes a lot easier as you can
connect a FLIRC adapter. This emulates a remote controlled keyboard and
provides a way to control JiveLite with a SB3 remote which is exactly
what I use to control my system.


------------------------------------------------------------------------
kolossos4730's Profile: http://forums.slimdevices.com/member.php?userid=63988
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to