8000 GitHub - ckuh/plant
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ckuh/plant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom

https://bloomapp.herokuapp.com/

How to start the Database

67CA Enter this into terminal:
**`mysql.server start`
`mysql -u root`** *Logs you into mysql with username "root" and no password*
**`create database plant`** *Must close all sql commands with semicolon!*

API ACCOUNTS

M2X
Create an account at https://m2x.att.com/.
Here you will need to use two keys. Navigate to account settings to find the Master Key. Next create a device and save the device id. You can reference the M2X api cheatsheet at https://m2x.att.com/developer/documentation/v2/cheatsheet.
WUNDERGROUND
Another api key needed is weather underground at http://www.wunderground.com/api.

Navigate to plant/server/keyindex.js in this file add your two keys in these fields.


Hardware

The Dev board used was the CC3200 LAUNCHXL this can be bought at http://www.amazon.com/gp/product/B00R3R1A8E?keywords=cc3200&qid=1455857255&ref_=sr_1_4&sr=8-4

The other two modules used was a high sensitivity moisture sensor and a luminance light sensor.

Moisture Sensor: http://www.amazon.com/gp/product/B00AFCNR3U?psc=1&redirect=true&ref_=oh_aui_detailpage_o04_s00
Light Sensor: http://www.amazon.com/gp/product/B00AFSAOLM?psc=1&redirect=true&ref_=oh_aui_detailpage_o04_s00

Download the IDE Energia at http://energia.nu/download/
Follow instructions and use the CC3200 file code from plant. In the CC3200 file make sure to add the proper M2X keys and wifi information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.9%
  • HTML 34.7%
  • CSS 9.4%
0