Updated IRSend RAW Encoding (markdown)

Ariskayler 2019-09-29 22:12:55 -05:00
parent 7793a32034
commit 5c8b5f96b4
1 changed files with 1 additions and 1 deletions

@ -172,7 +172,7 @@ Example, from Foxtel Vol+:
To convert from Pronto to IRSend by hand it requires extra work.
1. Ignore first `0000`
2. `0073` if the IR frequency, compute as "Frequency = 1000000/(N * .241246)". So for 0x73 (115), this gives 36KHz. First value for IRSend is `36`.
2. `0073` is the IR frequency, compute as "Frequency = 1000000/(N * .241246)". So for 0x73 (115), this gives 36KHz. First value for IRSend is `36`.
3. `0000` is the length of the One Time Burst. There is no one time burst
4. `0012` - Decimal 18 is the length of the repeat burst. There are 18 bits (Burst pairs) in this code.
Next pulses are measured in pulses of the IR clock, so it depends on the frequency. With 36KHz, each pulse is (1000/36) 27.7 microseconds