luigifcruz / pico-stuff

I add my Pi Pico (RP2040) stuff here.
GNU General Public License v2.0
168 stars 20 forks source link

Replace TCP with UDP. #1

Closed luigifcruz closed 3 years ago

luigifcruz commented 3 years ago

PiccoloSDR v1.1 update! I replaced TCP with UDP to improve stream stability. Spectrum much cleaner now. Data-rate locked at 4 Mbits when streaming at maximum sample rate (500 ks/s). This also stops calling lwip functions inside an ISR.