usdx icon indicating copy to clipboard operation
usdx copied to clipboard

Simple and experimental (class-E driven) SSB transceiver.

Results 18 usdx issues
Sort by recently updated
recently updated
newest added

Hello, ![20231118_232318](https://github.com/threeme3/usdx/assets/151459614/dc8ed1b0-c0ba-4c8f-ad4c-6b708f1c2477) ![20231118_232216](https://github.com/threeme3/usdx/assets/151459614/ed8db9fe-4828-4152-af0c-c72e65dae345) ![20231111_113032](https://github.com/threeme3/usdx/assets/151459614/08127830-e05a-43af-8911-085636761072) ![20231116_172214](https://github.com/threeme3/usdx/assets/151459614/982c8c41-daa1-4154-922e-28438b45cc93) I purchased the USDR QRP Tranceivers radio. Unfortunately, the radio never worked on broadcast. When I opened the device, I noticed that the IRF 510...

The title says it all ;-)

Seems to be that a variable is the wrong size:- Line 4092: uint8_t eeprom_version; Needs to be:- uint16_t eeprom_version; As VERSION requires a 16-bit variable to hold the fixed format...

Hello folks !!! cogartulations for the wonderfull code !!!!! Is it possible to include the 11 meter band in the trasnmiter bands ??? I am ham operator, as well, CB...

- Fix missing 1 voice sample issue - Fix broken tone after tone freq changed - Add CW Side-tone volume level ( 0 - 16 )

Hello! The following CAT commands work pretty well. ``` ;ID; ;FD; ;FA00014074000; ;UK84; ;UK44; ``` By using the `;UK84;` CAT_EXT command, I can enter the 'Menu' and change various settings....

Hi Guido, There is an issue with the slow AGC algorithm. When receiving a very strong signal, the AGC stays blocked and never increases the gain. I modified the code...

Hi! First, thank you for this project, it's really cool! I am playing with your code and I have an issue with the INPUT_PULLUP. When I use MiniCore (version 2.1.3...

Hi Guido, For some reason the link for ATS in the Readme is going to the main yahoo page or something, not anything relevant. Thanks for your great work here,...

I'm trying out the CW auto tx function in 1.02w. It doesn't work, just shows a 0 in the display and exits. I don't know if this is not yet...