Code Monkey home page Code Monkey logo

smart-home-system's Introduction

概述

Smart-Home是一个模拟的智能家居系统,通过SHT10 单片数字温湿度、光敏、触摸传感器来监测环境,将数据保存到本地和云端, 并通过Web端和PC端进行可视化展示,最终能够根据传感器的采集的数据进行智能化展示和控制。

工具和环境

  • SHT10单片传感器,IAR集成开发环境,串口助手
  • Django, python2.7, pymysql,Tkinter,matplotlib,mysql

概要设计

  • 系统架构
表名 表的描述 表名 表的描述
sensorinfo 当前各传感器状态表 Temp_hum 温湿度传感器数据表
Photores 光敏传感器数据表 Log 端口数据日志表

主要功能与实现

  • 传感器代码与实现
    1.传感器无线组网的实现:WSN_ZigBee
    2.各传感器具体功能实现:
代码 描述 代码 描述
Coordinator 协调器 TempAndHum 温湿度传感器
Touch 触摸传感器 PhotoRes 光敏传感器
PWM LED灯 Motor 电机

2.Web端可视化处理:Web

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.