oe7drt-website/content/posts/2023/43-old-school-radio-with-rtl-sdr/index.md

19 lines
533 B
Markdown
Raw Normal View History

2023-06-04 11:59:12 +02:00
+++
title = 'Listen to VHF/UHF radio with an RTL-SDR stick'
aliases = '/posts/2023-06-04-old-school-radio-with-rtl-sdr'
2023-06-04 11:59:12 +02:00
summary = '''Listen to old-school radio on the command line with `rtl_sdr`.'''
date = '2023-06-04T10:33:11+02:00'
lastmod = '2023-11-18T21:58:00+0000'
2023-06-04 11:59:12 +02:00
categories = [ 'amateur-radio', 'computerstuff' ]
2023-07-30 09:08:16 +02:00
tags = [ 'linux', 'freebsd', 'sdr' ]
2023-06-04 11:59:12 +02:00
+++
## Listen to Ö3 at 97.8 MHz
```console
$ rtl_fm -f 97800000 -M wbfm - | play -t raw -r 32k -es -b 16 -c 1 -V1 -
```
It is usually `-r 24k` if we don't use `-M wbfm`.