https://github.com/brainexe/bresserweatherstation-go
Receive 868mhz data from Bresser weather center 5-IN-1
https://github.com/brainexe/bresserweatherstation-go
Last synced: over 1 year ago
JSON representation
Receive 868mhz data from Bresser weather center 5-IN-1
- Host: GitHub
- URL: https://github.com/brainexe/bresserweatherstation-go
- Owner: brainexe
- License: mit
- Created: 2017-07-04T16:18:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T16:36:03.000Z (almost 9 years ago)
- Last Synced: 2024-10-17T21:44:03.421Z (over 1 year ago)
- Language: Go
- Size: 40 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/brainexe/BresserWeatherStation-Go)
# Installation
## Install rtl-sdr, e.g. via https://gist.github.com/floehopper/99a0c8931f9d779b0998
```
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
```