Added initial Piface compatibility.#2
Conversation
Doesn't support IR. Not all buttons are used.
eb31030 to
677d7cd
Compare
|
Hi Patrick, Many thanks for your contribution and I am most definitely interested in merging it with the mainstream radio code. Before I do this I want to thoroughly test it (I ordered a Pi face today). Do you have any documentation for this project (Installation of piface etc.) Regards Bob Bob Rathbone http://www.bobrathbone.com/ http://www.bobrathbone.com http://www.linkedin.com/pub/bob-rathbone/36/b26/a31?trk=shareTw linkedin_small http://www.lpi.org/ lpic2-logo-extra-small From: Fighter19 [mailto:notifications@github.com] This little fork allows people to use their Piface module with their Rasperry. You can merge this Pull Request by running git pull https://github.com/Fighter19/piradio master Or view, comment on, or merge it at: Commit Summary
File Changes
Patch Links:
— No virus found in this message. |
|
Thanks for the reply, |
|
Hello Patrick, My piface card arrived this week. I installed the piface software and configured it today. Your radio_piface.py program worked perfectly. Well done. I am going to include the piface software in the mainstream software and documentation with an acknowledgement to you as the author. I have one question did you configure a remote control at all? Any tips would be gratefully received. Regards Bob Bob Rathbone http://www.bobrathbone.com/ http://www.bobrathbone.com http://www.linkedin.com/pub/bob-rathbone/36/b26/a31?trk=shareTw linkedin_small http://www.lpi.org/ lpic2-logo-extra-small From: Fighter19 [mailto:notifications@github.com] Thanks for the reply, — No virus found in this message. |
|
Hello Bob, |
Changed information about Author
|
Regarding your question on whether IR works, yes it does (just tested it now). You can create an IRListener event with the functions provided by the pifacecad library. begin After registering the callbacks you just need to activate the listener. |
|
Hi Patrick, Thanks for the info To make your code compatible with 3.14 onwards you need to amend the displayTime() routine. This allows the date format to be changed (See 3.14 manual) Regards Bob Display time and timer/alarmdef displayTime(lcd,radio): Bob Rathbone From: Fighter19 [mailto:notifications@github.com] Hello Bob, — No virus found in this message. |
|
Done, however I didn't find time to test it, but I'm pretty sure it should be fine now. |
|
Hi Patrick, Just to let you know I released your software last week with support for the PiFace. There is also a daemon to control the Remote control, See version 4.0 manual. Regards Bob Rathbone http://www.bobrathbone.com/ http://www.bobrathbone.com From: Fighter19 [mailto:notifications@github.com] Done, however I didn't find time to test it, but I'm pretty sure it should be fine now. — No virus found in this message. |
This little fork allows people to use their Piface module with their Rasperry.
It's based heavily on the original code of PiRadio.
However it wasn't tested on the normal environment and instead on Arch Linux.
It's working fine there, as soon as you change the service directory and set up all the config files and symlinks yourself.
As of this I couldn't test the installation routine.