Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play, Stop and change transmission with buttons. #160

Open
dgaray01 opened this issue Jan 28, 2022 · 1 comment
Open

Play, Stop and change transmission with buttons. #160

dgaray01 opened this issue Jan 28, 2022 · 1 comment

Comments

@dgaray01
Copy link

Hello, i am new with Raspberry Pi and i saw this amazing project and i love it, i would like to use it in a personal project for farmers that need to play music on the radio, i would like to add a physical button to play and stop the transmissions or a way to change the transmission frequency by using a small display or HDMI out, i would like to get some ideas about how to do this. Thankss

@markondej
Copy link
Owner

markondej commented Feb 3, 2022

Adding button support is possible and quite simple to add as this software uses RPi built in ARM peripherals, which also do include GPIO support. Please see transmitter.cpp file and https://datasheets.raspberrypi.com/bcm2835/bcm2835-peripherals.pdf. Pretty much any button connected to GPIO header may be supported, but there is no such support in code currently. Also HDMI/display/GUI support is ofcourse possible to add but this requires some coding skills. Maybe I will add touch display gui with some free time available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants