Discover Packages
github.com/bartmika/mikapod-weathershield-reader
command
module
Version:
v0.0.0-...-3b43f22
Opens a new window with list of versions in this module.
Published: Jul 3, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Mikapod WeatherShield Reader
Currently under development
Overview
The purpose of this application is to provide a remote procedure call (RPC) interface over an external Arduino device tailored for the Mikapod WeatherShield
configuration.
Supports collection of instrument time-series data from 6 different sensors via Mikapod WeatherShield (Arduino) device :
Temperature
Humidity
Pressure
Altitude
Illuminance
WeatherShield Moisture
Prerequisites
You must have the following installed before proceeding. If you are missing any one of these then you cannot begin.
Installation
Please visit the Mikapod WeatherShield (Arduino) device repository and setup the external device and connect it to your development machine.
Please find out what USB port your external device is connected on and export the following environment variable to your console. Note: please replace /dev/cu.usbmodem14201
with the value on your machine, a Raspberry Pi would most likely have the value /dev/ttyACM0
.
export MIKAPOD_WEATHERSHIELD_READER_DEVICE_PATH=/dev/cu.usbmodem14301
Download the source code, build and install the application.
GO111MODULE=on go get -u github.com/bartmika/mikapod-weathershield-reader
Run our application.
mikapod-weathershield-reader
If you see a message saying Started weathershield reader service
then the application has been successfully started.
License
This application is licensed under the BSD license. See LICENSE for more information.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
internal
pkg
Click to show internal directories.
Click to hide internal directories.