WxStation

command
v0.0.0-...-c0c0658 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2017 License: MIT Imports: 9 Imported by: 0

README

Purpose

I want to know what the temperature is outside

Components

Parameters

The following parameters are recorded and stored. Missing, or invalid, values are thrown away:

  • Pressure (barometric, mbar) & pressure sensors' temperature
  • Internal humidity & temperature
  • External Humidity & temperature
  • External Temperature
  • Roof Temperature

Arduino output

The system makes a measurement roughly every 5 seconds, and the host OS pushes it into brianiac for posterities sake.

Format

A typical data frame emitted over the serial line looks something like this (with extra spaces, newlines, etc) (:

  {
    "pressure_mbar": 843.5235,
    "pressure_temp": 25.3252,
    "ihumidity": 56.343,
    "ihumidity_temp": 25.232,
    "humidity": 60,
    "humidity_temp": 25,
    "temperature1": 35.2213,
    "temperature2": 35.2213,
  }

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL