登录
首页 » C/C++ » Gokit_STM32_V2_1-Test

Gokit_STM32_V2_1-Test

于 2020-07-02 发布
0 107
下载积分: 1 下载次数: 6

代码说明:

说明:  1.采用优质土壤传感器做土壤湿度的检测,表面采用镀镍处理,有加宽的感应面积,可以提高导电性能,防止接触土壤容易生锈的问题,延长使用寿命; 2.产品可以宽范围控制土壤的湿度,通过电位器调节控制相应阀值,湿度低于设定值时,DO输出高电平,高于设定值时,DO输出低电平; 3.比较器采用LM393芯片,工作稳定 4.工作电压3.3V-5V 5.设有固定螺栓孔,方便安装 6.PCB尺寸:3.2cm * 1.4m 接线说明(4线制) 1 VCC 外接3.3V-5V 2 GND 外接GND 3 DO 小板数字量输出接口(0和1) 4 AO小板电压模拟量输出 模块使用说明: 1.传感器适用于土壤的湿度检测; 2.模块中蓝色的电位器是用于土壤湿度的阀值调节,顺时针调节,控制的湿度会越大,逆时针越小; 3.数字量输出D0可以与单片机直接相连,通过单片机来检测高低电平,由此来检测土壤湿度; 4小板模拟量输出AO可以和AD模块相连,通过AD转换,可以获得土壤湿度更精确的数值; 使用STM32驱动时,一般使用ADC读取其模拟量输出,以gokit stm32f103c8t6为例;(Detection of Soil Moisture)

文件列表:

Gokit_STM32_V2_1-Test\.mxproject, 5694 , 2017-04-09
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f100xb.h, 542970 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f100xe.h, 587973 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f101x6.h, 492587 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f101xb.h, 502788 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f101xe.h, 580299 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f101xg.h, 597371 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f102x6.h, 585549 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f102xb.h, 594987 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f103x6.h, 917060 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f103xb.h, 927261 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f103xe.h, 1013638 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f103xg.h, 1027719 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f105xc.h, 1300804 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f107xc.h, 1381619 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\stm32f1xx.h, 8815 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Include\system_stm32f1xx.h, 3335 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f100xb.s, 15094 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f100xe.s, 16682 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f101x6.s, 12531 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f101xb.s, 12904 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f101xe.s, 15016 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f101xg.s, 15775 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f102x6.s, 12853 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f102xb.s, 13238 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103x6.s, 13416 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103xb.s, 13801 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103xe.s, 16358 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103xg.s, 16812 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f105xc.s, 16620 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f107xc.s, 16800 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f100xb.s, 11927 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f100xe.s, 13199 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f101x6.s, 10162 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f101xb.s, 10594 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f101xe.s, 12271 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f101xg.s, 12987 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f102x6.s, 10412 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f102xb.s, 10892 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f103x6.s, 11067 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f103xb.s, 11536 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f103xe.s, 13939 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f103xg.s, 14089 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f105xc.s, 13607 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\gcc\startup_stm32f107xc.s, 13927 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f100xb_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f100xb_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f100xe_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f100xe_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f101x6_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f101x6_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f101xb_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f101xb_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f101xe_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f101xe_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f101xg_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f101xg_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f102x6_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f102x6_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f102xb_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f102xb_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f103x6_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f103x6_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f103xb_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f103xb_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f103xe_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f103xe_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f103xg_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f103xg_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f105xc_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f105xc_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f107xc_flash.icf, 1355 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\linker\stm32f107xc_sram.icf, 1349 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f100xb.s, 15104 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f100xe.s, 17164 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f101x6.s, 12697 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f101xb.s, 13053 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f101xe.s, 15738 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f101xg.s, 16534 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f102x6.s, 13152 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f102xb.s, 13504 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f103x6.s, 14155 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f103xb.s, 14449 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f103xe.s, 17841 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f103xg.s, 18066 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f105xc.s, 18262 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\iar\startup_stm32f107xc.s, 18287 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\Device\ST\STM32F1xx\Source\Templates\system_stm32f1xx.c, 16392 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_f32.c, 5114 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_q15.c, 5458 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_q31.c, 4431 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_q7.c, 5090 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_add_f32.c, 4891 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_add_q15.c, 4423 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_add_q31.c, 4553 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_add_q7.c, 4226 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_dot_prod_f32.c, 4613 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_dot_prod_q15.c, 4912 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_dot_prod_q31.c, 5000 , 2016-09-22
Gokit_STM32_V2_1-Test\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_dot_prod_q7.c, 5408 , 2016-09-22

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

发表评论

0 个回复

  • 696522资源总数
  • 104042会员总数
  • 18今日下载