cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.02k stars 249 forks source link

Raspberry GPIO interface for hardware controls? #934

Closed iz2ewv closed 2 years ago

iz2ewv commented 2 years ago

Hello, I'm playing with a RSP1A and Raspberry Pi 3b+, and I ask if there is a way to provide the tuning control by means of a rotary encoder, and connect it to the GPIO interface of the RPi: the control should be active all the time. Other two controls that I should like to replicate in hardware form (rotary encoders as well) are: the bandwidth and the modes selection. Tnx es 73 de Alberto, IZ2EWV

vsonnier commented 2 years ago

CubicSDR interacts with devices through Hamlib for integration with HAM setups. If something is possible, it is through this library. See https://github.com/Hamlib/Hamlib .