实验目的
利用温湿度传感器DHT11模块,获取温湿度值,通过OLED液晶屏显示,设计人机交互界面,通过上位机设置三挡温湿度状态,超限led报警,并显示在lcd屏幕上。
- 在实验2的基础上使用ADC模块
- 掌握ADC模块的使用和配置
- 熟悉常用的数字滤波的算法
A curated list of deep learning resources for computer vision, inspired by awesome-php and awesome-computer-vision.
We are looking for a maintainer! Let me know (jiwon@alum.mit.edu) if interested.
more >>YOLO, short for You Only Look Once, is a real-time object recognition algorithm proposed in paper You Only Look Once: Unified, Real-Time Object Detection , by Joseph Redmon, Santosh Divvala, Ross Girshick, Ali Farhadi.
The open-source code, called darknet, is a neural network framework written in C and CUDA. The original github depository is here.
树莓派是使用SD卡来安装系统的,SD卡,很容易出问题,数据都会丢失,之前做的一些配置都需要重新再来,所以一定要备份好SD卡。这里说一下在Ubuntu环境下,SD卡会的备份和恢复。
使用
1 | df -h |
Google Cloud Print has become
a requirement for me - no more dealing
with drivers, and I can print from anywhere using my phone. But, not all
printers support the service (or support it adequately - I’m looking at you,
Brother).
Here’s a simple procedure to turn a headless Raspberry Pi into a Google Cloud Print proxy, making
your local printer(s) visible to Cloud Print. This is made possible using
armoo‘s cloudprint proxy software.
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true