Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```