minhhieuec / Send_IR_Using_PWM_N76E003

Send data via IR Protocol using PWM of N76E003/8051 MCU
6 stars 4 forks source link

receive same data whatever transmitted from N76e003? #1

Open Kamal-Sonani opened 4 years ago

Kamal-Sonani commented 4 years ago

every X time data will be sent from ir led and at the same time other TSOP sensor read that data. The application is:- Ir proxy sensor with bypass any other Ir source's signal.

minhhieuec commented 4 years ago

I think you need start command when sending ir data. On the receiver side, skip receiving ir data if the start command doesn't match.