pico-stuff/apps/README.md

10 wiersze
739 B
Markdown
Czysty Zwykły widok Historia

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.
2023-01-30 04:05:23 +00:00
- [TCP Server](/apps/tcp_server): A TCP server example to send high-frequency data to the host computer.
- [Filesystem](/apps/filesystem): A simple non-volatile filesystem based on LittleFS. It uses the internal flash.
- [Altimeter](/apps/filesystem): A simple altimeter for rockets, kites, balloons, etc.