Git Product home page Git Product logo

capstone-design-sum's Introduction

2018 Capstone-design-SUM

2018.05.09

  • Setup Ubuntu Server
  • Make DataBase table for testing -> Insert Clear
Field Type Null Key Default Extra
id int(11) NO PRI NULL auto_increment
micro_dust_i decimal(5,2) NO NULL
co2_i decimal(5,2) NO NULL
temperature_i decimal(3,2) NO NULL
humidity_i decimal(3,2) NO NULL
li_intensity_i decimal(5,2) NO NULL
micro_dust_o decimal(5,2) NO NULL
co2_o decimal(5,2) NO NULL
temperature_o decimal(3,2) NO NULL
humidity_o decimal(3,2) NO NULL
li_intensity_o decimal(5,2) NO NULL
date datetime YES CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP

2018.05.13

  • Server connection
  • DataBase table fixed for asynchronization
  • DataBase insertion, selection test

table 1 : indoor, table 2 : outdoor

Field Type Null Key Default Extra
id int(11) NO PRI NULL auto_increment
dust_pm25 decimal(5,2) YES NULL
dust_pm10 decimal(5,2) YES NULL
humidity decimal(5,2) YES NULL
temperature decimal(4,2) YES NULL
co2 int(4) YES NULL
time timestamp no CURRENT_TIMESTAMP

2018.05.16

2018.05.17 ~ 06.01

  • Server - graph visualization added
  • Server - manual control functionality added
  • Server - auto ventilation determination method added
  • Arduino interval fix
  • Arduino validation rule added

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.