-
Notifications
You must be signed in to change notification settings - Fork 189
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
Separate CMP values per input mode #1110
Comments
Hi, 73 |
I can see the pain of OP :) If I use USB for voice and then switch to DIG to use digital mode on the computer, and then back, I have to each time set CMP on/off. And then there are all those cases when I forget. |
Okay, I don't really see the use case but accept the argument. How about a unique CMP value per input mode? 73s, Mathis |
Each input has its own CMP values: well, following my argument, this would be a solution. And would probably make more sense than the "always off" proposal, because I can already see the complaint from the small group of OPs how use the USB audio exactly they way I argued it could be used. And I don't like solutions which potentially immediately create an opposite change request. |
Yes, I think that would be a very good solution! |
The title of this issue has been changed. I will try to read into the code and see if I can implement it myself, although I'm sure Danilo could do it much faster. :) |
Hi Mathis, |
Alright, I will go ahead and set up a build environment for the firmware, was looking for an excuse for that either way. Do you know if SW4STM32 works as IDE/build environment? |
Hi, GNU MCU Eclipse (formerly GNU ARM Eclipse) With any of these you will have not much trouble to setup the build environment. Since we don't maintain project files for other Eclipse based tools, it would be probably a mess to use the SW4STM32 environment since it also Eclipse based. Only for the very, very determined this would be an option. We have instructions how to setup the environment in the Wiki. Regarding Eclipse it might be a bit outdated, since the GNU ARM Eclipse is now GNU MCU Eclipse but in general should work if you setup the enviroment as described on the GNU MCU Eclipse projects pages. Feel free to update the instructions in the Wiki if necessary. |
The missing link: https://github.com/df8oe/UHSDR/wiki#contributing |
Okay, I always was under the impression that SW4STM32 was nothing more than a "pre set-up" Eclipse with built-in toolchain. But I will go ahead and set up another "vanilla" Eclipse and toolchain on my Mac and document the process in the wiki! |
SW4STM32 is the STM offer and includes a number of specific changes/differences when it comes to the ARM support. It is a commercial tool (not open source) and tied to just the STM32 whereas GNU MCU Eclipse is open source and supports all ARM processors (NXP,STM, ... ) and now also MIPS. |
In my opinion, compression should automatically be set to 0 or disabled when selecting the Digital Input mode. I am not aware of any digital mode that benefits from compression of the signal.
The text was updated successfully, but these errors were encountered: