Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 665 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 665 Bytes

Build Status

Installation

git clone git://git.osmocom.org/rtl-sdr.git
go get github.com/brainexe/BresserWeatherStation-Go

Usage

Fetch data from USB device and pipe data in ./weatherStation. Additionally log the output into out.bin:

rtl_fm -M am -f 868.300M -s 48k -g 50 | tee out.bin | ./weatherStation -noise=700

# 2nd example: stop at first of prefetched data
./weatherStation -noise=850 -stop-at-first < out.bin