树莓派dht11python flask框架实例_树莓派python+DHT11+BH1750+mysql+Flask温度湿度传感器

【实例简介】

树莓派python3.6写的温度湿度传感器数据采集存储代码,涉及到DHT11湿度BH1750光照度,使用了mysql数据库做存储,Flask控制树莓派开关机操作

【实例截图】

【核心代码】

树莓派pythonDHT11BH1750mysql温度湿度传感器

└── sensor

├── Library

│   ├── ConfigParser

│   │   ├── __init__.py

│   │   ├── __pycache__

│   │   │   └── __init__.cpython-34.pyc

│   │   └── helpers.py

│   ├── DHT11_ini.py

│   ├── DateUtil.py

│   ├── DateUtil_py3.py

│   ├── Logger.py

│   ├── MQ5-1.c

│   ├── MQ5.c

│   ├── MySQLdbDB_Util_py3.py

│   ├── __pycache__

│   │   ├── DHT11_ini.cpython-34.pyc

│   │   ├── DateUtil_py3.cpython-34.pyc

│   │   ├── Logger.cpython-34.pyc

│   │   ├── Logger.cpython-36.pyc

│   │   ├── MySQLdbDB_Util_py3.cpython-34.pyc

│   │   ├── base_CV.cpython-34.pyc

│   │   ├── data_ini.cpython-34.pyc

│   │   └── iic_bh1750_gy30ini.cpython-34.pyc

│   ├── backports

│   │   └── configparser

│   │   ├── __init__.py

│   │   ├── __pycache__

│   │   │   ├── __init__.cpython-34.pyc

│   │   │   └── helpers.cpython-34.pyc

│   │   └── helpers.py

│   ├── base_CV.py

│   ├── cpu_temp.c

│   ├── data_ini.py

│   ├── iic_bh1750.c

│   ├── iic_bh1750_gy30ini.py

│   ├── pymysql

│   │   ├── __init__.py

│   │   ├── _compat.py

│   │   ├── _socketio.py

│   │   ├── charset.py

│   │   ├── connections.py

│   │   ├── constants

│   │   │   ├── CLIENT.py

│   │   │   ├── COMMAND.py

│   │   │   ├── CR.py

│   │   │   ├── ER.py

│   │   │   ├── FIELD_TYPE.py

│   │   │   ├── FLAG.py

│   │   │   ├── SERVER_STATUS.py

│   │   │   ├── __init__.py

│   │   │   └── __pycache__

│   │   │   ├── CLIENT.cpython-36.pyc

│   │   │   ├── COMMAND.cpython-36.pyc

│   │   │   ├── CR.cpython-36.pyc

│   │   │   ├── ER.cpython-36.pyc

│   │   │   ├── FIELD_TYPE.cpython-36.pyc

│   │   │   ├── FLAG.cpython-36.pyc

│   │   │   ├── SERVER_STATUS.cpython-36.pyc

│   │   │   └── __init__.cpython-36.pyc

│   │   ├── converters.py

│   │   ├── cursors.py

│   │   ├── err.py

│   │   ├── optionfile.py

│   │   ├── tests

│   │   │   ├── __init__.py

│   │   │   ├── base.py

│   │   │   ├── test_DictCursor.py

│   │   │   ├── test_SSCursor.py

│   │   │   ├── test_basic.py

│   │   │   ├── test_connection.py

│   │   │   ├── test_converters.py

│   │   │   ├── test_cursor.py

│   │   │   ├── test_err.py

│   │   │   ├── test_issues.py

│   │   │   ├── test_load_local.py

│   │   │   ├── test_nextset.py

│   │   │   ├── test_optionfile.py

│   │   │   └── thirdparty

│   │   │   ├── __init__.py

│   │   │   └── test_MySQLdb

│   │   │   ├── __init__.py

│   │   │   ├── capabilities.py

│   │   │   ├── dbapi20.py

│   │   │   ├── test_MySQLdb_capabilities.py

│   │   │   ├── test_MySQLdb_dbapi20.py

│   │   │   └── test_MySQLdb_nonstandard.py

│   │   ├── times.py

│   │   └── util.py

│   └── si7021

│   ├── LeweiHttpClient.zip

│   ├── SI7021_test.c

│   ├── Si7021-0.1.1-py2.py3-none-any.whl.zip

│   ├── Si7021.txt

│   ├── __init__.py

│   ├── si7021

│   │   ├── __init__.py

│   │   └── __pycache__

│   │   └── __init__.cpython-36.pyc

│   ├── test.py

│   └── test2.py

├── Timer.py

├── a_sys.sh

├── by_humiture_sensor.sql

├── datas

│   └── data.json

├── jdbc.conf

├── logs

│   ├── sensor2017-11-29.log

│   ├── sensor2017-11-30.log

│   ├── sensor2017-12-17.log

│   ├── sensor2017-12-18.log

│   ├── sensor2018-01-17.log

│   ├── server_sys2017-11-29.log

│   ├── server_sys2017-11-30.log

│   ├── server_sys2017-12-18.log

│   └── server_sys2018-01-17.log

├── runsensor.sh

├── sensor.py

├── sensor_win_test.py

├── server.conf

├── server_sys.py

├── serversys

├── serversys.txt

├── static

│   ├── _index.html

│   ├── favicon.ico

│   ├── index.html

│   ├── js

│   │   └── vue.min.js

│   └── 静态HTML模版.txt

├── templates

│   ├── 404.html

│   ├── 500.html

│   ├── 503.html

│   ├── favicon.ico

│   ├── hello.html

│   ├── index.html

│   ├── jpg.html

│   ├── sys.html

│   └── sysreboot.html

└── 本地传感器采集.txt

22 directories, 119 files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值