Giter Club home page Giter Club logo

ganymedestation's Introduction

GanymedeStation

Garden control system

The garden will contain a series of Pods to monitor conditions. Pods will include a moisture sensor, thermistor, and radio transmitter. Pods will be controlled by an Arduino microcontroller.

Each pod will provide the following data:

  • id
  • moisture
  • temperature
  • light
  • voltage (batter) This data will be transmitted to a nearby base station.

There will be a base station near the garden to receive radio transmissions from the pods. Each base station will have a flow meter, water controller, radio receiver, and a connection to the internet. Data from the pods is aggregated by the base station, and posted to the Ganymede server.

The Ganymede server will receive and store data from the base station(s). The data may be accessed through a REST API by clients.

PUT /api/[BaseStationId] - Sets the current battery level and flow value

{ "name":"MyBaseStation", "flow":"9000", "voltage":"3.3", "valves":["valve1","valve2"] }

PUT /[BaseStationId]/[PodId] - Sets the current values of the sensors for the pod

{ "name":"MyPod1", "temperature":"16", "moisture":"255", "light":"50", "voltage":"3.3" }

GET / - Retrieves a list of metadata for all base stations

[ {"name":"MyBaseStation"}, {"name":"MyBaseStation2"} ]

GET /[BaseStationId] - Retrieves battery level and metadata for all pods associated with the base station

{ "_id":"59061e3e8f9ad902fdac9d17", "modified":"2017-04-30T17:26:22.255Z", "name":"MyBaseStation", "flow":9000, "voltage":3.3, "created":"2017-04-30T17:26:22.254Z", "__v":1, "valves":["valve1","valve2"], "pods":["MyPod1"] }

GET /[BaseStationId]/[PodId] - Retrieves current sensor data for the specified pod

{ "_id":"59061e568f9ad902fdac9d18", "light":50, "moisture":255, "temperature":16, "voltage":3.3, "name":"MyPod1", "baseStation":"MyBaseStation", "created":"2017-04-30T17:26:46.731Z", "__v":0 }

A desktop version of the client will be created in WPF for displaying and controlling each base station.

ganymedestation's People

Contributors

hellomynameisrob avatar virooo7 avatar jfolda avatar cptserial avatar uptonak avatar

Watchers

Erik Hanchett avatar Joe Chavez avatar  avatar James Cloos avatar Devan Stormont avatar  avatar Ben Jennings avatar  avatar Britni Fletcher avatar Brandon Donato-Long avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.