tjrenouard / ADSWeather

Arduino library to interface with the Argent Data Systems weather station sensor assembly. Extending this with an example of using a SwitchDoc RJ11->Grove adapter w/ the arduino grove shield

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADSWeather

Arduino library to interface with the Argent Data Systems weather station sensor assembly. This is the weather sensor assembly sold by SparkFun at https://www.sparkfun.com/products/8942 This library provides and API so that the weather information wind direction, wind speed, maximum wind speed and rainfall ammount can be read simply from functions.

This was forked from https://github.com/rahife/ADSWeather to inherit a few fixes. I'm modifying it more signifcantly, fixing bugs and extending this to meet my expanded needs.

Includes examples that interfaces with the SwitchDoc RJ11->Grove adapter here: https://shop.switchdoc.com/products/weatherrack-interface-board-for-grove-pin-headers-rj11

Examples and code supports:

  • Weather Sensor Assembly p/n 80422,
  • SwitchDoc Labs RJ11 WXLinkWR - Grove adapter (RJ11 -> Grove)
  • Grove to Grove and Grove to male pin adapters
  • Seeed Grove Shield and an Arduino Uno Rev3

Forked on 11/28/2021 from rahife/ADSWeather Extending this library to extend the interface and support more features, fix bugs and create a more full featured weather station.

About

Arduino library to interface with the Argent Data Systems weather station sensor assembly. Extending this with an example of using a SwitchDoc RJ11->Grove adapter w/ the arduino grove shield

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 100.0%