jmlzone / PiPtr

Repeater controller
7 stars 4 forks source link

Calibration code #4

Open jmlzone opened 7 years ago

jmlzone commented 7 years ago

What should the code to to help with turn up and calibration. Ideas here.

jmlzone commented 7 years ago

There should be a "find me" mode at start up after loading the xml, the ports though use the audio path from the onboard pwm's to find which usb audio device they are connected to so if they enumerate differences that are properly associated with the correct port.

Also it should be possible to to a soft AGC to correct people with low or loud audio.

scivision commented 7 years ago

Yes there are a lot of beautiful things that can be done with the audio, particularly useful for linked systems, especially systems involving internet stations and/or 900 MHz repeaters.

jmlzone commented 6 years ago

See portDetect.py (stand alone test) and the portDetect code in hwio.py, this starts to send tones from one sound card port to another for detection and can figure out which sound card is on which radio port. its not perfect yet, but its a start.