K7MDL

Results 90 comments of K7MDL

Added PTT with debounce logic. PTT in and out gpio pins are assigned in the RadioConfig.h file. Calls the existing Xmit() function to toggle TX. The Active VFO (A or...

Added in some basic audio blocks with RX TX audio processing path switches. The TX audio blocks are not correct for TX use yet, just placeholders.

Getting TX audio out of the QSD/QSE board now. Modulation is not likely right yet (and no mode controls are applied yet) but I can hear my tones and see...

After the last few days major changes with moving user data and enabling multiple FFTs, the TX lockup seems to be gone now. Still need to test the TX modulation...

Finally revisited the TX functionality. Made several changes and it is now working for USB and LSB modes. Press ATU for TwoTone Test. There is about 600Hz of audio in...

As a workaround I am running the hermeslite.py script. It has changed recently and now requires the module netifaces to be installed (pip install netifaces). Also on my new RPi...

Thanks for the pointers, I will examine that code. I2C code already exists to do the OC/J16 commands for the likes of a N2ADR filter board. Have to make sure...

Code added to store last 2 bytes into EEPROM. There are 2 IP Addresses. Destination for reporting and the units own assigned static IP (can be set for DHCP also)....

Mutiple meter monitoring was envisioned as ability to have multiple panes in a single window, or ability to run separate apps. Each meter would have a unique meterid to keep...

Still need to enable multiple units to display within the same app screen.