Loud click when changing band. #103
Replies: 19 comments 53 replies
-
|
Beta Was this translation helpful? Give feedback.
-
All band switch, loud click. |
Beta Was this translation helpful? Give feedback.
-
OK, installed "arduino-cli" and fetch v2.22, I wrote "arduino-cli compile --clean -e -p COM_PORT -u ats-mini" it build but of course no COM. Checked the bin file and I can se my path is in the file so it will never be the same. But do you set any of these options I made a build with change and it didn't work still click. I will try to find the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi muteOn(false); Don't know what's wrong with "tempMuteOn(true);" is doesn't work but muteOn(true); works fine, so maybe you could add it in future versions, I can't be the only one with this problem, I just bourght my ets-mini so maybe I'm one of the first in this version v2 from a new batch.. |
Beta Was this translation helpful? Give feedback.
-
Have you opened the back cover of the radio?Early on I noticed that the speaker wire, because of its length, would produce a CLICK sound as it folded over and passed near the antenna holder.You might try organizing the speaker wire. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to Debug can I send debug over serial port ?? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi, The original firmware does drive the "MUTE" signal (part of the PU2CLR library), but your hardware does not appear to work as expected. 73, Dave |
Beta Was this translation helpful? Give feedback.
-
Hi, 73, Dave |
Beta Was this translation helpful? Give feedback.
-
AMP_EN can also switch NS4160 into different modes https://www.lcsc.com/datasheet/lcsc_datasheet_2304140030_Shenzhen-Nsiway-Tech-NS4160_C219017.pdf |
Beta Was this translation helpful? Give feedback.
-
Hi Max, |
Beta Was this translation helpful? Give feedback.
-
Hi Chris, |
Beta Was this translation helpful? Give feedback.
-
Hi Chris, I guess as long as the f/w patch is working for you, it is best to leave it alone. PS: The 3.5mm output should be stereo. 73, Dave |
Beta Was this translation helpful? Give feedback.
-
void selectBand(uint8_t idx, bool drawLoadingSSB) // Load SSB patch as needed // Set bandwidth for the current mode // Switch radio to the selected band // Clear current station info (RDS/CB) // Check for named frequencies // Set default digit position based on the current step |
Beta Was this translation helpful? Give feedback.
-
i add the code change AB to D mode |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
on 2.27->Menu.cpp-> line 934 i add: |
Beta Was this translation helpful? Give feedback.
-
Could you please test the following build to see whether it fixes the click? |
Beta Was this translation helpful? Give feedback.
-
Now that the lid is off there is also a bug in CB channel calculation in findCBChannelByFreq(uint16_t freq); MIN_CB_FREQUENCY and MAX_CB_FREQUENCY are wrong so it shows channels in 10m band also, but change the def and it is correct. // CB frequency range |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Isn't possible to mute or turn down volume when changing band to avoid loud click ?
Version 2.21
Beta Was this translation helpful? Give feedback.
All reactions