1GPRS20180326

所属分类:单片机开发
开发工具:C/C++
文件大小:5565KB
下载次数:8
上传日期:2018-11-23 15:47:49
上 传 者强哥jone
说明:  通过modbus协议采集智能水表数据 通过GPRS发送至服务端
(Acquisition of intelligent water meter data by Modbus protocol and sending it to server through GPRS)

文件列表:
1GPRS20180326\Libraries\CMSIS\core_cm3.c (17273, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\core_cm3.h (85714, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\startup\startup_stm32f10x_cl.s (15766, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\startup\startup_stm32f10x_hd.s (15503, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s (15692, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\startup\startup_stm32f10x_ld.s (12376, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s (13656, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\startup\startup_stm32f10x_md.s (12765, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s (14073, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\startup\startup_stm32f10x_xl.s (15955, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\stm32f10x.h (633942, 2018-01-12)
1GPRS20180326\Libraries\CMSIS\stm32f10x.h~RF81cb998.TMP (633941, 2017-06-29)
1GPRS20180326\Libraries\CMSIS\system_stm32f10x.c (36601, 2018-01-12)
1GPRS20180326\Libraries\CMSIS\system_stm32f10x.h (2085, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\misc.h (8982, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_adc.h (21690, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_bkp.h (7555, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_can.h (27559, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_cec.h (6573, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_crc.h (2162, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_dac.h (15233, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_dbgmcu.h (3818, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_dma.h (20754, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_exti.h (6824, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_flash.h (25445, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_fsmc.h (27016, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_gpio.h (20175, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_i2c.h (30029, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_iwdg.h (3828, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_pwr.h (4383, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_rcc.h (30452, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_rtc.h (3857, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_sdio.h (21863, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_spi.h (17725, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_tim.h (52427, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_usart.h (16548, 2017-06-29)
1GPRS20180326\Libraries\FWlib\inc\stm32f10x_wwdg.h (2966, 2017-06-29)
1GPRS20180326\Libraries\FWlib\src\misc.c (7046, 2017-06-29)
1GPRS20180326\Libraries\FWlib\src\stm32f10x_adc.c (47201, 2017-06-29)
... ...

/*********************************************************************************************/ 【*】程序简介 -工程名称:OneWire―DS18B20 -实验平台: 秉火STM32 指南者 开发板 -MDK版本:5.16 -ST固件库版本:3.50 【 !】功能简介: DS18B20温度传感器读取,通过串口打印温度值。 学习目的:学会DS18B20温度读取,连接OneWire用法。 【 !!】注意事项: 接口:右上角温湿度传感器接口插入DS18B20传感器。 接口:板子左侧的“USB TO UART”接口 跳线帽:使用跳线帽连接 RX<--->A9,TX<--->A10 (出厂默认已连接,在SWD下载接口下方位置)。 串口波特率:115200 【 !】实验操作: 温湿度传感器接口插入DS18B20传感器,电脑端使用串口调试助手,选择电脑与STM32相连的COM口,设置为115200-N-8-1, 复位开发板,即可接收STM32串口发送给电脑的数据。 /*********************************************************************************************/ 【*】 引脚分配 DS18B20数据引脚:PE6 串口(TTL-USB TO USART): CH340的收发引脚与STM32的发收引脚相连。 RX<--->PA9 TX<--->PA10 /*********************************************************************************************/ 【*】 版本 -程序版本:1.0 -发布日期:2015-10 -版本更新说明:首次发布 /*********************************************************************************************/ 【*】 联系我们 -秉火论坛 :http://www.firebbs.cn -淘宝店铺 :https://fire-stm32.taobao.com /*********************************************************************************************/

近期下载者

相关文件


收藏者