add new post (vhf radio rtl stick)

main
Dominic Reich 1 year ago
parent 3469a62e33
commit 93a1ae0c62
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -0,0 +1,18 @@
+++
# vim: ft=markdown
title = 'Listen to VHF/UHF radio with an RTL-SDR stick'
summary = '''Listen to old-school radio on the command line with `rtl_sdr`.'''
date = '2023-06-04T10:33:11+02:00'
# lastmod = ''
categories = [ 'amateur-radio', 'computerstuff' ]
tags = [ 'linux', 'freebsd' ]
+++
## 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`.
Loading…
Cancel
Save