登录
首页 » Others » 树莓派python+DHT11+BH1750+mysql+Flask温度湿度传感器

树莓派python+DHT11+BH1750+mysql+Flask温度湿度传感器

于 2020-12-11 发布
0 158
下载积分: 1 下载次数: 2

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 使用matlab进行普朗克公式计算
    对进行红外仿真必经环节,通过它可以算出黑体相应温度的辐射出射度
    2020-12-12下载
    积分:1
  • 冒险岛079网站系统
    冒险岛079网站系统
    2021-04-21 09:18:50下载
    积分:1
  • 虚拟MIMO系统中用户配对算法研究与验证
    在LTE系统中通常采用多输入、多输出技术,主要原因是它能够使系统的信道容量得到明显提高,通过MIMO技术在LTE的下行链路中就能够实现。但是,在用终端只安装了一根天线,此时在LTE系统中无法运用传统的MIMO技术。综上所述,为了大幅度的提升上行链路的容量,必须把几个用户联合起来组成虚拟MIMO。用户配对算法性能的高低直接影响着虚拟MIMO系统的性能。本文主要对LTE系统中的虚拟MIMO用户配对算法进行研究。本文主要做了如下工作:首先研究了LET系统上行虚拟MIMO系统的模型,重点介绍了该系统的主要技术。接着对常用的几种类型的用户配对算法进行了分析,并利用软件对它们做了仿真。在此基础上提出一种
    2020-12-02下载
    积分:1
  • matlab实现otsu算法
    实现图像分割的经典算法的matlab实现
    2020-12-02下载
    积分:1
  • 稀疏自码深度学习的Matlab实现
    稀疏自编码深度学习的Matlab实现,sparse Auto coding,Matlab codetrain, m/7% CS294A/CS294W Programming Assignment Starter CodeInstructions%%%This file contains code that helps you get started ontheprogramming assignment. You will need to complete thecode in sampleIMAgEsml sparseAutoencoder Cost m and computeNumericalGradientml For the purpose of completing the assignment, you domot need tochange the code in this filecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencodtrain.m∥%%========%6% STEP 0: Here we provide the relevant parameters valuesthat willl allow your sparse autoencoder to get good filters; youdo not need to9 change the parameters belowvisibleSize =8*8; number of input unitshiddensize 25number of hidden unitssparsity Param =0.01; desired average activation ofthe hidden units7 (This was denoted by the greek alpharho, which looks like a lower-case pcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod4/57train.,m∥in the lecture notes)1 ambda=0.0001%o weight decay parameterbeta 3%o weight of sparsity penalty term%%==:79 STEP 1: Implement sampleIMAGESAfter implementing sampleIMAGES, the display_networkcommand shouldfo display a random sample of 200 patches from the datasetpatches sampleIMAgES;display_network(patches(:, randi(size(patches, 2), 204, 1)), 8)%为产生一个204维的列向量,每一维的值为0~10000curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod5/57train.m/v%中的随机数,说明是随机取204个 patch来显示%o Obtain random parameters thetatheta= initializeParameters ( hiddenSize, visibleSize)%%=============三三三三====================================97 STEP 2: Implement sparseAutoencoder CostYou can implement all of the components (squared errorcost, weight decay termsparsity penalty) in the cost function at once, butit may be easier to do%o it step-by-step and run gradient checking (see STEP3 after each stepWecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod6/57train. m vb suggest implementing the sparseAutoencoder Cost functionusing the following steps(a) Implement forward propagation in your neural networland implement the%squared error term of the cost function. Implementbackpropagation tocompute the derivatives. Then (using lambda=beta=(run gradient Checking%to verify that the calculations corresponding tothe squared error costterm are correctcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod7/57train. m vl(b) Add in the weight decay term (in both the cost funcand the derivativecalculations), then re-run Gradient Checking toverify correctnessl (c) Add in the sparsity penalty term, then re-run gradiChecking toverify correctnessFeel free to change the training settings when debuggingyour%o code. (For example, reducing the training set sizecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod8/57train m vl/number of hidden units may make your code run fasterand setting betaand/or lambda to zero may be helpful for debuggingHowever, in yourfinal submission of the visualized weights, please useparameters web gave in Step 0 abovecoS七grad]sparseAutoencoderCost(theta, visibleSize,hiddensize, lambda,sparsityParam, beta,patches)二〓二二二二二二二〓二〓二〓二〓=二====〓=curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod9/57train.m vlll96% STeP 3: Gradient CheckingHint: If you are debugging your code, performing gradienchecking on smaller modelsand smaller training sets (e. g, using only 10 trainingexamples and 1-2 hiddenunits) may speed things upl First, lets make sure your numerical gradient computationis correct for a%o simple function. After you have implemented computeNumerun the followingcheckNumericalGradientocurer:YiBinYUyuyibintony@163.com,WuYiUniversityDeep Learning, MATLAB Code for Sparse Autoencode10/57
    2020-12-05下载
    积分:1
  • 基于嵌入式QT界面GPS定位系统
    基于嵌入式中QT界面设计,硬件串口实现的GPS定位导航系统。其中包含项目源码、答辩ppt、论文。
    2020-11-30下载
    积分:1
  • matlab svm MNIST 手写数字识别
    使用libsvm 实现MNIST数据库手写数字识别,正确率98.14.包含matlab程序,libsvm库,以及60000张训练数据10000张测试数据
    2020-12-06下载
    积分:1
  • 景区旅游信息管理系统
    在旅游景区,经常会遇到游客打听从一个景点到另一个景点的最短路径和最短距离,这类游客不喜欢按照导游图的线路来游览,而是挑选自己感兴趣的景点游览。
    2020-12-03下载
    积分:1
  • keil使用TortoiseSVN版本控制服务器与本地使用教
    在keil上使用SVCS教程,keil的TortoiseSVN版本控制,TortoiseSVN服务器配置在keil上使用SVCS服务器与本地使用教程整理
    2020-12-05下载
    积分:1
  • 用51单片机与LCD12864实现俄罗斯方块游戏
    里面包含源程序与hex文件,如果需要更改引脚则要编译hex文件。LCD12864需要有带PSB引脚,注意区分两种类型的LCD12864。可用51最小系统,LCD12864和四个独立按键即可实现。程序经过本人实践过,切实可用。简单,易操作,好玩。
    2020-12-11下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载