Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brainexe/bresserweatherstation-go
Receive 868mhz data from Bresser weather center 5-IN-1
https://github.com/brainexe/bresserweatherstation-go
Last synced: 11 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T16:36:03.000Z (over 7 years ago)
- Last Synced: 2024-10-17T21:44:03.421Z (21 days 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
[![Build Status](https://travis-ci.org/brainexe/BresserWeatherStation-Go.svg?branch=master)](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```