SYD8811红外接收功能测试
2021-08-03 09:25:44 735KB SYD8811 红外接收 功能测试
1
MSP430f2132单片机 完成红外接收解码程序
2021-07-16 10:14:10 63KB 红外接收程序
1
1838红外接收头型号规格书,非常详细!!!!!!!!
2021-06-21 21:02:36 545KB 单片机 红外 1838
1
AT89C52单片机--红外接收头TL1838解码!运用单片机程序解码红外接收头TL838!内有原理图!
2021-06-17 08:06:31 72KB AT89C52 单片机 红外接收头 TL1838
1
可以使用它来实现arduino红外操控,示例程序 #include #include #include #include int RECV_PIN = 11; IRrecv irrecv(RECV_PIN); decode_results results; void setup() { Serial.begin(9600); irrecv.enableIRIn(); } void dump(decode_results *results) { int count = results->rawlen; Serial.print("Raw ("); Serial.print(count, DEC); Serial.print("): "); for (int i = 0; i rawbuf[i]*USECPERTICK, DEC); } else { Serial.print(-(int)results->rawbuf[i]*USECPERTICK, DEC); } Serial.print(" "); } Serial.println(""); } void loop() { if (irrecv.decode(&results;)) { dump(&results;); irrecv.resume(); } } 按下相应的按键,看到相应的红外编码
2021-05-24 12:44:37 84KB 红外遥控
1
基于红外接收组件IRLINK的仿真遥控系统设计,用IRLINK在PROTEUS中仿真的论文
2021-05-22 06:41:04 723KB IRLINK
1
基于STC89C52单片机的红外接收系统,1383红外一体化接收头
2021-05-21 21:38:40 36KB 红外接收
1
HS0038 红外接收器,解码等程序集。HS0038B
2021-05-18 22:03:29 25KB HS0038 红外接收器
1
不需要Arduino的库,自己用arduino写的接收红外码,解码,转发,还有能与Arduino串口通信
2021-05-11 10:45:49 4KB Arduino红外
1
合泰单片机 ht66f018红外中断接收程序 合泰单片机 ht66f018红外中断接收程序
2021-04-23 13:34:37 3KB 合泰单片机 ht66f018 红外接收程序
1