Open kamilsss655 opened 2 months ago
Upon further testing it looks like the SD card activity can be blamed for the EMI. Clicking "Refresh" button on SD card file browser page causes consistent squelch opening.
Increasing SD card frequency from 400kHz to 20MHz seems to greatly improve the EMI generated by the SD card, at the expense of some audio noise in the audio recording.
If someone wants to experiment the frequency can be adjusted here:
host.max_freq_khz = 400;
Describe the bug
When ESPRI records audio from K5 that is in scan mode sometimes squelch opens without reason, or stays open even though there is no signal.
ESPRI was powered from USB cable.
Not sure if anyone else noticed such behavior? Anyone found a solution?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ESPRI should not interfere with host radio squelch.
Additional context
I think this is caused by electromagnetic interference generated by ESPRI itself.
ESPRI can generate EMI from following sources:
This needs additional research and testing if anyone is interested please post your findings.
So far I disabled touch button, but this didn't fix the issue. Maybe it is LED or WIFI then? Once the source of interference is known the code could be altered to turn of the EMI source during recording.