pico-stuff/apps
Luigi F. Cruz a4fe912b24 Update README files. 2023-07-10 21:07:03 -03:00
..
adc_dma_chain Add documentation to apps. 2021-03-11 22:50:45 -03:00
altimeter Add altimeter example data. 2023-07-10 21:03:55 -03:00
barometer Add UART check before proceeding. 2023-01-28 15:05:15 -08:00
filesystem Add documentation. 2023-01-29 20:05:23 -08:00
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
usb_power_delivery Replace hex with define. 2023-07-10 21:00:15 -03:00
CMakeLists.txt Add initial USB-C PD code. 2023-07-10 20:57:34 -03:00
README.md Update README files. 2023-07-10 21:07:03 -03:00

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/BMP390.
  • 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.
  • Filesystem: A simple non-volatile filesystem based on LittleFS. It uses the internal flash.
  • Altimeter: A simple altimeter for rockets, kites, balloons, etc.