Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

CMDM7 – Interactive Smart Systems | IFTTT Plant Watering System

Notifications You must be signed in to change notification settings

jaschahuisman/plant-watering-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M7IFTTT 💦🌳

CMDJ1M7 – Integrated Smart Systems, Week 1 of IFTTT. An assignment in which we have to make a smart system inspired on the internet of things. The system listens to an arduino sensor value which is emitted to a server by the arduino wifi shield. A web application reads those values and settles you with an interactive UI. The interaction a user makes within the UI sends another set of data to the server which get's back to the arduino and drives an actuator.

Group Participants

  • Jascha Huisman: 2121951
  • Sam van Dijk: 2145548
  • Danyra Boers: 2139852
  • Eva Boomman: 2137927
  • Farid Demnati: 2140483

Server:

Server Keys (JS):

// storage of arduino value
var getKey = "ZM5hJfzp";

// storage of JS interaction value
var sendKey = "7JrpHFhd";

Server Keys (Arduino):

// storage of JS interaction value
char getKey = "7JrpHFhd";
// storage of arduino value
char sendKey = "ZM5hJfzp";

Sensors:

Actuator:

Fritzing:

Product Design: