liebe Forum habe erneut eine Frage zum Thema IR
versuche einem Sony Verstärker Signale zu senden:
Wenn ich die Fernbedienung auslese erhalte ich den folgenden Code:
Protocol=UNKNOWN Hash=0x522787FA 18 bits (incl. gap and start) received
Received noise or an unknown (or not yet enabled) protocol
rawData[36]:
-2179500
+2450,- 500 + 700,- 500 +1300,- 450 + 700,- 500
+ 700,- 450 +1350,- 50 + 150,- 100 + 850,- 500
+ 700,- 450 + 750,- 50 + 150,- 250 + 700,- 500
+ 700,- 450 + 750,- 450 +1300,- 450 + 750,- 450
+1300,- 500 + 700
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=21650us Raw-Data=0x2812 15 bits LSB first
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=23300us Raw-Data=0x2812 15 bits LSB first
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=21550us Raw-Data=0x2812 15 bits LSB first
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=21600us Raw-Data=0x2812 15 bits LSB first
wenn ich versuche den Code zu senden mit:
void loop() {
IrSender.sendSony(0x50, 0x12, 3, 15);
delay(500);
}
dann empfange ich:
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=24300us Raw-Data=0x2812 15 bits LSB first
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=24300us Raw-Data=0x2812 15 bits LSB first
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=24350us Raw-Data=0x2812 15 bits LSB first
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=24250us Raw-Data=0x2812 15 bits LSB first
Protocol=SONY Address=0x50 Command=0x12 Repeat gap=24300us Raw-Data=0x2812 15 bits LSB first
Manchmal (selten) empfängt das Gerät das Signal. Wie kann ich die Repeat Gaps anpassen, sodass sie übereinstimmen?
liegt es überhaupt daran?
vielen Dank für eure Hilfe!