pico-stuff/apps
Luigi F. Cruz 9e1a4030cf
Disable UART when IP core is active.
2023-01-28 22:15:30 -08:00
..
adc_dma_chain
barometer
iperf_server Re-enable iperf. 2023-01-28 22:15:07 -08:00
piccolosdr Disable UART when IP core is active. 2023-01-28 22:15:30 -08:00
tcp_server Disable UART when IP core is active. 2023-01-28 22:15:30 -08:00
CMakeLists.txt Re-enable iperf. 2023-01-28 22:15:07 -08:00
README.md

README.md

Pico Apps

These are sample applications with various purposes.

  • PiccoloSDR: A primitive direct-sampling SDR.
  • ADC DMA Chain: Chained DMA data acquisition from the ADC.
  • Barometer: Barometer polling the temperature and atmospheric pressure from a BMP180.
  • Iperf Server: A tool to measure the performance of the TinyUSB's TCP/IP stack over USB.
  • TCP Server: A TCP server example to send high-frequency data to the host computer.