Skip to content

IoT application written in Go which provides gRPC access to time-series data from a custom configured Arduino device

License

Notifications You must be signed in to change notification settings

mikaponics/mikapod-soil-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mikapod Soil Reader

Go Report Card

Overview

The purpose of this application is to provide a remote procedure call (RPC) interface over an external Arduino device tailered for the Mikapod Soil configuration.

Supports collection of instrument time-series data from 6 different sensors via Mikapod Soil (Arduino) device:

  • Temperature
  • Humidity
  • Pressure
  • Altitude
  • Illuminance
  • Soil Moisture

Prerequisites

You must have the following installed before proceeding. If you are missing any one of these then you cannot begin.

  • Go 1.15.6

Installation

  1. Please visit the Mikapod Soil (Arduino) device repository and setup the external device and connect it to your development machine.

  2. 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_SOIL_READER_DEVICE_PATH=/dev/cu.usbmodem14301
    
  3. Download the source code, build and install the application.

    GO111MODULE=on go get -u github.com/mikaponics/mikapod-soil-reader
    
  4. Run our application.

    mikapod-soil-reader
    
  5. If you see a message saying Started soil reader service then the application has been successfully started.

License

This application is licensed under the BSD license. See LICENSE for more information.

About

IoT application written in Go which provides gRPC access to time-series data from a custom configured Arduino device

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages