air

所属分类:单片机开发
开发工具:C/C++
文件大小:7454KB
下载次数:15
上传日期:2017-12-28 17:39:03
上 传 者still_alive
说明:  空调温控,STM32里的程序,可以通过IOT联网
(Air conditioning temperature control, STM32 in the program, can be connected through the IOT network)

文件列表:
air\123.vtg (2465792, 2016-08-17)
air\Gizwits\gizwits_product.c (10119, 2016-08-21)
air\Gizwits\gizwits_product.h (2377, 2016-08-21)
air\Gizwits\gizwits_protocol.c (35648, 2016-08-22)
air\Gizwits\gizwits_protocol.h (10460, 2016-08-18)
air\Hal\Hal_infrared\hal_infrared.c (1066, 2016-07-19)
air\Hal\Hal_infrared\Hal_infrared.h (343, 2016-08-19)
air\Hal\Hal_key\hal_key.c (8612, 2016-07-19)
air\Hal\Hal_key\Hal_key.h (1667, 2016-08-19)
air\Hal\Hal_led\Hal_led.c (2258, 2016-07-19)
air\Hal\Hal_led\Hal_led.h (804, 2016-07-19)
air\Hal\hal_motor\hal_motor.c (2508, 2016-08-20)
air\Hal\hal_motor\Hal_motor.h (512, 2016-07-19)
air\Hal\Hal_rgb_led\hal_rgb_led.c (2993, 2016-08-18)
air\Hal\Hal_rgb_led\Hal_rgb_led.h (768, 2016-07-19)
air\Hal\hal_temp_hum\hal_temp_hum.c (5217, 2016-07-19)
air\Hal\hal_temp_hum\Hal_temp_hum.h (1544, 2016-07-19)
air\Hal\hal_temp_hum\sys.h (1822, 2016-07-19)
air\Hal\Hal_Usart\hal_uart.c (7970, 2016-07-19)
air\Hal\Hal_Usart\hal_uart.h (1984, 2016-07-19)
air\Hal\Hal_Watchdog\hal_watchdog.c (1920, 2016-07-19)
air\Hal\Hal_Watchdog\hal_watchdog.h (142, 2016-07-19)
air\Lib\CMSIS\CM3\CoreSupport\core_cm3.c (17273, 2016-07-19)
air\Lib\CMSIS\CM3\CoreSupport\core_cm3.h (85714, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\Release_Notes.html (26297, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_cl.s (15766, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s (15503, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd_vl.s (15692, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld.s (12376, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_ld_vl.s (13656, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md.s (12765, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_md_vl.s (14073, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s (15955, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_cl.s (13072, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd.s (13160, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_hd_vl.s (12482, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld.s (9814, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_ld_vl.s (10562, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md.s (10269, 2016-07-19)
air\Lib\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\gcc_ride7\startup_stm32f10x_md_vl.s (11058, 2016-07-19)
... ...

2015-12-28 V2.3.2 1、修复ST V2.1底板时温湿度不规则报0的问题[bug:45027]; 2015-08-28 V2.3.1 1、支持GoKit2.2硬件(增加RGB灯使能引脚A0) 2015-07-27 V2.3.0 1、采用uVision V4.70.0.0软件 2、修改了软件结构,封装了串口协议部分,进一步提升扩展性; 3、解决了app上显示温度不准确的问题; 4、修改了入网配置方法; 长按key1恢复默认配置,短按key2进入Soft AP模式,RGB灯红色,长按key2进入AirLink模式,RGB灯绿色; 5、关掉了进入配置模式时电机转动操作; 6、解决了APP中自定义灯颜色切换不准确的问题; 7、完善了协议指令01、03、04、05指令; 8、解决了上电时RGB高亮一段时间的问题; 9、需配合最新版GAgent固件 庆科模块:GAgent_00MX3162_04020001_15071716 汉枫模块:GAgent_00HFLPB1_04020000_15071016

近期下载者

相关文件


收藏者