pico-stuff/apps
Luigi Cruz bfabf02146
[WIP] Add BMP390 sensor support. (#3)
* Initial BMP390 support.

* Add BMP390 support.
2023-01-23 23:37:23 -08:00
..
adc_dma_chain Add documentation to apps. 2021-03-11 22:50:45 -03:00
barometer [WIP] Add BMP390 sensor support. (#3) 2023-01-23 23:37:23 -08:00
iperf_server Replace TCP with UDP. (#1) 2021-05-03 00:36:21 -03:00
piccolosdr Replace TCP with UDP. (#1) 2021-05-03 00:36:21 -03:00
tcp_server Add RNDIS helper library for PiccoloSDR. 2021-03-12 01:21:43 -03:00
CMakeLists.txt Disable iperf server by default. 2021-04-11 22:22:35 -03:00
README.md Fix typo. 2021-03-11 23:13:09 -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.
  • 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.