2021-03-12 02:11:59 +00:00
|
|
|
# Pico Apps
|
|
|
|
These are sample applications with various purposes.
|
|
|
|
|
2021-03-12 02:13:09 +00:00
|
|
|
- [PiccoloSDR](/apps/piccolosdr): A primitive direct-sampling SDR.
|
2021-03-12 02:11:59 +00:00
|
|
|
- [ADC DMA Chain](/apps/adc_dma_chain): Chained DMA data acquisition from the ADC.
|
|
|
|
- [Barometer](/apps/barometer): Barometer polling the temperature and atmospheric pressure from a BMP180.
|
|
|
|
- [Iperf Server](/apps/iperf_server): A tool to measure the performance of the TinyUSB's TCP/IP stack over USB.
|
|
|
|
- [TCP Server](/apps/tcp_server): A TCP server example to send high-frequency data to the host computer.
|