-
Notifications
You must be signed in to change notification settings - Fork 14
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
LibreSDR - how to enable PTT? #49
Comments
By placing a module to the debug output it must be possible to read the output and you are able to react on special commands. In https://github.com/F5OEO/tezuka_fw/blob/main/board/pluto/overlay_maia/root/watchconsoletx.sh if [ "$txmute" = "1" ] ; then translate PTT ON / PTT OFF to an output port! Big advantage no need to open the libre and it is for me not clear which fpga io pins or mio pins from the arm processor are available? |
i have connected to the otg port a arduino pro micro. The micro should get the echo from the libre and must control the PTT. The terminal shows me 👍 # dmesg | grep -i usb So the libre sdr is the host; and the arduino is the slave. ls /dev/tt*i do not see a serial device. We need to add a driver to make this work. Need to figure how to make this work. Are there ideas? 73 Johan |
Should be fixed with 8301252 |
Tnx i rebuild the image and i connect a arduino with a sketch and iam able to enable or disable the tx. Having now an additonal serial port for specific controls i want to solve this by modifying the sh script: DEVICE="/dev/ttyACM0" if [ -e "$DEVICE" ]; then .... Do you agree this approach? and are you willing to accept pull requests or do you modify the file yourself (it is only a small change). |
issue solved. #75 |
Could be interesting to continue with arduino or pi pico to control libre trough mqtt commands over serial ! |
Anyone already tried to expose PTT from LibreSDR?
How to do that? from where?
Do I need to enable that in the firmware? (is this already supported?)
The text was updated successfully, but these errors were encountered: