https://github.com/neutree/smarthome
https://github.com/neutree/smarthome
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/neutree/smarthome
- Owner: Neutree
- License: mit
- Created: 2016-04-07T06:27:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T05:43:14.000Z (about 10 years ago)
- Last Synced: 2025-01-12T22:31:08.795Z (over 1 year ago)
- Language: C
- Size: 15.7 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SmartHome
============
[](https://gitter.im/Neutree/SmartHome?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
简单的智能家居demo
# Feature
* 由硬件+服务器+移动端客户端组成
* 灯光:手机查看、控制灯光开关、定时开关
* 窗帘:手机查看窗帘状态、控制窗帘开关
* 门禁:手机查看、管理门开关,刷RFID卡开门
* 安防:离家模式--模拟主人在家的情况
# 交流、反馈
[](https://gitter.im/Neutree/SmartHome?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# 硬件
* 核心:STM32F103C8T6
* 调试器:ST-LINK V2
* 窗帘相关:步进电机、模拟信号输出光传感器
* 灯光:LED
* 通信:esp8266 ( WIFI )
# 开发环境
* 底层
* IDE:MDK 5.17.0.0
* 语言: C++ 、C
* 服务器
* IDE:Myeclipse/eclipse
* 语言:java
* 移动客户端
* IDE:Android Studio
* 语言:java