首页

红外遥控器的编码规则

c

2021-2-22

该工程详细分析了红外遥控器的编码规则,和应用在STM32下的解码程序,该程序实现按下红外遥控的第一个键,点亮小灯。

资源下载此资源下载价格为2D币(VIP免费),请先
资源文件列表
carmp3_可触发持续/remote_control/.mxproject , 4442
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h , 351238
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h , 351238
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h , 580856
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h , 623388
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h , 352873
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f415xx.h , 594104
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f417xx.h , 636501
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f427xx.h , 678056
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f429xx.h , 693048
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f437xx.h , 691652
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f439xx.h , 706297
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f446xx.h , 644447
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h , 8680
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h , 3682
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xc.s , 26391
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f401xe.s , 26387
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f405xx.s , 29764
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f407xx.s , 30232
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s , 26515
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f415xx.s , 29742
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f417xx.s , 30114
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f427xx.s , 31394
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f429xx.s , 31699
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f437xx.s , 31402
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f439xx.s , 31589
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f446xx.s , 31514
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xc.s , 22080
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f401xe.s , 22018
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f405xx.s , 24527
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f407xx.s , 24863
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f411xe.s , 22198
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f415xx.s , 24624
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f417xx.s , 24898
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f427xx.s , 26080
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f429xx.s , 26303
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f437xx.s , 26240
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f439xx.s , 26419
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/startup_stm32f446xx.s , 26440
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xc.s , 19444
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f401xe.s , 19446
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f405xx.s , 22459
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f407xx.s , 22871
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s , 19620
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f415xx.s , 22586
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f417xx.s , 22997
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f427xx.s , 23944
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f429xx.s , 24565
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f437xx.s , 24422
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f439xx.s , 24678
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f446xx.s , 27647
carmp3_可触发持续/remote_control/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c , 21544
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c , 5113
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c , 5457
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c , 4430
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c , 5091
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c , 4890
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c , 4422
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c , 4552
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c , 4225
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c , 4612
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c , 4911
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c , 4999
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c , 5407
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c , 5581
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c , 5303
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c , 5200
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c , 4529
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c , 4573
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c , 4620
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c , 4177
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c , 4103
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c , 5094
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c , 4533
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c , 4424
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c , 4461
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c , 5647
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c , 5504
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c , 7053
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c , 5170
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c , 7677
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c , 6648
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c , 7304
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c , 4889
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c , 4471
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c , 4566
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c , 4255
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c , 888442
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c , 6503
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c , 5861
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c , 5106
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c , 5770
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c , 6237
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c , 5965
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c , 6125
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c , 5498
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c , 4935
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c , 6067
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c , 7254
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c , 4900
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c , 5497
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c , 7422
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c , 6742
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c , 9932
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c , 7938
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c , 7460
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c , 7307
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c , 3316
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c , 4120
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c , 3771
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c , 2562
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c , 2530
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c , 2537
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c , 5886
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c , 4600
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c , 4965
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c , 3543
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c , 3557
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c , 4935
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c , 3361
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c , 3354
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c , 5370
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c , 5363
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c , 4590
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c , 21936
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c , 17273
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c , 10652
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c , 12270
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c , 4442
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c , 4672
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c , 4520
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q15.c , 14633
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c , 13144
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f32.c , 19942
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c , 19944
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f32.c , 4268
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df2T_init_f64.c , 4268
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_f32.c , 23922
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_stereo_df2T_init_f32.c , 4306
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c , 20478
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_opt_q15.c , 15115
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q15.c , 40692
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_fast_q31.c , 19735
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q15.c , 14765
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_opt_q7.c , 12337
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_f32.c , 22203
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_opt_q15.c , 22140
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q15.c , 44875
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_fast_q31.c , 21669
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q15.c , 21731
carmp3_可触发持续/remote_control/Drivers/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_partial_opt_q7.c , 22055
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录