diff --git a/SDR-TRX-Readme-Progress-Notes.ipynb b/SDR-TRX-Readme-Progress-Notes.ipynb index 640a864..2dc94ce 100644 --- a/SDR-TRX-Readme-Progress-Notes.ipynb +++ b/SDR-TRX-Readme-Progress-Notes.ipynb @@ -600,13 +600,18 @@ " * Test the transmmitter at high power.\n", " * Test the switching power supply for noise and functionality.\n", " * Test the 7805 regulator.\n", + " * Test the transmitter at +12V.\n", " * Integrate Quisk\n", " * Refactor the Arduino code into a library.\n", " * Decide on a control protocol.\n", - " * Get the audio data going at 16 kHz with Quisk over USB and UDP.\n", + " * The wsjt_transceiver_server works with WSJTX over UDP, so we don't have to use the serial code to use USB. \n", + " * Get the audio data going at 16 kHz with Quisk over USB and UDP\n", + " * with ASCII.\n", + " * with binary audio data.\n", " * Test interceptty with UDP sockets.\n", - " * Write a widget plugin for Quisk so we can replace transceiver_control.py.\n", - " * Gather it all together, and put it on github.\n", + " * ~Write a widget plugin for Quisk so we can replace transceiver_control.py.~ This no longer needs to be done, as wsjt_transceiver_server works with WSJT-X on UDP and the USB serial port.\n", + " * Write code to interface with WSJTX directly to the Pico W using WIFI. The code for wsjt_transceiver_server should help with this.\n", + " * ~Gather it all together, and put it on github.~\n", " " ] },