-
-
Notifications
You must be signed in to change notification settings - Fork 76
AIOC and SVXLINK #86
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
Comments
Hi! Currently, there are two ways to solve this particular problem. Either use the preview release and a python script to configure the AIOC for a different VID/PID. However this does currently not work on Windows. The second way is to use the firmware of G1LRO, that has baked these changes into the firmware. In both cases, the VID/PID pair of the AIOC is changed so that it looks (almost) like a genuine CM108 chip to the computer. So it comes with all the caveats that you can read in those issues. |
Hi!, Thanks for your reply. I'll try and report back on this thread. |
Hi, I have AIOC on SvxLink, and I can confirm the solution from G1LRO works. Thanks @F8ASB for the settings provided: Rx settings: Tx settings: It works, but with both solutions, when the station stops transmitting, I get Rx triggered after approximately 500ms, and the signal (silence) lasts around 300ms. (Rx is sending a short silence to SvxLink, and the AIOC green light is brighter, indicating it is receiving something.) Why is Rx getting triggered (immediately) after Tx? My current, not-so-good workaround/solution is to have two Rx settings and use "Voter" where I can set VOTING_DELAY=600. P.S.: SvxLink runs in userspace as the user "svxlink", so it needed permissions to use /dev/hidraw0, like this:
Edit: [Rx1] [Tx1] |
I suspect you are using the VCOS for detecting incoming audio correct? From what I have heard about VCOS it tends to have issues with spurious activations. In current versions it will be possible to hardware a pin on the AIOC (e.g. unused PTT2) as input so you can tap a COS signal off the radio and connect it with the AIOC for this purpose. For now I am closing this issue, but I thank you for sharing your experiences |
Hello all,
I'm trying AIOC with Svxlink repeater software,
AIOC is detected and audio level on alsamixer are available and /dev/hidraw0 is present on my Raspberry Pi.
For RX config is for a CM108 and SQUELCH(COS) detection on VOL_DW pin 48.
HID_DEVICE=/dev/hidraw0
HID_SQL_PIN=VOL_DN
SQL_DET=HIDRAW
For TX config:
PTT_TYPE=Hidraw
HID_DEVICE=/dev/hidraw0
HID_PTT_PIN=GPIO3
I have this error:
Wed Sep 11 10:04:09 2024: *** ERROR: unknown/unsupported sound chip detected...
Wed Sep 11 10:04:09 2024: *** ERROR: Squelch detector initialization failed for RX "Rx1"
Wed Sep 11 10:04:09 2024: *** ERROR: Could not initialize RX "Rx1"
Wed Sep 11 10:04:09 2024: *** ERROR: Could not initialize Logic object "SimplexLogic". Skipping...
Have you an idea to resolve this problem?
Maybe HID_SQL_PIN=VOL_DN isn't correct for AIOC.
The text was updated successfully, but these errors were encountered: