红外遥控1838

所属分类:单片机开发
开发工具:C/C++
文件大小:16027KB
下载次数:3
上传日期:2020-03-12 23:35:03
上 传 者houjie0909
说明:  红外遥控在stm32f103上的程序,需要单片机连接相关硬件
(The program of the infrared remote control on stm32f103 requires a microcontroller to connect the relevant hardware)

文件列表:
红外遥控1838\程序\keilkill.bat (401, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\core_cm3.c (17273, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\core_cm3.h (85714, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\startup\startup_stm32f10x_cl.s (15766, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\startup\startup_stm32f10x_hd.s (15503, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s (15692, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\startup\startup_stm32f10x_ld.s (12376, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s (13656, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\startup\startup_stm32f10x_md.s (12765, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s (14073, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\startup\startup_stm32f10x_xl.s (15955, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\stm32f10x.h (633941, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\system_stm32f10x.c (36557, 2017-02-04)
红外遥控1838\程序\Libraries\CMSIS\system_stm32f10x.h (2085, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\misc.h (8982, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_adc.h (21690, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_bkp.h (7555, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_can.h (27559, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_cec.h (6573, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_crc.h (2162, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_dac.h (15233, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_dbgmcu.h (3818, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_dma.h (20754, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_exti.h (6824, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_flash.h (25445, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_fsmc.h (27016, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_gpio.h (20175, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_i2c.h (30029, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_iwdg.h (3828, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_pwr.h (4383, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_rcc.h (30452, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_rtc.h (3857, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_sdio.h (21863, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_spi.h (17725, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_tim.h (52427, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_usart.h (16548, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\inc\stm32f10x_wwdg.h (2966, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\src\misc.c (7046, 2017-02-04)
红外遥控1838\程序\Libraries\FWlib\src\stm32f10x_adc.c (47201, 2017-02-04)
... ...

/*********************************************************************************************/ 【*】程序简介 -工程名称:红外遥控1838 -实验平台: 秉火STM32 MINI 开发板 -MDK版本:5.16 -ST固件库版本:3.50 【 !】功能简介: 使用红外接收头接收遥控器的按键,通过串口打印键值。 【 !!】注意事项: 接口:右上角红外接收头接口插入1838接收头。 【 !】实验操作: 红外接收头插入红外接收头接口,电脑端使用串口调试助手,选择电脑与STM32相连的COM口,设置为115200-N-8-1, 复位开发板,使用配套的遥控器,按下按键,即可接收STM32串口发送给电脑的数据。 /*********************************************************************************************/ 【*】 引脚分配 红外遥控接收头引脚:PC0 串口(TTL-USB TO USART): CH340的收发引脚与STM32的发收引脚相连。 RX<--->PA9 TX<--->PA10 /*********************************************************************************************/ 【*】 版本 -程序版本:1.0 -发布日期:2015-10 -版本更新说明:首次发布 /*********************************************************************************************/ 【*】 联系我们 -秉火论坛 :http://www.firebbs.cn -淘宝店铺 :https://fire-stm32.taobao.com /*********************************************************************************************/

近期下载者

相关文件


收藏者