# GreenhouseSensorSystem
# 许可条款
Copyright (C) 2020 hunterteaegg
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
# 简介
```
本温室传感系统包括数据采集模块与无线蓝牙传输模块,主控MCU为STM32F103C8T6。
主要文件及文件夹为:
- ./Drivers/Peripheral
- ./Core/Src/main.c
```
## 开发环境
```
- 系统:windows 10
- 集成开发环境:STM32CubeIDE
- 下载工具:STM32CubeProgrammer + CH340(USB to TTL)
```
## 子模块
### 传感模块
```
- SHT31
SHT31为I2C总线协议温湿度传感模块,支持“单次转换”和“周期转换”模式,本次设计中使用单次转换模式。
- GY30
GY30为I2C总线协议光照传感模块,支持“单次转换”和“周期转换”模式,本次设计中使用周期转换模式。
```
### 传输模块
HC-05为无线蓝牙传输模块,支持串口收发。预先于PC上使用AT指令配置蓝牙热点,接上单片机即可直接收发数据。
## 引脚分配
```
- STM32 === 外设/引脚
- PA2 === HC-05/RXD
- PA3 === HC-05/TXD
- PA5 === LCD1602/WR
- PA6 === LCD1602/RD
- PA7 === LCD1602/E
- PA15 === LCD1602/D0
- PB3 === LCD1602/D1
- PB4 === LCD1602/D2
- PB5 === LCD1602/D3
- PB6 === LCD1602/D4
- PB7 === LCD1602/D5
- PB8 === LCD1602/D6
- PB9 === LCD1602/D7
- PB10 === I2C-SCL(总线)
- PB11 === I2C-SDA(总线)
```
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
【毕业设计】智能农业大棚温湿度传感系统源码.zip (179个子文件)
GreenhouseSensorSystem.bin 17KB
stm32f1xx_hal_tim.c 243KB
stm32f1xx_hal_i2c.c 242KB
stm32f1xx_hal_uart.c 110KB
stm32f1xx_hal_tim_ex.c 77KB
stm32f1xx_hal_rcc.c 49KB
stm32f1xx_hal_flash_ex.c 36KB
stm32f1xx_hal_rcc_ex.c 30KB
stm32f1xx_hal_flash.c 30KB
stm32f1xx_hal_dma.c 28KB
stm32f1xx_hal_gpio.c 21KB
stm32f1xx_hal_pwr.c 21KB
stm32f1xx_hal.c 20KB
stm32f1xx_hal_cortex.c 19KB
stm32f1xx_hal_exti.c 15KB
system_stm32f1xx.c 15KB
main.c 10KB
stm32f1xx_it.c 6KB
stm32f1xx_hal_msp.c 6KB
stm32f1xx_hal_gpio_ex.c 4KB
stm32f1xx_hal_timebase_tim.c 4KB
LCD1602.c 4KB
sysmem.c 3KB
syscalls.c 3KB
SHT31.c 2KB
GY30.c 805B
HC-05.c 493B
GreenhouseSensorSystem Debug.cfg 891B
.cproject 26KB
main.d 4KB
SHT31.d 3KB
LCD1602.d 3KB
HC-05.d 3KB
GY30.d 3KB
stm32f1xx_it.d 3KB
stm32f1xx_hal_flash_ex.d 3KB
stm32f1xx_hal_gpio_ex.d 3KB
stm32f1xx_hal_rcc_ex.d 3KB
stm32f1xx_hal_cortex.d 3KB
stm32f1xx_hal_tim_ex.d 3KB
stm32f1xx_hal_flash.d 3KB
stm32f1xx_hal_exti.d 3KB
stm32f1xx_hal_gpio.d 3KB
stm32f1xx_hal_uart.d 3KB
stm32f1xx_hal_tim.d 3KB
stm32f1xx_hal_i2c.d 3KB
stm32f1xx_hal_rcc.d 3KB
stm32f1xx_hal_pwr.d 3KB
stm32f1xx_hal_dma.d 3KB
stm32f1xx_hal.d 3KB
stm32f1xx_hal_msp.d 3KB
stm32f1xx_hal_timebase_tim.d 3KB
system_stm32f1xx.d 3KB
startup_stm32f103c8tx.d 83B
syscalls.d 45B
sysmem.d 41B
GreenhouseSensorSystem.elf 948KB
stm32f103xb.h 833KB
stm32_hal_legacy.h 209KB
core_cm33.h 171KB
core_armv8mml.h 165KB
core_cm7.h 145KB
core_cm4.h 121KB
stm32f1xx_hal_tim.h 120KB
core_cm3.h 109KB
core_sc300.h 108KB
core_cm23.h 102KB
stm32f1xx_hal_rcc_ex.h 99KB
core_armv8mbl.h 96KB
stm32f1xx_hal_rcc.h 67KB
cmsis_gcc.h 61KB
cmsis_armclang.h 55KB
core_cm0plus.h 49KB
core_sc000.h 46KB
core_cm1.h 42KB
stm32f1xx_hal_uart.h 42KB
core_cm0.h 41KB
stm32f1xx_hal_flash_ex.h 36KB
stm32f1xx_hal_gpio_ex.h 35KB
stm32f1xx_hal_i2c.h 35KB
cmsis_iccarm.h 28KB
cmsis_armcc.h 28KB
stm32f1xx_hal_dma.h 18KB
stm32f1xx_hal_cortex.h 17KB
stm32f1xx_hal_conf.h 15KB
stm32f1xx_hal_dma_ex.h 13KB
stm32f1xx_hal_exti.h 12KB
stm32f1xx_hal_pwr.h 12KB
stm32f1xx_hal_gpio.h 12KB
mpu_armv7.h 11KB
stm32f1xx_hal.h 11KB
mpu_armv8.h 11KB
stm32f1xx_hal_tim_ex.h 10KB
stm32f1xx_hal_flash.h 9KB
cmsis_compiler.h 9KB
stm32f1xx_hal_def.h 8KB
stm32f1xx.h 7KB
SHT31.h 3KB
main.h 3KB
tz_context.h 3KB
共 179 条
- 1
- 2
资源评论
weixin58692541
- 粉丝: 4109
- 资源: 7713
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 10-【附件】-10-续签劳动合同补充协议书.docx
- 10-【附件】-14-劳动合同到期人员续签审批表.xlsx
- 10-【附件】-11-续订劳动合同意向通知书及回执.docx
- 10-【附件】-07-终止劳动合同通知书.docx
- 10-【附件】-12-劳动合同终止办理情况登记表.docx
- 10-【附件】-08-终止劳动合同证明书.docx
- 10-【附件】-13-劳动合同签收备案表.xlsx
- 11-【员工手册】-06-公司员工手册.docx
- 四旋翼无人机PID控制的MATLAB仿真.zip
- 四足机器人线性MPC控制平台Webots MATLAB.zip
- 睡眠波分析是一个开源的matlab工具箱,用于对睡眠脑电图数据中的各种波形进行评分和分析.zip
- 随机森林的MATLAB实现支持任意弱学习者,你可以定义.zip
- 它包含与我的机器学习笔记相关的所有MATLAB演示代码.zip
- 孙宏福QSM重构管道的MATLAB代码.zip
- 它是用MATLAB开发的用于建筑或暖通空调系统能源系统建模的小型软件.zip
- 提供的函数将您从实时脚本生成的latex转换为markdown,以便它可以轻松地生成带有MATLAB代码方程和图形的R.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功