pico-stuff/apps/piccolosdr/README.md

15 wiersze
948 B
Markdown

2021-03-12 01:50:45 +00:00
# PiccoloSDR (WIP)
This example is a Raspberry Pico RP2040 working as a basic direct-sampling SDR. The data is sent via USB using the RNDIS protocol to emulate a TCP/IP interface. The ADC speed is limited to 500 ksps. This was tested on Linux but should work fine on Windows. The data can be used with software like the GNU Radio, an example is available [here](/apps/piccolosdr/piccolosdr.grc). It requires an OOT module that can be found [here](https://github.com/ghostop14/gr-grnet).
### Specifications
2021-03-12 02:11:59 +00:00
- 500 ksps sample-rate
- 250 kHz bandwidth
2021-03-12 01:50:45 +00:00
### Dependencies Device
- Patched `pico-sdr` and `pico-extras`.
- [USB Network Stack](/lib/networking) Library.
### Usage
This data stream will start when a TCP connection is established. After plugging the device in the USB port of your computer you will be able to open the GNU Radio flowgraph and see the data.
![GNU Radio Example With PiccoloSDR](/apps/piccolosdr/media/gnuradio_example.jpg)