IR Sensor not comparing values
i attempting use arduino , ir sensor (tsop38238) read signal being sent remote control , print response on serial monitor. breadboard set correctly, , can receive signal remote control button1signal 58 line response (see below). take code , place library file called ircodes.h reads:
however, when try , run ircommander sketch https://github.com/adafruit/ir-commander, never yields comparison match. upped fuzziness 80. i've read through several tutorials, not getting it. thoughts?
https://learn.adafruit.com/ir-sensor/reading-ir-commands
code: [select]
int b1signal[] = {
// on, off (in 10's of microseconds)
18148, 8660,
4320, 600,
540, 600,
520, 600,
520, 600,
520, 600,
540, 580,
540, 580,
540, 580,
560, 580,
540, 600,
520, 600,
520, 600,
520, 600,
540, 580,
540, 580,
540, 580,
560, 580,
540, 600,
520, 600,
540, 580,
520, 600,
540, 580,
540, 580,
540, 580,
560, 580,
540, 600,
1580, 580,
1600, 580,
1600, 600,
520, 600,
520, 580,
540, 600,
560, 580,
540, 580,
1580, 600,
540, 580,
540, 580,
540, 580,
1600, 580,
540, 580,
560, 600,
1580, 600,
1580, 580,
1600, 580,
540, 580,
1600, 580,
1600, 580,
540, 580,
1620, 600,
1580, 580,
540, 580,
1600, 580,
1600, 580,
540, 580,
540, 580,
540, 600,
520, 580};
however, when try , run ircommander sketch https://github.com/adafruit/ir-commander, never yields comparison match. upped fuzziness 80. i've read through several tutorials, not getting it. thoughts?
https://learn.adafruit.com/ir-sensor/reading-ir-commands
are numbers off factor of 10?
Arduino Forum > Using Arduino > Sensors > IR Sensor not comparing values
arduino
Comments
Post a Comment