diff --git a/.github/workflows/LibraryBuild.yml b/.github/workflows/LibraryBuild.yml
index c6dbb9b0..93aee142 100644
--- a/.github/workflows/LibraryBuild.yml
+++ b/.github/workflows/LibraryBuild.yml
@@ -47,7 +47,7 @@ jobs:
#############################################################################################################
arduino-boards-fqbn:
- arduino:avr:uno
- - arduino:avr:uno|DEBUG
+ - arduino:avr:uno|DEBUG_TRACE
- arduino:avr:uno|USE_NO_SEND_PWM
- arduino:avr:uno|SEND_PWM_BY_TIMER
- arduino:avr:uno|USE_OPEN_DRAIN_OUTPUT_FOR_SEND_PIN
@@ -57,16 +57,17 @@ jobs:
- arduino:samd:arduino_zero_native
- arduino:renesas_uno:unor4wifi
- adafruit:samd:adafruit_metro_m4:cache=on,speed=120,opt=small,maxqspi=50,usbstack=arduino,debug=off
+ - adafruit:samd:adafruit_itsybitsy_m4
- arduino:mbed:nano33ble
- arduino:mbed_rp2040:pico
- rp2040:rp2040:arduino_nano_connect
-# - ATTinyCore:avr:attinyx5micr:LTO=enable,sketchclock=16pll
-# - ATTinyCore:avr:attinyx7micr:LTO=enable,sketchclock=16external,pinmapping=new,millis=enabled
-# - ATTinyCore:avr:attinyx8micr:LTO=enable,sketchclock=16external,pinmapping=mhtiny,millis=enabled # ATtiny88 China clone board @16 MHz
+ - ATTinyCore:avr:attinyx5micr:LTO=enable,sketchclock=16pll
+ - ATTinyCore:avr:attinyx7micr:LTO=enable,sketchclock=16external,pinmapping=new,millis=enabled
+ - ATTinyCore:avr:attinyx8micr:LTO=enable,sketchclock=16external,pinmapping=mhtiny,millis=enabled # ATtiny88 China clone board @16 MHz
- MegaCore:avr:128:bootloader=no_bootloader,eeprom=keep,BOD=2v7,LTO=Os_flto,clock=8MHz_internal # ATmega128
- SparkFun:avr:promicro
-# - megaTinyCore:megaavr:atxy4:chip=1604,clock=16internal # https://github.com/SpenceKonde/megaTinyCore/issues/935
-# - megaTinyCore:megaavr:atxy7:chip=3217,clock=16internal # https://github.com/SpenceKonde/megaTinyCore/issues/935
+ - megaTinyCore:megaavr:atxy4:chip=1604,clock=16internal
+ - megaTinyCore:megaavr:atxy7:chip=3217,clock=16internal
- esp8266:esp8266:d1_mini:eesz=4M3M,xtal=80
- esp32:esp32:featheresp32:FlashFreq=80
- esp32:esp32:esp32c3
@@ -85,11 +86,11 @@ jobs:
ReceiveDemo: -DIR_REMOTE_DISABLE_RECEIVE_COMPLETE_CALLBACK
IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=1200 -DIR_SEND_PIN=3
- - arduino-boards-fqbn: arduino:avr:uno|DEBUG
+ - arduino-boards-fqbn: arduino:avr:uno|DEBUG_TRACE
build-properties: # the flags were put in compiler.cpp.extra_flags
IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=750 -DIR_SEND_PIN=3
TinyReceiver: -DUSE_CALLBACK_FOR_TINY_RECEIVER
- All: -DEBUG
+ All: -DEBUG -DTRACE
- arduino-boards-fqbn: arduino:avr:uno|USE_NO_SEND_PWM
build-properties: # the flags were put in compiler.cpp.extra_flags
@@ -99,7 +100,7 @@ jobs:
All: -DUSE_NO_SEND_PWM
- arduino-boards-fqbn: arduino:avr:uno|SEND_PWM_BY_TIMER
- sketches-exclude: UnitTest
+ sketches-exclude: UnitTest,MultipleSendPins
build-properties: # the flags were put in compiler.cpp.extra_flags
IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=750 -DIR_SEND_PIN=3 -DSEND_PWM_BY_TIMER
ReceiveDemo: -DDECODE_ONKYO
@@ -127,7 +128,7 @@ jobs:
IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=750
TinyReceiver: -DNO_LED_FEEDBACK_CODE
TinySender: -DNO_LED_FEEDBACK_CODE
-# sketches-exclude: ReceiveAndSend # Not enough RAM for default RAW_BUFFER_LENGTH
+ sketches-exclude: UnitTest # Sketch uses 28764 bytes (100%) of program storage space. Maximum is 28672 bytes
- arduino-boards-fqbn: arduino:megaavr:nona4809:mode=off
sketches-exclude: TinyReceiver,IRDispatcherDemo
@@ -153,6 +154,13 @@ jobs:
build-properties: # the flags were put in compiler.cpp.extra_flags
IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=750
+ - arduino-boards-fqbn: adafruit:samd:adafruit_itsybitsy_m4
+ platform-url: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
+ sketches-exclude: TinyReceiver,IRDispatcherDemo
+ build-properties: # the flags were put in compiler.cpp.extra_flags
+ IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=750
+
+
- arduino-boards-fqbn: arduino:mbed:nano33ble
build-properties: # the flags were put in compiler.cpp.extra_flags
IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=750
@@ -176,45 +184,45 @@ jobs:
#
# megaTinyCore
#
-# https://github.com/SpenceKonde/megaTinyCore/issues/935
-# - arduino-boards-fqbn: megaTinyCore:megaavr:atxy4:chip=1604,clock=16internal
-# arduino-platform: megaTinyCore:megaavr
-# platform-url: http://drazzy.com/package_drazzy.com_index.json
-# sketches-exclude: AllProtocolsOnLCD
-# build-properties: # the flags were put in compiler.cpp.extra_flags
-# IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=360
-
-# https://github.com/SpenceKonde/megaTinyCore/issues/935
-# - arduino-boards-fqbn: megaTinyCore:megaavr:atxy7:chip=3217,clock=16internal
-# arduino-platform: megaTinyCore:megaavr
-# platform-url: http://drazzy.com/package_drazzy.com_index.json
-# sketches-exclude: AllProtocolsOnLCD
-# build-properties: # the flags were put in compiler.cpp.extra_flags
-# IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=360
+ - arduino-boards-fqbn: megaTinyCore:megaavr:atxy4:chip=1604,clock=16internal
+ arduino-platform: megaTinyCore:megaavr
+ platform-url: http://drazzy.com/package_drazzy.com_index.json
+ sketches-exclude: AllProtocolsOnLCD,UnitTest # UnitTest region `text' overflowed by 997 bytes
+ build-properties: # the flags were put in compiler.cpp.extra_flags
+ IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=360
+
+ - arduino-boards-fqbn: megaTinyCore:megaavr:atxy7:chip=3217,clock=16internal
+ arduino-platform: megaTinyCore:megaavr
+ platform-url: http://drazzy.com/package_drazzy.com_index.json
+ sketches-exclude: AllProtocolsOnLCD
+ build-properties: # the flags were put in compiler.cpp.extra_flags
+ IRremoteExtensionTest: -DRAW_BUFFER_LENGTH=360
#
# ATTinyCore
#
-# - arduino-boards-fqbn: ATTinyCore:avr:attinyx5micr:LTO=enable,sketchclock=16pll
-# platform-url: http://drazzy.com/package_drazzy.com_index.json
-# required-libraries: ATtinySerialOut
-# sketch-names: TinyReceiver.ino,IRremoteInfo.ino,SimpleReceiver.ino,ReceiveDemo.ino,ControlRelay.ino,SimpleSender.ino,SendDemo.ino,SendRawDemo.ino,SendAndReceive.ino
-# build-properties: # the flags were put in compiler.cpp.extra_flags
-# SimpleSender: -DSEND_PWM_BY_TIMER
-
-# - arduino-boards-fqbn: ATTinyCore:avr:attinyx7micr:LTO=enable,sketchclock=16external,pinmapping=new,millis=enabled
-# platform-url: http://drazzy.com/package_drazzy.com_index.json
-# required-libraries: ATtinySerialOut
-# sketch-names: TinyReceiver.ino,IRremoteInfo.ino,SimpleReceiver.ino,ReceiveDemo.ino,ControlRelay.ino,SimpleSender.ino,SendDemo.ino,SendRawDemo.ino,SendAndReceive.ino
-# build-properties: # the flags were put in compiler.cpp.extra_flags
-# SimpleSender: -DSEND_PWM_BY_TIMER
-
-# - arduino-boards-fqbn: ATTinyCore:avr:attinyx8micr:LTO=enable,sketchclock=16external,pinmapping=mhtiny,millis=enabled # ATtiny88 China clone board @16 MHz
-# platform-url: http://drazzy.com/package_drazzy.com_index.json
-# required-libraries: ATtinySerialOut
-# sketch-names: TinyReceiver.ino,IRremoteInfo.ino,SimpleReceiver.ino,ReceiveDemo.ino,ControlRelay.ino,SimpleSender.ino,SendDemo.ino,SendRawDemo.ino,SendAndReceive.ino
-# build-properties: # the flags were put in compiler.cpp.extra_flags
-# SimpleSender: -DSEND_PWM_BY_TIMER
+ - arduino-boards-fqbn: ATTinyCore:avr:attinyx5micr:LTO=enable,sketchclock=16pll
+ platform-url: http://drazzy.com/package_drazzy.com_index.json
+ required-libraries: ATtinySerialOut
+ sketch-names: TinyReceiver.ino,IRremoteInfo.ino,SimpleReceiver.ino,ReceiveDemo.ino,ControlRelay.ino,SimpleSender.ino,SendDemo.ino,SendRawDemo.ino,SendAndReceive.ino,SimpleReceiverForHashCodes.ino
+ build-properties: # the flags were put in compiler.cpp.extra_flags
+ SimpleSender: -DSEND_PWM_BY_TIMER
+ SimpleReceiver: -DDECODE_NEC
+
+ - arduino-boards-fqbn: ATTinyCore:avr:attinyx7micr:LTO=enable,sketchclock=16external,pinmapping=new,millis=enabled
+ platform-url: http://drazzy.com/package_drazzy.com_index.json
+ required-libraries: ATtinySerialOut
+ sketch-names: TinyReceiver.ino,IRremoteInfo.ino,SimpleReceiver.ino,ReceiveDemo.ino,ControlRelay.ino,SimpleSender.ino,SendDemo.ino,SendRawDemo.ino,SendAndReceive.ino,SimpleReceiverForHashCodes.ino
+ build-properties: # the flags were put in compiler.cpp.extra_flags
+ SimpleSender: -DSEND_PWM_BY_TIMER
+
+ - arduino-boards-fqbn: ATTinyCore:avr:attinyx8micr:LTO=enable,sketchclock=16external,pinmapping=mhtiny,millis=enabled # ATtiny88 China clone board @16 MHz
+ platform-url: http://drazzy.com/package_drazzy.com_index.json
+ required-libraries: ATtinySerialOut
+ sketch-names: TinyReceiver.ino,IRremoteInfo.ino,SimpleReceiver.ino,ReceiveDemo.ino,ControlRelay.ino,SimpleSender.ino,SendDemo.ino,SendRawDemo.ino,SendAndReceive.ino,SimpleReceiverForHashCodes.ino
+ build-properties: # the flags were put in compiler.cpp.extra_flags
+ SimpleSender: -DSEND_PWM_BY_TIMER
+ SimpleReceiver: -DDECODE_NEC
#
# MegaCore
@@ -237,19 +245,17 @@ jobs:
- arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
- arduino-platform: esp32:esp32@2.0.17 # latest 2.x version as of 5/2024
sketches-exclude: TinyReceiver # undefined reference to `TwoWire::onReceive(void (*)(int))'
build-properties: # the flags were put in compiler.cpp.extra_flags. SEND_PWM_BY_TIMER is always enabled!
- IRremoteExtensionTest: -Wno-error=maybe-uninitialized
- All: -DRAW_BUFFER_LENGTH=750 -Wno-error=maybe-uninitialized # https://github.com/espressif/arduino-esp32/issues/7024
+ IRremoteExtensionTest: -MMD -c # see https://github.com/espressif/arduino-esp32/issues/8815
+ All: -DRAW_BUFFER_LENGTH=750 -MMD -c
- arduino-boards-fqbn: esp32:esp32:esp32c3
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
- arduino-platform: esp32:esp32@2.0.17 # latest 2.x version as of 5/2024
sketches-exclude: TinyReceiver # undefined reference to `TwoWire::onReceive(void (*)(int))'
build-properties: # the flags were put in compiler.cpp.extra_flags. SEND_PWM_BY_TIMER is always enabled!
- IRremoteExtensionTest: -Wno-error=maybe-uninitialized
- All: -DRAW_BUFFER_LENGTH=750 -Wno-error=maybe-uninitialized # https://github.com/espressif/arduino-esp32/issues/7024
+ IRremoteExtensionTest: -MMD -c # see https://github.com/espressif/arduino-esp32/issues/8815
+ All: -DRAW_BUFFER_LENGTH=750 -MMD -c
#
# STM
@@ -280,6 +286,7 @@ jobs:
platform-url: https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json # Arduino URL is not required here
build-properties: # the flags were put in compiler.cpp.extra_flags. SEND_PWM_BY_TIMER is always enabled!
All: -DRAW_BUFFER_LENGTH=750
+ sketches-exclude: UnitTest # Sketch uses 28762 bytes (100%) of program storage space. Maximum is 28672 bytes.
- arduino-boards-fqbn: sandeepmistry:nRF5:BBCmicrobit
platform-url: https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json
@@ -289,7 +296,7 @@ jobs:
- arduino-boards-fqbn: Seeeduino:samd:seeed_XIAO_m0:usbstack=arduino,debug=off,sercom4=include
platform-url: https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json
- sketches-exclude: AllProtocolsOnLCD,UnitTest,ReceiveAndSendDistanceWidth # No print(uint64_t,.) available
+ sketches-exclude: AllProtocolsOnLCD,UnitTest,ReceiveAndSendDistanceWidth,ReceiveDemo,SimpleReceiverForHashCodes # No print(uint64_t,.) available
build-properties: # the flags were put in compiler.cpp.extra_flags
All: -DRAW_BUFFER_LENGTH=750
@@ -303,10 +310,12 @@ jobs:
uses: ArminJo/arduino-test-compile@master
with:
arduino-board-fqbn: ${{ matrix.arduino-boards-fqbn }}
- arduino-platform: ${{ matrix.arduino-platform }}
+ arduino-platform: ${{ matrix.arduino-platform }} # for MegaCore
platform-url: ${{ matrix.platform-url }}
required-libraries: ${{ matrix.required-libraries }}
- sketch-names: ${{ matrix.sketch-names }}
+ sketch-names: ${{ matrix.sketch-names }} # Comma separated list of sketch names (without path, but with extension) or patterns to use in build
sketches-exclude: ${{ matrix.sketches-exclude }}
build-properties: ${{ toJson(matrix.build-properties) }}
- cli-version: 0.33.0 # to avoid errors for ATTinyCore
+# cli-version: 0.33.0 # to avoid errors for ATTinyCore
+# debug-install: true
+# debug-compile: true
\ No newline at end of file
diff --git a/.github/workflows/PlatformIoPublish.yml b/.github/workflows/PlatformIoPublish.yml
index cc9b32a1..d8727408 100644
--- a/.github/workflows/PlatformIoPublish.yml
+++ b/.github/workflows/PlatformIoPublish.yml
@@ -36,8 +36,7 @@ jobs:
env:
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_TOKEN }}
run: |
- pio package publish --owner arminjo --non-interactive
+ pio package publish --owner Arduino-IRremote --non-interactive
# run: |
# pio package pack
-# pio package publish --owner arminjo --non-interactive
-
\ No newline at end of file
+# pio package publish --owner Arduino-IRremote --non-interactive
diff --git a/README.md b/README.md
index 1694220e..d630db6e 100644
--- a/README.md
+++ b/README.md
@@ -32,15 +32,17 @@ Available as [Arduino library "IRremote"](https://www.arduinolibraries.info/libr
# Table of content
- [Supported IR Protocols](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#supported-ir-protocols)
-- [Features](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#features)
- * [New features with version 4.x](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#new-features-with-version-4x)
- * [New features with version 3.x](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#new-features-with-version-3x)
-- [Converting your 2.x program to the 4.x version](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#converting-your-2x-program-to-the-4x-version)
+- [Common problem with IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#common-problem-with-irremote)
+- [Using the new library version for old examples](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#using-the-new-library-version-for-old-examples)
+ * [New features of version 4.x](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#new-features-of-version-4x)
+ * [New features of version 3.x](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#new-features-of-version-3x)
+ * [Converting your 2.x program to the 4.x version](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#converting-your-2x-program-to-the-4x-version)
* [How to convert old MSB first 32 bit IR data codes to new LSB first 32 bit IR data codes](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#how-to-convert-old-msb-first-32-bit-ir-data-codes-to-new-lsb-first-32-bit-ir-data-codes)
-- [Errors with using the 3.x versions for old tutorials](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#errors-with-using-the-3x-versions-for-old-tutorials)
+ * [Errors when using the 3.x versions for old tutorials](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#errors-when-using-the-3x-versions-for-old-tutorials)
* [Staying on 2.x](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#staying-on-2x)
- [Why *.hpp instead of *.cpp](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#why-hpp-instead-of-cpp)
- [Using the new *.hpp files](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#using-the-new-hpp-files)
+- [Tutorials](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#tutorials)
- [3 ways to specify an IR code](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#3-ways-to-specify-an-ir-code)
- [IRReceiver pinouts](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#irreceiver-pinouts)
- [Receiving IR codes](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#receiving-ir-codes)
@@ -49,7 +51,7 @@ Available as [Arduino library "IRremote"](https://www.arduinolibraries.info/libr
* [RAM usage of different protocolsl](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#ram-usage-of-different-protocols)
* [Handling unknown Protocols](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#handling-unknown-protocols)
* [Disclaimer](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#disclaimer)
- * [Other libraries](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#other-libraries)
+ * [Other libraries, which may cover these protocols](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#other-libraries-which-may-cover-these-protocols)
* [Protocol=PULSE_DISTANCE](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#protocolpulse_distance)
* [Protocol=UNKNOWN](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#protocolunknown)
* [How to deal with protocols not supported by IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#how-to-deal-with-protocols-not-supported-by-irremote)
@@ -64,7 +66,7 @@ Available as [Arduino library "IRremote"](https://www.arduinolibraries.info/libr
* [Receiving sets overflow flag](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#receiving-sets-overflow-flag)
* [Problems with Neopixels, FastLed etc.](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#problems-with-neopixels-fastled-etc)
* [Does not work/compile with another library](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#does-not-workcompile-with-another-library)
- * [Multiple IR receiver](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#multiple-ir-receiver)
+ * [Multiple IR receiver and sender instances](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#multiple-ir-receiver-and-sender-instances)
* [Increase strength of sent output signal](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#increase-strength-of-sent-output-signal)
* [Minimal CPU clock frequency](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#minimal-cpu-clock-frequency)
* [Bang & Olufsen protocol](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#bang--olufsen-protocol)
@@ -111,12 +113,15 @@ Protocols can be switched off and on by defining macros before the line `#includ
```
-# Features
-- Lots of tutorials and examples.
-- Actively maintained.
-- Allows receiving and sending of **raw timing data**.
+# Common problem with IRremote
+Or *"I build a gadged with 2 motors controlled by IR and the [IR stops after the first motor command](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#receiving-stops-after-analogwrite-or-tone-or-after-running-a-motor)"*.
+This is due to the fact, that the motor control by AnalogWrite() uses the same timer as IR receiving.
+See [this table](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#timer-and-pin-usage) for the list of timers and pins.
-## New features with version 4.x
+# Using the new library version for old examples
+This library has been refactored, breaking backward compatibility with the old version, on which many examples on the Internet are based.
+
+## New features of version 4.x
- **Since 4.3 `IrSender.begin(DISABLE_LED_FEEDBACK)` will no longer work**, use `IrSender.begin(DISABLE_LED_FEEDBACK, 0)` instead.
- New universal **Pulse Distance / Pulse Width / Pulse Distance Width decoder** added, which covers many previous unknown protocols.
- Printout of code how to send received command by `IrReceiver.printIRSendUsage(&Serial)`.
@@ -126,18 +131,18 @@ Protocols can be switched off and on by defining macros before the line `#includ
- New FAST protocol.
- Automatic printout of the **corresponding send function** with `printIRSendUsage()`.
-#### Converting your 3.x program to the 4.x version
+### Converting your 3.x program to the 4.x version
- You must replace `#define DECODE_DISTANCE` by `#define DECODE_DISTANCE_WIDTH` (only if you explicitly enabled this decoder).
- The parameter `bool hasStopBit` is not longer required and removed e.g. for function `sendPulseDistanceWidth()`.
-## New features with version 3.x
+## New features of version 3.x
- **Any pin** can be used for receiving and if `SEND_PWM_BY_TIMER` is not defined also for sending.
- Feedback LED can be activated for sending / receiving.
- An 8/16 bit ****command** value as well as an 16 bit **address** and a protocol number is provided for decoding (instead of the old 32 bit value).
- Protocol values comply to **protocol standards**.
NEC, Panasonic, Sony, Samsung and JVC decode & send LSB first.
- Supports **Universal Distance protocol**, which covers a lot of previous unknown protocols.
-- Compatible with **tone()** library. See the [ReceiveDemo](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/21b5747a58e9d47c9e3f1beb056d58c875a92b47/examples/ReceiveDemo/ReceiveDemo.ino#L159-L169) example.
+- Compatible with **tone()** library. See the [ReceiveDemo](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/ReceiveDemo/ReceiveDemo.ino#L284-L298) example.
- Simultaneous sending and receiving. See the [SendAndReceive](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/SendAndReceive/SendAndReceive.ino#L167-L170) example.
- Supports **more platforms**.
- Allows for the generation of non PWM signal to just **simulate an active low receiver signal** for direct connect to existent receiving devices without using IR.
@@ -149,7 +154,7 @@ Protocols can be switched off and on by defining macros before the line `#includ
-# Converting your 2.x program to the 4.x version
+## Converting your 2.x program to the 4.x version
Starting with the 3.1 version, **the generation of PWM for sending is done by software**, thus saving the hardware timer and **enabling arbitrary output pins for sending**.
If you use an (old) Arduino core that does not use the `-flto` flag for compile, you can activate the line `#define SUPPRESS_ERROR_MESSAGE_FOR_BEGIN` in IRRemote.h, if you get false error messages regarding begin() during compilation.
@@ -221,6 +226,17 @@ void loop() {
}
```
+#### Sample output
+For more, see the [UnitTest log](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/UnitTest/UnitTest.log).
+
+```
+Protocol=NEC Address=0xF1 Command=0x76 Raw-Data=0x89760EF1 32 bits LSB first
+Send with: IrSender.sendNEC(0xF1, 0x76, );
+
+Protocol=Kaseikyo_Denon Address=0xFF1 Command=0x76 Raw-Data=0x9976FF10 48 bits LSB first
+Send with: IrSender.sendKaseikyo_Denon(0xFF1, 0x76, );
+```
+
## How to convert old MSB first 32 bit IR data codes to new LSB first 32 bit IR data codes
For the new decoders for **NEC, Panasonic, Sony, Samsung and JVC**, the result `IrReceiver.decodedIRData.decodedRawData` is now **LSB-first**, as the definition of these protocols suggests!
@@ -245,7 +261,7 @@ Sending old MSB codes without conversion can be done by using `sendNECMSB()`, `s
-# Errors with using the 4.x versions for old tutorials
+## Errors when using the 4.x versions for old tutorials
If you suffer from errors with old tutorial code including `IRremote.h` instead of `IRremote.hpp`, just try to rollback to [Version 2.4.0](https://github.com/Arduino-IRremote/Arduino-IRremote/releases/tag/v2.4.0).
Most likely your code will run and you will not miss the new features.
@@ -304,6 +320,10 @@ The following macros will definitely be overridden with default values otherwise
+# Tutorials
+- A very elaborated introduction to IR remotes and IRremote library from [DroneBot Workshop ](https://dronebotworkshop.com/ir-remotes/).
+
+
# 3 ways to specify an IR code
There are 3 different ways of specifying a particular IR code.
@@ -441,7 +461,7 @@ On a long press, the **SamsungLG protocol** does not repeat its frame, it sends
## RAM usage of different protocols
The `RAW_BUFFER_LENGTH` determines the length of the **byte buffer** where the received IR timing data is stored before decoding.
**100** is sufficient for standard protocols **up to 48 bits**, with 1 bit consisting of one mark and space.
-We always require additional 4 btes, 1 byte for initial gap, 2 bytes for header and 1 byte for stop bit.
+We always require additional 4 bytes, 1 byte for initial gap, 2 bytes for header and 1 byte for stop bit.
- **48** bit protocols are PANASONIC, KASEIKYO, SAMSUNG48, RC6.
- **32** bit protocols like NEC, SAMSUNG, WHYNTER, SONY(20), LG(28) require a **buffer length of 68**.
- **16** bit protocols like BOSEWAVE, DENON, FAST, JVC, LEGO_PF, RC5, SONY(12 or 15) require a **buffer length of 36**.
@@ -458,7 +478,7 @@ If the record gap determined by `RECORD_GAP_MICROS` is changed from the default
Use the **ReceiveDemo example** to print out all informations about your IR protocol.
The **ReceiveDump example** gives you more information but has bad repeat detection due to the time required for printing the information.
-### Other libraries
+### Other libraries, which may cover these protocols
#### IRMP
If your protocol seems not to be supported by this library, you may try the [IRMP library](https://github.com/IRMP-org/IRMP), which especially supports manchester protocols much better.
@@ -514,7 +534,8 @@ If you do not know which protocol your IR transmitter uses, you have several cho
# Sending IR codes
-If you have a device at hand which can generate the IR codes you want to work with (aka IR remote), **it is recommended** to receive the codes with the [ReceiveDemo example](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/ReceiveDemo/ReceiveDemo.ino), which will tell you on the serial output how to send them.
+If you have a device at hand which can generate the IR codes you want to work with (aka IR remote),
+**it is recommended** to receive the codes with the [ReceiveDemo example](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/ReceiveDemo/ReceiveDemo.ino), which will tell you on the serial output how to send them.
```
Protocol=LG Address=0x2 Command=0x3434 Raw-Data=0x23434E 28 bits MSB first
@@ -541,9 +562,10 @@ Most of the times, *device* and *subdevice* can be taken as upper and lower byte
An **exact mapping** can be found in the [IRP definition files for IR protocols](https://github.com/probonopd/MakeHex/tree/master/protocols). "D" and "S" denotes device and subdevice and "F" denotes the function.
## Send pin
-Any pin can be chosen as send pin, because the PWM signal is generated by default with software bit banging, since `SEND_PWM_BY_TIMER` is not active.
+Any pin can be chosen as send pin as long as `IR_SEND_PIN` is **not** defined.
+This is because the PWM signal is generated by default with software bit banging, since `SEND_PWM_BY_TIMER` is not active.
On **ESP32** ledc channel 0 is used for generating the IR PWM.
-If `IR_SEND_PIN` is specified (as c macro), it reduces program size and improves send timing for AVR. If you want to use a variable to specify send pin e.g. with `setSendPin(uint8_t aSendPinNumber)`, you must disable this `IR_SEND_PIN` macro.
+If `IR_SEND_PIN` is specified (as C macro), it reduces program size and improves send timing for AVR. If you want to use a variable to specify send pin e.g. with `setSendPin(uint8_t aSendPinNumber)`, you must disable this `IR_SEND_PIN` macro e.g. with `#undef IR_SEND_PIN`.
Then you can change send pin at any time before sending an IR frame. See also [Compile options / macros for this library](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#compile-options--macros-for-this-library).
### List of public IR code databases
@@ -563,9 +585,17 @@ http://www.harctoolbox.org/IR-resources.html
# Tiny NEC receiver and sender
-For applications only requiring NEC, NEC variants or FAST -see below- protocol, there is a special receiver / sender included,
+For applications only requiring NEC, NEC variants or FAST -see below- protocol, there is a special receiver / sender included,
which has very **small code size of 500 bytes and does NOT require any timer**.
+## Principle of operation
+Instead of sampling the input every 50 µs as IRremote does, TinyReceiver receiver uses a **pin change interrupt** for on-the-fly decoding which limits the choice of protocols.
+On each level change, the level and the time since the last change are used to incrementally decode the protocol.
+With this operating principle, we **cannot wait for a timeout** and then decode the protocol as IRremote does.
+Instead, we need to know which is the last bit (level change) of a protocol to do the final decoding
+and the call of the optional **user provided callback function** `handleReceivedTinyIRData()`.
+This means, **we need to know the number of bits in a protocol** and therefore the protocol (family).
+
Check out the [TinyReceiver](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#tinyreceiver--tinysender) and [IRDispatcherDemo](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#irdispatcherdemo) examples.
Take care to include `TinyIRReceiver.hpp` or `TinyIRSender.hpp` instead of `IRremote.hpp`.
@@ -646,7 +676,7 @@ On some boards where a software timer is available, the software timer is used.<
Be aware that the hardware timer used for receiving should not be used for `analogWrite()`.
Especially **motor** control often uses the `analogWrite()` function and will therefore stop the receiving if used on the pins indicated [here](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#timer-and-pin-usage).
On the Uno and other AVR boards the receiver timer ist the same as the tone timer. Thus receiving will stop after a `tone()` command.
-See [ReceiveDemo example](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/b962db8f4e47408df01474a57f313f5a6bbe39a1/examples/ReceiveDemo/ReceiveDemo.ino#L257) how to deal with it, i.e. how to use `IrReceiver.restartTimer()`.
+See [ReceiveDemo example](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/ReceiveDemo/ReceiveDemo.ino#L284-L298) how to deal with it, i.e. how to use `IrReceiver.restartTimer()`.
## Receiving sets overflow flag.
The flag `IRDATA_FLAGS_WAS_OVERFLOW` is set, if `RAW_BUFFER_LENGTH` is too small for all the marks and spaces of the protocol.
@@ -668,7 +698,7 @@ There are some other solutions to this on more powerful processors,
**Another library is only working/compiling** if you deactivate the line `IrReceiver.begin(IR_RECEIVE_PIN, ENABLE_LED_FEEDBACK);`.
This is often due to **timer resource conflicts** with the other library. Please see [below](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#timer-and-pin-usage).
-## Multiple IR receiver and sender
+## Multiple IR receiver and sender instances
**This library supports only one IR receiver and one IR sender object (IRrecv and IRsend) per CPU.**
However since sending is a serial task, you can use `setSendPin()` to switch the pin to send, thus emulating multiple sender.
The receiver uses a special **timer** triggered function, which reads the digital IR signal value from one pin every 50 µs.
@@ -688,7 +718,7 @@ On my Arduino Nanos, I always use a 100 Ω series resistor and one IR LED :gr
## Minimal CPU clock frequency
For receiving, the **minimal CPU clock frequency is 4 MHz**, since the 50 µs timer ISR (Interrupt Service Routine) takes around 12 µs on a 16 MHz ATmega.
-The TinyReceiver, which reqires no polling, runs with 1 MHz.
+The TinyReceiver, which requires no polling, runs with 1 MHz.
For sending, the **default software generated PWM has problems on AVR running with 8 MHz**. The PWM frequency is around 30 instead of 38 kHz and RC6 is not reliable. You can switch to timer PWM generation by `#define SEND_PWM_BY_TIMER`.
## Bang & Olufsen protocol
@@ -707,7 +737,7 @@ The **[SimpleReceiver](https://github.com/Arduino-IRremote/Arduino-IRremote/blob
A simple example can be tested online with [WOKWI](https://wokwi.com/projects/338611596994544210).
#### SimpleReceiverForHashCodes
-The **[SimpleReceiverForHashCodes](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/SimpleReceiver/SimpleReceiver.ino)** uses only the hash decoder.
+The **[SimpleReceiverForHashCodes](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/SimpleReceiver/SimpleReceiver.ino)** uses only the hash decoder.
It converts all IR frames longer than 6 to a 32 bit hash code, thus enabling receiving of unknown protocols.
See: http://www.righto.com/2010/01/using-arbitrary-remotes-with-arduino.html
@@ -738,11 +768,14 @@ Receives all protocols and dumps the received signal in different flavors includ
#### SendDemo
Sends all available protocols at least once.
+#### MultipleSendPins
+Demonstrates sending IR codes toggling between 2 **different send pins**.
+
#### SendAndReceive
Demonstrates **receiving while sending**.
#### ReceiveAndSend
-Record and **play back last received IR signal** at button press. IR frames of known protocols are sent by the approriate protocol encoder. `UNKNOWN` protocol frames are stored as raw data and sent with `sendRaw()`.
+Record and **play back last received IR signal** at button press. IR frames of known protocols are sent by the appropriate protocol encoder. `UNKNOWN` protocol frames are stored as raw data and sent with `sendRaw()`.
#### ReceiveAndSendDistanceWidth
Try to decode each IR frame with the *universal* **DistanceWidth decoder**, store the data and send it on button press with `sendPulseDistanceWidthFromArray()`.
@@ -819,6 +852,7 @@ Modify them by enabling / disabling them, or change the values if applicable.
|-|-:|-|
| `RAW_BUFFER_LENGTH` | 200 | Buffer size of raw input uint16_t buffer. Must be even! If it is too small, overflow flag will be set. 100 is sufficient for *regular* protocols of up to 48 bits, but for most air conditioner protocols a value of up to 750 is required. Use the ReceiveDump example to find smallest value for your requirements. A value of 200 requires 200 bytes RAM. |
| `EXCLUDE_UNIVERSAL_PROTOCOLS` | disabled | Excludes the universal decoder for pulse distance width protocols and decodeHash (special decoder for all protocols) from `decode()`. Saves up to 1000 bytes program memory. |
+| `EXCLUDE_EXOTIC_PROTOCOLS` | disabled | Excludes BANG_OLUFSEN, BOSEWAVE, WHYNTER, FAST and LEGO_PF from `decode()` and from sending with `IrSender.write()`. Saves up to 650 bytes program memory. |
| `DECODE_` | all | Selection of individual protocol(s) to be decoded. You can specify multiple protocols. See [here](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/IRremote.hpp#L98-L121) |
| `DECODE_STRICT_CHECKS` | disabled | Check for additional required characteristics of protocol timing like length of mark for a constant mark protocol, where space length determines the bit value. Requires up to 194 additional bytes of program memory. |
| `IR_REMOTE_DISABLE_RECEIVE_COMPLETE_CALLBACK` | disabled | Saves up to 60 bytes of program memory and 2 bytes RAM. |
@@ -833,9 +867,10 @@ Modify them by enabling / disabling them, or change the values if applicable.
| `USE_OPEN_DRAIN_OUTPUT_FOR_SEND_PIN` | disabled | Uses or simulates open drain output mode at send pin. **Attention, active state of open drain is LOW**, so connect the send LED between positive supply and send pin! |
| `USE_ACTIVE_HIGH_OUTPUT_FOR_SEND_PIN` | disabled | Only if `USE_NO_SEND_PWM` is enabled. Simulate an **active high** receiver signal instead of an active low signal. |
| `DISABLE_CODE_FOR_RECEIVER` | disabled | Disables static receiver code like receive timer ISR handler and static IRReceiver and irparams data. Saves 450 bytes program memory and 269 bytes RAM if receiving functions are not required. |
-| `EXCLUDE_EXOTIC_PROTOCOLS` | disabled | Excludes BANG_OLUFSEN, BOSEWAVE, WHYNTER, FAST and LEGO_PF from `decode()` and from sending with `IrSender.write()`. Saves up to 650 bytes program memory. |
| `FEEDBACK_LED_IS_ACTIVE_LOW` | disabled | Required on some boards (like my BluePill and my ESP8266 board), where the feedback LED is active low. |
| `NO_LED_FEEDBACK_CODE` | disabled | Disables the LED feedback code for send and receive. Saves around 100 bytes program memory for receiving, around 500 bytes for sending and halving the receiver ISR (Interrupt Service Routine) processing time. |
+| `NO_LED_RECEIVE_FEEDBACK_CODE` | disabled | Disables the LED feedback code for receive. Saves around 100 bytes program memory for receiving and halving the receiver ISR (Interrupt Service Routine) processing time. |
+| `NO_LED_SEND_FEEDBACK_CODE` | disabled | Disables the LED feedback code for send. Saves around 500 bytes for sending. |
| `MICROS_PER_TICK` | 50 | Resolution of the raw input buffer data. Corresponds to 2 pulses of each 26.3 µs at 38 kHz. |
| `TOLERANCE_FOR_DECODERS_MARK_OR_SPACE_MATCHING_PERCENT` | 25 | Relative tolerance for matchTicks(), matchMark() and matchSpace() functions used for protocol decoding. |
| `DEBUG` | disabled | Enables lots of lovely debug output. |
@@ -844,15 +879,17 @@ Modify them by enabling / disabling them, or change the values if applicable.
These next macros for **TinyIRReceiver** must be defined in your program before the line `#include ` to take effect.
| Name | Default value | Description |
|-|-:|-|
-| `IR_RECEIVE_PIN` | 2 | The pin number for TinyIRReceiver IR input, which gets compiled in. |
+| `IR_RECEIVE_PIN` | 2 | The pin number for TinyIRReceiver IR input, which gets compiled in. Not used in IRremote. |
| `IR_FEEDBACK_LED_PIN` | `LED_BUILTIN` | The pin number for TinyIRReceiver feedback LED, which gets compiled in. |
-| `NO_LED_FEEDBACK_CODE` | disabled | Disables the feedback LED function. Saves 14 bytes program memory. |
+| `NO_LED_FEEDBACK_CODE` | disabled | Disables the feedback LED codefor send and receive. Saves 14 bytes program memory. |
+| `NO_LED_RECEIVE_FEEDBACK_CODE` | disabled | Disables the LED feedback code for receive. |
+| `NO_LED_SEND_FEEDBACK_CODE` | disabled | Disables the LED feedback code for send. |
| `DISABLE_PARITY_CHECKS` | disabled | Disables the addres and command parity checks. Saves 48 bytes program memory. |
| `USE_EXTENDED_NEC_PROTOCOL` | disabled | Like NEC, but take the 16 bit address as one 16 bit value and not as 8 bit normal and 8 bit inverted value. |
| `USE_ONKYO_PROTOCOL` | disabled | Like NEC, but take the 16 bit address and command each as one 16 bit value and not as 8 bit normal and 8 bit inverted value. |
| `USE_FAST_PROTOCOL` | disabled | Use FAST protocol (no address and 16 bit data, interpreted as 8 bit command and 8 bit inverted command) instead of NEC. |
| `ENABLE_NEC2_REPEATS` | disabled | Instead of sending / receiving the NEC special repeat code, send / receive the original frame for repeat. |
-| `USE_CALLBACK_FOR_TINY_RECEIVER` | disabled | Call the fixed function `void handleReceivedTinyIRData()` each time a frame or repeat is received. |
+| `USE_CALLBACK_FOR_TINY_RECEIVER` | disabled | Call the user provided function `void handleReceivedTinyIRData()` each time a frame or repeat is received. |
The next macro for **IRCommandDispatcher** must be defined in your program before the line `#include ` to take effect.
| `USE_TINY_IR_RECEIVER` | disabled | Use [TinyReceiver](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#tinyreceiver--tinysender) for receiving IR codes. |
@@ -892,7 +929,7 @@ ATtiny boards are only tested with [ATTinyCore](https://github.com/SpenceKonde/A
- ATmega4809 (Nano every)
- ATtiny3217 (Tiny Core 32 Dev Board)
- ATtiny84, 85, 167 (Digispark + Digispark Pro)
-- SAMD21 (Zero, MKR*, **but not SAMD51 and not DUE, the latter is SAM architecture**)
+- SAMD (Zero, MKR*, **but not DUE, the latter is SAM architecture**)
- ESP8266
- ESP32 (ESP32-C3 since board package 2.0.2 from Espressif)
- Sparkfun Pro Micro
@@ -910,7 +947,7 @@ If you can provide **examples of using a periodic timer for interrupts** for the
# Timer and pin usage
The **receiver sample interval of 50 µs is generated by a timer**. On many boards this must be a hardware timer. On some boards where a software timer is available, the software timer is used.
On **ESP8266** `timer1` is used for receive interrupts, which makes it incompatible to the Servo and other libraries.
-On **ESP32** `hw_timer_t` is used for receive interrupts and `ledc` channel 0 is used for generating the IR PWM.
+On **ESP32** `hw_timer_t` is used for receive interrupts.
Every pin can be used for receiving.
If software PWM is selected, which is default, every pin can also be used for sending. Sending with software PWM does not require a timer!
@@ -995,7 +1032,7 @@ For non AVR boards/platforms you must look for the appropriate section guarded b
### Stop and start timer
Another approach can be to share the timer **sequentially** if their functionality is used only for a short period of time like for the **Arduino tone() command**.
-An example can be seen [here](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/21b5747a58e9d47c9e3f1beb056d58c875a92b47/examples/ReceiveDemo/ReceiveDemo.ino#L159-L169), where the IR timer is restarted after the tone has stopped.
+An example can be seen [here](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/ReceiveDemo/ReceiveDemo.ino#L284-L298), where the IR timer is restarted after the tone has stopped.
```c++
IrReceiver.stopTimer(); // Stop timer consistently before calling tone() or other functions using the timer resource.
@@ -1009,7 +1046,7 @@ This works on AVR boards like Uno because each call to` tone()` completely initi
If you define `SEND_PWM_BY_TIMER`, the send PWM signal is forced to be generated by a hardware timer on most platforms.
By default, the same timer as for the receiver is used.
Since each hardware timer has its dedicated output pin(s), you must change timer or timer sub-specifications to change PWM output pin. See [private/IRTimer.hpp](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/private/IRTimer.hpp)
-**Exeptions** are currently [ESP32, ARDUINO_ARCH_RP2040, PARTICLE and ARDUINO_ARCH_MBED](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/39bdf8d7bf5b90dc221f8ae9fb3efed9f0a8a1db/examples/SimpleSender/PinDefinitionsAndMore.h#L273), where **PWM generation does not require a timer**.
+**Exeptions** are currently [ESP32, ARDUINO_ARCH_RP2040, PARTICLE and ARDUINO_ARCH_MBED](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/examples/SimpleSender/PinDefinitionsAndMore.h#L334), where **PWM generation does not require a timer**.
## Why do we use 30% duty cycle for sending
We [do it](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/IRSend.hpp#L1192) according to the statement in the [Vishay datasheet](https://www.vishay.com/docs/80069/circuit.pdf):
@@ -1044,7 +1081,7 @@ Created with sigrok PulseView with IR_NEC decoder by DjordjeMandic.
# Quick comparison of 5 Arduino IR receiving libraries
**This is a short comparison and may not be complete or correct.**
-I created this comparison matrix for [myself](https://github.com/ArminJo) in order to choose a small IR lib for my project and to have a quick overview, when to choose which library.
+I created this comparison matrix for [myself](https://github.com/ArminJo) in order to choose a small IR library for my project and to have a quick overview, when to choose which library.
It is dated from **24.06.2022** and updated 10/2023. If you have complains about the data or request for extensions, please send a PM or open a discussion.
[Here](https://github.com/crankyoldgit/IRremoteESP8266) you find an **ESP8266/ESP32** version of IRremote with an **[impressive list of supported protocols](https://github.com/crankyoldgit/IRremoteESP8266/blob/master/SupportedProtocols.md)**.
diff --git a/changelog.md b/changelog.md
index 50d3d874..0ab56fa1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,8 +2,18 @@
The latest version may not be released!
See also the commit log at github: https://github.com/Arduino-IRremote/Arduino-IRremote/commits/master
+# 4.4.2
+- Support for SAMD51 timer3 if timer 5 is not available (Adafruit ItsyBitsy M4).
+- attachInterrupt() on SAMD has a different semantic :-(. See: https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/.
+- Fixed overflow handling.
+- Improved repeat detection for DistanceWidthProtocol.
+- Print of IR frame duration in printIRResultShort();
+- PulseDistanceWidthProtocolConstants now in PROGMEM, this saves 190 bytes RAM for unit test.
+- Support for PROGMEM PulseDistanceWidthProtocol data.
+- Support duplicated 8 bit address for sendSamsungLG().
+
# 4.4.1
-- Support for ESP 3.0 by akellai.
+- Support for ESP core 3.x by akellai.
- restartTimer() now uses variable sMicrosAtLastStopTimer to keep track of uncounted ticks between stopTimer() and restartTimer().
- Removed functions addTicksToInternalTickCounter() and addMicrosToInternalTickCounter(), which were added in 4.1.0.
- Version 2.2.0 of TinyIR with new TinyReceiverDecode() function to be used as drop in for IrReceiver.decode().
@@ -91,7 +101,7 @@ See also the commit log at github: https://github.com/Arduino-IRremote/Arduino-I
- Introduced common structure PulseDistanceWidthProtocolConstants.
- Where possible, changed all send and decode functions to use PulseDistanceWidthProtocolConstants.
- Improved MSB/LSB handling
-- New convenience fuctions bitreverse32Bit() and bitreverseOneByte().
+- New convenience functions bitreverse32Bit() and bitreverseOneByte().
- Improved Magiquest protocol.
- Fix for #1028 - Prevent long delay caused by overflow when frame duration < repeat period - Thanks to Stephen Humphries!
- Support for ATtiny816 - Thanks to elockman.
@@ -303,7 +313,7 @@ See also the commit log at github: https://github.com/Arduino-IRremote/Arduino-I
- Corrected keywords.txt.
- BoseWave protocol added PR #690.
- Formatting comply to the new stylesheet.
-- Renamed "boarddefs.h" [ISSUE #375](https://github.com/Arduino-IRremote/Arduino-IRremote/issues/375).
+- Renamed "boarddefs.h".
- Renamed `SEND_PIN` to `IR_SEND_PIN`.
- Renamed state macros.
- Enabled `DUTY_CYCLE` for send signal.
diff --git a/examples/AllProtocolsOnLCD/ADCUtils.h b/examples/AllProtocolsOnLCD/ADCUtils.h
index c4062178..33c2bbfc 100644
--- a/examples/AllProtocolsOnLCD/ADCUtils.h
+++ b/examples/AllProtocolsOnLCD/ADCUtils.h
@@ -29,6 +29,9 @@
#if defined(__AVR__) && defined(ADCSRA) && defined(ADATE) && (!defined(__AVR_ATmega4809__))
#define ADC_UTILS_ARE_AVAILABLE
+// External Reference Current is 150 uA for 5 V and 100 uA for 3.5 V
+#define READING_FOR_AREF 1024L // Datasheet 24.2: The minimum value represents GND and the maximum value represents the voltage on the AREF pin minus 1 LSB
+
// PRESCALE4 => 13 * 4 = 52 microseconds per ADC conversion at 1 MHz Clock => 19,2 kHz
#define ADC_PRESCALE2 1 // 26 microseconds per ADC conversion at 1 MHz
#define ADC_PRESCALE4 2 // 52 microseconds per ADC conversion at 1 MHz
diff --git a/examples/AllProtocolsOnLCD/ADCUtils.hpp b/examples/AllProtocolsOnLCD/ADCUtils.hpp
index 73030b47..8d0e5e79 100644
--- a/examples/AllProtocolsOnLCD/ADCUtils.hpp
+++ b/examples/AllProtocolsOnLCD/ADCUtils.hpp
@@ -28,7 +28,7 @@
#include "ADCUtils.h"
#if defined(ADC_UTILS_ARE_AVAILABLE) // set in ADCUtils.h, if supported architecture was detected
-#if !defined(STR_HELPER)
+#if !defined(STR)
#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
#endif
@@ -58,7 +58,7 @@ union WordUnionForADCUtils {
* Enable this to see information on each call.
* Since there should be no library which uses Serial, it should only be enabled for development purposes.
*/
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -403,7 +403,7 @@ uint16_t readUntil4ConsecutiveValuesAreEqual(uint8_t aADCChannelNumber, uint8_t
/*
* Get min and max of the last 4 values
*/
- tMin = 1024;
+ tMin = READING_FOR_AREF;
tMax = 0;
for (uint_fast8_t i = 0; i < 4; ++i) {
if (tValues[i] < tMin) {
@@ -472,7 +472,7 @@ uint16_t readUntil4ConsecutiveValuesAreEqual(uint8_t aADCChannelNumber, uint8_t
float getVCCVoltageSimple(void) {
// use AVCC with (optional) external capacitor at AREF pin as reference
float tVCC = readADCChannelMultiSamplesWithReference(ADC_1_1_VOLT_CHANNEL_MUX, DEFAULT, 4);
- return ((1023 * 1.1 * 4) / tVCC);
+ return ((READING_FOR_AREF * 1.1 * 4) / tVCC);
}
/*
@@ -483,19 +483,19 @@ float getVCCVoltageSimple(void) {
uint16_t getVCCVoltageMillivoltSimple(void) {
// use AVCC with external capacitor at AREF pin as reference
uint16_t tVCC = readADCChannelMultiSamplesWithReference(ADC_1_1_VOLT_CHANNEL_MUX, DEFAULT, 4);
- return ((1023L * ADC_INTERNAL_REFERENCE_MILLIVOLT * 4) / tVCC);
+ return ((READING_FOR_AREF * ADC_INTERNAL_REFERENCE_MILLIVOLT * 4) / tVCC);
}
/*
* Gets the hypothetical 14 bit reading of VCC using 1.1 volt reference
- * Similar to getVCCVoltageMillivolt() * 1023 / 1100
+ * Similar to getVCCVoltageMillivolt() * 1024 / 1100
*/
uint16_t getVCCVoltageReadingFor1_1VoltReference(void) {
uint16_t tVCC = waitAndReadADCChannelWithReference(ADC_1_1_VOLT_CHANNEL_MUX, DEFAULT);
/*
* Do not switch back ADMUX to enable checkAndWaitForReferenceAndChannelToSwitch() to work correctly for the next measurement
*/
- return ((1023L * 1023L) / tVCC);
+ return ((READING_FOR_AREF * READING_FOR_AREF) / tVCC);
}
/*
@@ -519,7 +519,7 @@ uint16_t getVCCVoltageMillivolt(void) {
/*
* Do not switch back ADMUX to enable checkAndWaitForReferenceAndChannelToSwitch() to work correctly for the next measurement
*/
- return ((1023L * ADC_INTERNAL_REFERENCE_MILLIVOLT) / tVCC);
+ return ((READING_FOR_AREF * ADC_INTERNAL_REFERENCE_MILLIVOLT) / tVCC);
}
/*
@@ -547,7 +547,7 @@ void readAndPrintVCCVoltageMillivolt(Print *aSerial) {
void readVCCVoltageSimple(void) {
// use AVCC with (optional) external capacitor at AREF pin as reference
float tVCC = readADCChannelMultiSamplesWithReference(ADC_1_1_VOLT_CHANNEL_MUX, DEFAULT, 4);
- sVCCVoltage = (1023 * (((float) ADC_INTERNAL_REFERENCE_MILLIVOLT) / 1000) * 4) / tVCC;
+ sVCCVoltage = (READING_FOR_AREF * (((float) ADC_INTERNAL_REFERENCE_MILLIVOLT) / 1000) * 4) / tVCC;
}
/*
@@ -558,7 +558,7 @@ void readVCCVoltageSimple(void) {
void readVCCVoltageMillivoltSimple(void) {
// use AVCC with external capacitor at AREF pin as reference
uint16_t tVCCVoltageMillivoltRaw = readADCChannelMultiSamplesWithReference(ADC_1_1_VOLT_CHANNEL_MUX, DEFAULT, 4);
- sVCCVoltageMillivolt = (1023L * ADC_INTERNAL_REFERENCE_MILLIVOLT * 4) / tVCCVoltageMillivoltRaw;
+ sVCCVoltageMillivolt = (READING_FOR_AREF * ADC_INTERNAL_REFERENCE_MILLIVOLT * 4) / tVCCVoltageMillivoltRaw;
}
/*
@@ -579,7 +579,7 @@ void readVCCVoltageMillivolt(void) {
/*
* Do not switch back ADMUX to enable checkAndWaitForReferenceAndChannelToSwitch() to work correctly for the next measurement
*/
- sVCCVoltageMillivolt = (1023L * ADC_INTERNAL_REFERENCE_MILLIVOLT) / tVCCVoltageMillivoltRaw;
+ sVCCVoltageMillivolt = (READING_FOR_AREF * ADC_INTERNAL_REFERENCE_MILLIVOLT) / tVCCVoltageMillivoltRaw;
}
/*
@@ -588,7 +588,7 @@ void readVCCVoltageMillivolt(void) {
*/
uint16_t getVoltageMillivolt(uint16_t aVCCVoltageMillivolt, uint8_t aADCChannelForVoltageMeasurement) {
uint16_t tInputVoltageRaw = waitAndReadADCChannelWithReference(aADCChannelForVoltageMeasurement, DEFAULT);
- return (aVCCVoltageMillivolt * (uint32_t) tInputVoltageRaw) / 1023;
+ return (aVCCVoltageMillivolt * (uint32_t) tInputVoltageRaw) / READING_FOR_AREF;
}
/*
@@ -597,16 +597,18 @@ uint16_t getVoltageMillivolt(uint16_t aVCCVoltageMillivolt, uint8_t aADCChannelF
*/
uint16_t getVoltageMillivolt(uint8_t aADCChannelForVoltageMeasurement) {
uint16_t tInputVoltageRaw = waitAndReadADCChannelWithReference(aADCChannelForVoltageMeasurement, DEFAULT);
- return (getVCCVoltageMillivolt() * (uint32_t) tInputVoltageRaw) / 1023;
+ return (getVCCVoltageMillivolt() * (uint32_t) tInputVoltageRaw) / READING_FOR_AREF;
}
uint16_t getVoltageMillivoltWith_1_1VoltReference(uint8_t aADCChannelForVoltageMeasurement) {
uint16_t tInputVoltageRaw = waitAndReadADCChannelWithReference(aADCChannelForVoltageMeasurement, INTERNAL);
- return (ADC_INTERNAL_REFERENCE_MILLIVOLT * (uint32_t) tInputVoltageRaw) / 1023;
+ return (ADC_INTERNAL_REFERENCE_MILLIVOLT * (uint32_t) tInputVoltageRaw) / READING_FOR_AREF;
}
/*
* Return true if sVCCVoltageMillivolt is > 4.3 V and < 4.95 V
+ * This does not really work for the UNO board, because it has no series Diode in the USB VCC
+ * and therefore a very low voltage drop.
*/
bool isVCCUSBPowered() {
readVCCVoltageMillivolt();
diff --git a/examples/AllProtocolsOnLCD/AllProtocolsOnLCD.ino b/examples/AllProtocolsOnLCD/AllProtocolsOnLCD.ino
index c70463de..36c5648b 100644
--- a/examples/AllProtocolsOnLCD/AllProtocolsOnLCD.ino
+++ b/examples/AllProtocolsOnLCD/AllProtocolsOnLCD.ino
@@ -36,7 +36,7 @@
#include "PinDefinitionsAndMore.h" // Define macros for input and output pin etc.
#if !defined(RAW_BUFFER_LENGTH)
-// For air condition remotes it requires 750. Default is 200.
+// For air condition remotes it may require up to 750. Default is 200.
# if (defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF)
#define RAW_BUFFER_LENGTH 360
# else
@@ -137,8 +137,6 @@ void setup() {
#endif
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/AllProtocolsOnLCD/PinDefinitionsAndMore.h b/examples/AllProtocolsOnLCD/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/AllProtocolsOnLCD/PinDefinitionsAndMore.h
+++ b/examples/AllProtocolsOnLCD/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/ControlRelay/ControlRelay.ino b/examples/ControlRelay/ControlRelay.ino
index 346b13b3..0ea2e73a 100644
--- a/examples/ControlRelay/ControlRelay.ino
+++ b/examples/ControlRelay/ControlRelay.ino
@@ -53,8 +53,6 @@ void setup() {
pinMode(RELAY_PIN, OUTPUT);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/ControlRelay/PinDefinitionsAndMore.h b/examples/ControlRelay/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/ControlRelay/PinDefinitionsAndMore.h
+++ b/examples/ControlRelay/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/IRDispatcherDemo/IRCommandDispatcher.hpp b/examples/IRDispatcherDemo/IRCommandDispatcher.hpp
index 701103a1..a8006400 100644
--- a/examples/IRDispatcherDemo/IRCommandDispatcher.hpp
+++ b/examples/IRDispatcherDemo/IRCommandDispatcher.hpp
@@ -59,7 +59,7 @@
#else
//#define LOCAL_INFO // This enables info output only for this file
#endif
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
// Propagate debug level
#define LOCAL_INFO
@@ -78,7 +78,7 @@ IRCommandDispatcher IRDispatcher;
#endif
#if defined(USE_TINY_IR_RECEIVER)
-#define USE_CALLBACK_FOR_TINY_RECEIVER // Call the fixed function "void handleReceivedTinyIRData()" each time a frame or repeat is received.
+#define USE_CALLBACK_FOR_TINY_RECEIVER // Call the user provided function "void handleReceivedTinyIRData()" each time a frame or repeat is received.
#include "TinyIRReceiver.hpp" // included in "IRremote" library
void IRCommandDispatcher::init() {
diff --git a/examples/IRDispatcherDemo/IRDispatcherDemo.ino b/examples/IRDispatcherDemo/IRDispatcherDemo.ino
index fda2a2c5..6df3321a 100644
--- a/examples/IRDispatcherDemo/IRDispatcherDemo.ino
+++ b/examples/IRDispatcherDemo/IRDispatcherDemo.ino
@@ -109,8 +109,6 @@ void doTone2200();
void setup() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/IRDispatcherDemo/PinDefinitionsAndMore.h b/examples/IRDispatcherDemo/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/IRDispatcherDemo/PinDefinitionsAndMore.h
+++ b/examples/IRDispatcherDemo/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/IRremoteExtensionTest/IRremoteExtensionClass.cpp b/examples/IRremoteExtensionTest/IRremoteExtensionClass.cpp
index 8a315e9c..ef95f8fe 100644
--- a/examples/IRremoteExtensionTest/IRremoteExtensionClass.cpp
+++ b/examples/IRremoteExtensionTest/IRremoteExtensionClass.cpp
@@ -36,7 +36,7 @@
* Otherwise you may get warnings like "type 'struct IRData' itself violates the C++ One Definition Rule"
*/
#if !defined(RAW_BUFFER_LENGTH)
-// For air condition remotes it requires 750. Default is 200.
+// For air condition remotes it may require up to 750. Default is 200.
# if (defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF)
#define RAW_BUFFER_LENGTH 360
# elif (defined(RAMEND) && RAMEND <= 0x8FF) || (defined(RAMSIZE) && RAMSIZE < 0x8FF)
@@ -53,8 +53,8 @@ bool IRExtensionClass::decode() {
return MyIrReceiver->decode();
}
-bool IRExtensionClass::printIRResultShort(Print *aSerial, bool aPrintRepeatGap, bool aCheckForRecordGapsMicros) {
- return MyIrReceiver->printIRResultShort(aSerial, aPrintRepeatGap, aCheckForRecordGapsMicros);
+bool IRExtensionClass::printIRResultShort(Print *aSerial, bool aCheckForRecordGapsMicros) {
+ return MyIrReceiver->printIRResultShort(aSerial, aCheckForRecordGapsMicros);
}
void IRExtensionClass::resume() {
diff --git a/examples/IRremoteExtensionTest/IRremoteExtensionClass.h b/examples/IRremoteExtensionTest/IRremoteExtensionClass.h
index 2fa648a7..73e8c5f6 100644
--- a/examples/IRremoteExtensionTest/IRremoteExtensionClass.h
+++ b/examples/IRremoteExtensionTest/IRremoteExtensionClass.h
@@ -40,7 +40,7 @@ class IRExtensionClass
IRrecv * MyIrReceiver;
IRExtensionClass(IRrecv * aIrReceiver);
bool decode();
- bool printIRResultShort(Print *aSerial, bool aPrintRepeatGap = true, bool aCheckForRecordGapsMicros = true);
+ bool printIRResultShort(Print *aSerial, bool aCheckForRecordGapsMicros = true);
void resume();
};
diff --git a/examples/IRremoteExtensionTest/IRremoteExtensionTest.ino b/examples/IRremoteExtensionTest/IRremoteExtensionTest.ino
index 3ec197ad..50bea009 100644
--- a/examples/IRremoteExtensionTest/IRremoteExtensionTest.ino
+++ b/examples/IRremoteExtensionTest/IRremoteExtensionTest.ino
@@ -33,7 +33,7 @@
#include "PinDefinitionsAndMore.h" // Define macros for input and output pin etc.
#if !defined(RAW_BUFFER_LENGTH)
-// For air condition remotes it requires 750. Default is 200.
+// For air condition remotes it may require up to 750. Default is 200.
# if (defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF)
#define RAW_BUFFER_LENGTH 360
# else
@@ -52,12 +52,15 @@ IRExtensionClass IRExtension(&IrReceiver);
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
- delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
+ // Wait until Serial Monitor is attached.
+ // Required for boards using USB code for Serial like Leonardo.
+ // Is void for USB Serial implementations using external chips e.g. a CH340.
+ while (!Serial)
+ ;
+ // !!! Program will not proceed if no Serial Monitor is attached !!!
#endif
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
diff --git a/examples/IRremoteExtensionTest/PinDefinitionsAndMore.h b/examples/IRremoteExtensionTest/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/IRremoteExtensionTest/PinDefinitionsAndMore.h
+++ b/examples/IRremoteExtensionTest/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/IRremoteInfo/IRremoteInfo.ino b/examples/IRremoteInfo/IRremoteInfo.ino
index 31d03766..25d0f09d 100644
--- a/examples/IRremoteInfo/IRremoteInfo.ino
+++ b/examples/IRremoteInfo/IRremoteInfo.ino
@@ -34,13 +34,17 @@ void dumpFooter();
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
- delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
+ // Wait until Serial Monitor is attached.
+ // Required for boards using USB code for Serial like Leonardo.
+ // Is void for USB Serial implementations using external chips e.g. a CH340.
+ while (!Serial)
+ ;
+ // !!! Program will not proceed if no Serial Monitor is attached !!!
#endif
+
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
diff --git a/examples/MicroGirs/MicroGirs.ino b/examples/MicroGirs/MicroGirs.ino
index a5bcae2b..ca2a9b18 100644
--- a/examples/MicroGirs/MicroGirs.ino
+++ b/examples/MicroGirs/MicroGirs.ino
@@ -67,7 +67,7 @@
#include "PinDefinitionsAndMore.h" // Define macros for input and output pin etc.
#if !defined(RAW_BUFFER_LENGTH)
-// For air condition remotes it requires 750. Default is 200.
+// For air condition remotes it may require up to 750. Default is 200.
# if (defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF)
#define RAW_BUFFER_LENGTH 360
# else
@@ -292,8 +292,6 @@ static void receive(Stream &stream) {
*/
void setup() {
Serial.begin(BAUDRATE);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
Serial.println(F(PROGNAME " " VERSION));
// Just to know which program is running on my Arduino
diff --git a/examples/MicroGirs/PinDefinitionsAndMore.h b/examples/MicroGirs/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/MicroGirs/PinDefinitionsAndMore.h
+++ b/examples/MicroGirs/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/MultipleSendPins/MultipleSendPins.ino b/examples/MultipleSendPins/MultipleSendPins.ino
new file mode 100644
index 00000000..33566bcb
--- /dev/null
+++ b/examples/MultipleSendPins/MultipleSendPins.ino
@@ -0,0 +1,94 @@
+/*
+ * MultipleSendPins.cpp
+ *
+ * Demonstrates sending IR codes toggling between 2 different send pins.
+ * Based on SimpleSender.
+ *
+ * Copyright (C) 2025 Armin Joachimsmeyer
+ * armin.joachimsmeyer@gmail.com
+ *
+ * This file is part of Arduino-IRremote https://github.com/Arduino-IRremote/Arduino-IRremote.
+ *
+ * MIT License
+ */
+#include
+
+#if !defined(ARDUINO_ESP32C3_DEV) // This is due to a bug in RISC-V compiler, which requires unused function sections :-(.
+#define DISABLE_CODE_FOR_RECEIVER // Disables static receiver code like receive timer ISR handler and static IRReceiver and irparams data. Saves 450 bytes program memory and 269 bytes RAM if receiving functions are not required.
+#endif
+//#define USE_NO_SEND_PWM // Use no carrier PWM, just simulate an active low receiver signal. Overrides SEND_PWM_BY_TIMER definition
+
+#include // include the library
+
+void setup() {
+ pinMode(LED_BUILTIN, OUTPUT);
+
+ Serial.begin(115200);
+
+ // Just to know which program is running on my Arduino
+ Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
+ Serial.print(F("Send IR signals alternating at pin 3 and 4"));
+
+ /*
+ * The IR library setup. That's all!
+ */
+ IrSender.begin(3); // Start with pin3 as send pin and enable feedback LED at default feedback LED pin
+ disableLEDFeedback(); // Disable feedback LED at default feedback LED pin
+}
+
+/*
+ * Set up the data to be sent.
+ * For most protocols, the data is build up with a constant 8 (or 16 byte) address
+ * and a variable 8 bit command.
+ * There are exceptions like Sony and Denon, which have 5 bit address.
+ */
+uint8_t sCommand = 0x34;
+uint8_t sRepeats = 0;
+
+void loop() {
+ /*
+ * Print current send values
+ */
+ Serial.println();
+ Serial.print(F("Send now: address=0x00, command=0x"));
+ Serial.print(sCommand, HEX);
+ Serial.print(F(", repeats="));
+ Serial.print(sRepeats);
+ Serial.println();
+
+ Serial.println(F("Send standard NEC with 8 bit address"));
+ Serial.flush();
+
+ // Receiver output for the first loop must be: Protocol=NEC Address=0x102 Command=0x34 Raw-Data=0xCB340102 (32 bits)
+ IrSender.sendNEC(0x00, sCommand, sRepeats);
+
+ /*
+ * If you want to send a raw HEX value directly like e.g. 0xCB340102 you must use sendNECRaw()
+ */
+// Serial.println(F("Send 32 bit LSB 0xCB340102 with NECRaw()"));
+// IrSender.sendNECRaw(0xCB340102, sRepeats);
+ /*
+ * If you want to send an "old" MSB HEX value used by IRremote versions before 3.0 like e.g. 0x40802CD3 you must use sendNECMSB()
+ */
+// Serial.println(F("Send old 32 bit MSB 0x40802CD3 with sendNECMSB()"));
+// IrSender.sendNECMSB(0x40802CD3, 32, sRepeats);
+ /*
+ * Increment send values
+ */
+ sCommand += 0x11;
+ sRepeats++;
+ // clip repeats at 4
+ if (sRepeats > 4) {
+ sRepeats = 4;
+ }
+
+ /*
+ * Toggle between send pin 3 and 4
+ */
+ if (IrSender.sendPin == 3) {
+ IrSender.setSendPin(4);
+ } else {
+ IrSender.setSendPin(3);
+ }
+ delay(1000); // delay must be greater than 5 ms (RECORD_GAP_MICROS), otherwise the receiver sees it as one long signal
+}
diff --git a/examples/ReceiveAndSend/PinDefinitionsAndMore.h b/examples/ReceiveAndSend/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/ReceiveAndSend/PinDefinitionsAndMore.h
+++ b/examples/ReceiveAndSend/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/ReceiveAndSend/ReceiveAndSend.ino b/examples/ReceiveAndSend/ReceiveAndSend.ino
index ee4dc751..591579d8 100644
--- a/examples/ReceiveAndSend/ReceiveAndSend.ino
+++ b/examples/ReceiveAndSend/ReceiveAndSend.ino
@@ -23,7 +23,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2009-2024 Ken Shirriff, Armin Joachimsmeyer
+ * Copyright (c) 2009-2025 Ken Shirriff, Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -58,7 +58,7 @@
//#define DECODE_KASEIKYO
//#define DECODE_PANASONIC // alias for DECODE_KASEIKYO
//#define DECODE_LG
-#define DECODE_NEC // Includes Apple and Onkyo
+//#define DECODE_NEC // Includes Apple and Onkyo
//#define DECODE_SAMSUNG
//#define DECODE_SONY
//#define DECODE_RC5
@@ -72,14 +72,14 @@
//
#if !defined(RAW_BUFFER_LENGTH)
-// For air condition remotes it requires 750. Default is 200.
+// For air condition remotes it may require up to 750. Default is 200.
# if !((defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF))
-#define RAW_BUFFER_LENGTH 750
+#define RAW_BUFFER_LENGTH 700 // we require 2 buffer of this size for this example
# endif
#endif
//#define EXCLUDE_UNIVERSAL_PROTOCOLS // Saves up to 1000 bytes program memory.
-//#define EXCLUDE_EXOTIC_PROTOCOLS // saves around 650 bytes program memory if all other protocols are active
+#define EXCLUDE_EXOTIC_PROTOCOLS // saves around 650 bytes program memory if all other protocols are active
//#define NO_LED_FEEDBACK_CODE // saves 92 bytes program memory
//#define RECORD_GAP_MICROS 12000 // Default is 8000. Activate it for some LG air conditioner protocols
//#define SEND_PWM_BY_TIMER // Disable carrier PWM generation in software and use (restricted) hardware PWM.
@@ -114,8 +114,6 @@ void setup() {
pinMode(SEND_BUTTON_PIN, INPUT_PULLUP);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
@@ -131,8 +129,9 @@ void setup() {
Serial.println(F("at pin " STR(IR_RECEIVE_PIN)));
IrSender.begin(); // Start with IR_SEND_PIN -which is defined in PinDefinitionsAndMore.h- as send pin and enable feedback LED at default feedback LED pin
- Serial.print(F("Ready to send IR signals at pin " STR(IR_SEND_PIN) " on press of button at pin "));
- Serial.println(SEND_BUTTON_PIN);
+ Serial.print(F("Ready to send IR signal (with repeats) at pin " STR(IR_SEND_PIN) " as long as button at pin "));
+ Serial.print(SEND_BUTTON_PIN);
+ Serial.println(F(" is pressed."));
}
void loop() {
@@ -169,6 +168,7 @@ void loop() {
// Restart receiver
Serial.println(F("Button released -> start receiving"));
IrReceiver.start();
+ delay(100); // Button debouncing
} else if (IrReceiver.decode()) {
/*
@@ -179,7 +179,6 @@ void loop() {
}
sSendButtonWasActive = tSendButtonIsActive;
- delay(100);
}
// Stores the code for later playback in sStoredIRData
@@ -202,21 +201,31 @@ void storeCode() {
Serial.println(F("Ignore parity error"));
return;
}
+ if (IrReceiver.decodedIRData.flags & IRDATA_FLAGS_WAS_OVERFLOW) {
+ Serial.println(F("Overflow occurred, raw data did not fit into " STR(RAW_BUFFER_LENGTH) " byte raw buffer"));
+ return;
+ }
/*
* Copy decoded data
*/
sStoredIRData.receivedIRData = IrReceiver.decodedIRData;
- if (sStoredIRData.receivedIRData.protocol == UNKNOWN) {
- Serial.print(F("Received unknown code and store "));
- Serial.print(IrReceiver.decodedIRData.rawDataPtr->rawlen - 1);
- Serial.println(F(" timing entries as raw "));
- IrReceiver.printIRResultRawFormatted(&Serial, true); // Output the results in RAW format
+ auto tProtocol = sStoredIRData.receivedIRData.protocol;
+ if (tProtocol == UNKNOWN || tProtocol == PULSE_WIDTH || tProtocol == PULSE_DISTANCE) {
+ // TODO: support PULSE_WIDTH and PULSE_DISTANCE with IrSender.write
sStoredIRData.rawCodeLength = IrReceiver.decodedIRData.rawDataPtr->rawlen - 1;
/*
* Store the current raw data in a dedicated array for later usage
*/
IrReceiver.compensateAndStoreIRResultInArray(sStoredIRData.rawCode);
+ /*
+ * Print info
+ */
+ Serial.print(F("Received unknown code and store "));
+ Serial.print(IrReceiver.decodedIRData.rawDataPtr->rawlen - 1);
+ Serial.println(F(" timing entries as raw in buffer of size " STR(RAW_BUFFER_LENGTH)));
+ IrReceiver.printIRResultRawFormatted(&Serial, true); // Output the results in RAW format
+
} else {
IrReceiver.printIRResultShort(&Serial);
IrReceiver.printIRSendUsage(&Serial);
@@ -226,7 +235,8 @@ void storeCode() {
}
void sendCode(storedIRDataStruct *aIRDataToSend) {
- if (aIRDataToSend->receivedIRData.protocol == UNKNOWN /* i.e. raw */) {
+ auto tProtocol = aIRDataToSend->receivedIRData.protocol;
+ if (tProtocol == UNKNOWN || tProtocol == PULSE_WIDTH || tProtocol == PULSE_DISTANCE /* i.e. raw */) {
// Assume 38 KHz
IrSender.sendRaw(aIRDataToSend->rawCode, aIRDataToSend->rawCodeLength, 38);
@@ -234,12 +244,11 @@ void sendCode(storedIRDataStruct *aIRDataToSend) {
Serial.print(aIRDataToSend->rawCodeLength);
Serial.println(F(" marks or spaces"));
} else {
-
/*
* Use the write function, which does the switch for different protocols
*/
IrSender.write(&aIRDataToSend->receivedIRData);
- printIRResultShort(&Serial, &aIRDataToSend->receivedIRData, false);
+ printIRResultShort(&Serial, &aIRDataToSend->receivedIRData);
}
}
diff --git a/examples/ReceiveAndSendDistanceWidth/PinDefinitionsAndMore.h b/examples/ReceiveAndSendDistanceWidth/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/ReceiveAndSendDistanceWidth/PinDefinitionsAndMore.h
+++ b/examples/ReceiveAndSendDistanceWidth/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/ReceiveAndSendDistanceWidth/ReceiveAndSendDistanceWidth.ino b/examples/ReceiveAndSendDistanceWidth/ReceiveAndSendDistanceWidth.ino
index c0d9da01..a932e91a 100644
--- a/examples/ReceiveAndSendDistanceWidth/ReceiveAndSendDistanceWidth.ino
+++ b/examples/ReceiveAndSendDistanceWidth/ReceiveAndSendDistanceWidth.ino
@@ -57,7 +57,7 @@
#define DECODE_DISTANCE_WIDTH // Universal decoder for pulse distance width protocols
//
#if !defined(RAW_BUFFER_LENGTH)
-// For air condition remotes it requires 750. Default is 200.
+// For air condition remotes it may require up to 750. Default is 200.
# if (defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF)
#define RAW_BUFFER_LENGTH 360
# elif (defined(RAMEND) && RAMEND <= 0x8FF) || (defined(RAMSIZE) && RAMSIZE < 0x8FF)
@@ -79,8 +79,8 @@
#define DELAY_BETWEEN_REPEATS_MILLIS 70
// Storage for the recorded code, pre-filled with NEC data
-IRRawDataType sDecodedRawDataArray[RAW_DATA_ARRAY_SIZE] = { 0x7B34ED12 }; // Initialize with NEC address 0x12 and command 0x34
-DistanceWidthTimingInfoStruct sDistanceWidthTimingInfo = { 9000, 4500, 560, 1690, 560, 560 }; // Initialize with NEC timing
+IRRawDataType sDecodedRawDataArray[DECODED_RAW_DATA_ARRAY_SIZE] = { 0x7B34ED12 }; // Initialize with NEC address 0x12 and command 0x34
+DistanceWidthTimingInfoStruct sDistanceWidthTimingInfo = { 9000, 4500, 560, 1690, 560, 560 }; // Initialize with NEC timing
uint8_t sNumberOfBits = 32;
bool sSendButtonWasActive;
@@ -89,8 +89,6 @@ void setup() {
pinMode(SEND_BUTTON_PIN, INPUT_PULLUP);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/ReceiveAndSendHob2Hood/PinDefinitionsAndMore.h b/examples/ReceiveAndSendHob2Hood/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/ReceiveAndSendHob2Hood/PinDefinitionsAndMore.h
+++ b/examples/ReceiveAndSendHob2Hood/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/ReceiveAndSendHob2Hood/ReceiveAndSendHob2Hood.ino b/examples/ReceiveAndSendHob2Hood/ReceiveAndSendHob2Hood.ino
index 159dad61..f9b3a2b0 100644
--- a/examples/ReceiveAndSendHob2Hood/ReceiveAndSendHob2Hood.ino
+++ b/examples/ReceiveAndSendHob2Hood/ReceiveAndSendHob2Hood.ino
@@ -74,8 +74,6 @@ const uint16_t *const Hob2HoodSendCommands[NUMBER_OF_HOB_TO_HOOD_COMMANDS] = { F
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/ReceiveDemo/PinDefinitionsAndMore.h b/examples/ReceiveDemo/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/ReceiveDemo/PinDefinitionsAndMore.h
+++ b/examples/ReceiveDemo/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/ReceiveDemo/ReceiveDemo.ino b/examples/ReceiveDemo/ReceiveDemo.ino
index 99468db8..e7aa1eb7 100644
--- a/examples/ReceiveDemo/ReceiveDemo.ino
+++ b/examples/ReceiveDemo/ReceiveDemo.ino
@@ -10,7 +10,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2020-2024 Armin Joachimsmeyer
+ * Copyright (c) 2020-2025 Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -65,14 +65,30 @@
#if FLASHEND >= 0x3FFF // For 16k flash or more, like ATtiny1604. Code does not fit in program memory of ATtiny85 etc.
// !!! Enabling B&O disables detection of Sony, because the repeat gap for SONY is smaller than the B&O frame gap :-( !!!
//#define DECODE_BEO // Bang & Olufsen protocol always must be enabled explicitly. It has an IR transmit frequency of 455 kHz! It prevents decoding of SONY!
+#else
+// for 8k flash
+//#define DECODE_DENON // Includes Sharp
+#define DECODE_JVC
+#define DECODE_KASEIKYO
+#define DECODE_PANASONIC // alias for DECODE_KASEIKYO
+#define DECODE_LG
+#define DECODE_NEC // Includes Apple and Onkyo
+#define DECODE_SAMSUNG
+//#define DECODE_SONY
+//#define DECODE_RC5
+//#define DECODE_RC6
+#define DECODE_DISTANCE_WIDTH // Universal decoder for pulse distance width protocols
+#define DECODE_HASH // special decoder for all protocols
+
+#define EXCLUDE_EXOTIC_PROTOCOLS
#endif
// etc. see IRremote.hpp
//
#if !defined(RAW_BUFFER_LENGTH)
-// For air condition remotes it requires 750. Default is 200.
+// For air condition remotes it may require up to 750. Default is 200.
# if !((defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF))
-#define RAW_BUFFER_LENGTH 730 // this allows usage of 16 bit raw buffer, for RECORD_GAP_MICROS > 20000
+#define RAW_BUFFER_LENGTH 750
# endif
#endif
@@ -80,7 +96,6 @@
//#define EXCLUDE_UNIVERSAL_PROTOCOLS // Saves up to 1000 bytes program memory.
//#define EXCLUDE_EXOTIC_PROTOCOLS // saves around 650 bytes program memory if all other protocols are active
//#define IR_REMOTE_DISABLE_RECEIVE_COMPLETE_CALLBACK // saves 32 bytes program memory
-
// MARK_EXCESS_MICROS is subtracted from all marks and added to all spaces before decoding,
// to compensate for the signal forming of different IR receiver modules. See also IRremote.hpp line 142.
//#define MARK_EXCESS_MICROS 20 // Adapt it to your IR receiver module. 40 is taken for the cheap VS1838 module her, since we have high intensity.
@@ -99,6 +114,11 @@
#else
#define DEBUG_BUTTON_PIN 6
#endif
+#if defined(ESP32)
+# if !digitalPinIsValid(DEBUG_BUTTON_PIN)
+#undef DEBUG_BUTTON_PIN // DEBUG_BUTTON_PIN number is not valid, so delete definition to disable further usage
+# endif
+#endif
void generateTone();
void handleOverflow();
@@ -106,17 +126,18 @@ bool detectLongPress(uint16_t aLongPressDurationMillis);
void setup() {
#if FLASHEND >= 0x3FFF // For 16k flash or more, like ATtiny1604. Code does not fit in program memory of ATtiny85 etc.
+# if defined(DEBUG_BUTTON_PIN)
pinMode(DEBUG_BUTTON_PIN, INPUT_PULLUP);
+# endif
#endif
- Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
+ Serial.begin(9600);
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
- || defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
+ || defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217) || (defined(ESP32) && defined(ARDUINO_USB_MODE))
delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
#endif
+
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
@@ -145,20 +166,22 @@ void setup() {
#if FLASHEND >= 0x3FFF // For 16k flash or more, like ATtiny1604. Code does not fit in program memory of ATtiny85 etc.
Serial.println();
+# if defined(DEBUG_BUTTON_PIN)
Serial.print(F("If you connect debug pin "));
-# if defined(APPLICATION_PIN_STRING)
+# if defined(APPLICATION_PIN_STRING)
Serial.print(APPLICATION_PIN_STRING);
-# else
+# else
Serial.print(DEBUG_BUTTON_PIN);
-# endif
+# endif
Serial.println(F(" to ground, raw data is always printed and tone is disabled"));
+# endif
// infos for receive
Serial.print(RECORD_GAP_MICROS);
Serial.println(F(" us is the (minimum) gap, after which the start of a new IR packet is assumed"));
Serial.print(MARK_EXCESS_MICROS);
Serial.println(F(" us are subtracted from all marks and added to all spaces for decoding"));
-#endif
+#endif // FLASHEND >= 0x3FFF
}
void loop() {
@@ -172,8 +195,7 @@ void loop() {
*/
if (IrReceiver.decode()) {
Serial.println();
-#if FLASHEND < 0x3FFF //
- // For less than 16k flash, only print a minimal summary of received data
+#if FLASHEND < 0x3FFF // For less than 16k flash, only print a minimal summary of received data
IrReceiver.printIRResultMinimal(&Serial);
#else
@@ -189,7 +211,10 @@ void loop() {
*/
if ((IrReceiver.decodedIRData.protocol != SONY) && (IrReceiver.decodedIRData.protocol != PULSE_WIDTH)
&& (IrReceiver.decodedIRData.protocol != PULSE_DISTANCE) && (IrReceiver.decodedIRData.protocol != UNKNOWN)
- && digitalRead(DEBUG_BUTTON_PIN) != LOW) {
+#if defined(DEBUG_BUTTON_PIN)
+ && digitalRead(DEBUG_BUTTON_PIN) != LOW
+#endif
+ ) {
/*
* For SONY the tone prevents the detection of a repeat after the 15 ms SONY gap.
* In debug mode and for unknown protocols, we need the time for extended output.
@@ -202,14 +227,23 @@ void loop() {
/*
* Print info
*/
- if (IrReceiver.decodedIRData.protocol == UNKNOWN || digitalRead(DEBUG_BUTTON_PIN) == LOW) {
+ if (IrReceiver.decodedIRData.protocol == UNKNOWN
+#if defined(DEBUG_BUTTON_PIN)
+ || digitalRead(DEBUG_BUTTON_PIN) == LOW)
+#endif
+ {
// We have debug enabled or an unknown protocol, print extended info
if (IrReceiver.decodedIRData.protocol == UNKNOWN) {
Serial.println(F("Received noise or an unknown (or not yet enabled) protocol"));
}
IrReceiver.printIRResultRawFormatted(&Serial, true);
}
- if (IrReceiver.decodedIRData.protocol != UNKNOWN) {
+ if (IrReceiver.decodedIRData.protocol == UNKNOWN) {
+ auto tDecodedRawData = IrReceiver.decodedIRData.decodedRawData; // uint32_t on 8 and 16 bit CPUs and uint64_t on 32 and 64 bit CPUs
+ Serial.print(F("Raw data received are 0x"));
+ Serial.println(tDecodedRawData);
+
+ } else {
/*
* The info output for a successful receive
*/
@@ -229,11 +263,16 @@ void loop() {
/*
* Finally check the received data and perform actions according to the received address and commands
*/
- if (IrReceiver.decodedIRData.address == 0) {
- if (IrReceiver.decodedIRData.command == 0x10) {
- // do something
- } else if (IrReceiver.decodedIRData.command == 0x11) {
- // do something else
+
+ if (IrReceiver.decodedIRData.flags & IRDATA_FLAGS_IS_REPEAT) {
+ Serial.println(F("Repeat received. Here you can repeat the same action as before."));
+ } else {
+ if (IrReceiver.decodedIRData.address == 0) {
+ if (IrReceiver.decodedIRData.command == 0x10) {
+ // do something
+ } else if (IrReceiver.decodedIRData.command == 0x11) {
+ // do something else
+ }
}
}
@@ -255,28 +294,30 @@ void loop() {
}
+#if FLASHEND >= 0x3FFF // No tone() available when using ATTinyCore
/*
* Stop receiver, generate a single beep and start receiver again
*/
void generateTone() {
-#if !defined(ESP8266) && !defined(NRF5) // tone on esp8266 works only once, then it disables IrReceiver.restartTimer() / timerConfigForReceive().
-# if defined(ESP32) // ESP32 uses another timer for tone(), maybe other platforms (not tested yet) too.
+# if !defined(ESP8266) && !defined(NRF5) // tone on esp8266 works only once, then it disables IrReceiver.restartTimer() / timerConfigForReceive().
+# if defined(ESP32) // ESP32 uses another timer for tone(), maybe other platforms (not tested yet) too.
tone(TONE_PIN, 2200, 8);
-# else
+# else
IrReceiver.stopTimer(); // Stop timer consistently before calling tone() or other functions using the timer resource.
tone(TONE_PIN, 2200, 8);
delay(8);
IrReceiver.restartTimer(); // Restart IR timer after timer resource is no longer blocked.
+# endif
# endif
-#endif
}
+#endif // FLASHEND >= 0x3FFF
void handleOverflow() {
Serial.println(F("Overflow detected"));
Serial.println(F("Try to increase the \"RAW_BUFFER_LENGTH\" value of " STR(RAW_BUFFER_LENGTH) " in " __FILE__));
// see also https://github.com/Arduino-IRremote/Arduino-IRremote#compile-options--macros-for-this-library
-#if !defined(ESP8266) && !defined(NRF5) // tone on esp8266 works once, then it disables IrReceiver.restartTimer() / timerConfigForReceive().
+#if !defined(ESP8266) && !defined(NRF5) && FLASHEND >= 0x3FFF // tone on esp8266 works once, then it disables IrReceiver.restartTimer() / timerConfigForReceive().
/*
* Stop timer, generate a double beep and start timer again
*/
diff --git a/examples/ReceiveDump/PinDefinitionsAndMore.h b/examples/ReceiveDump/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/ReceiveDump/PinDefinitionsAndMore.h
+++ b/examples/ReceiveDump/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/ReceiveDump/ReceiveDump.ino b/examples/ReceiveDump/ReceiveDump.ino
index d0451baa..b0101062 100644
--- a/examples/ReceiveDump/ReceiveDump.ino
+++ b/examples/ReceiveDump/ReceiveDump.ino
@@ -36,7 +36,7 @@
#include "PinDefinitionsAndMore.h" // Define macros for input and output pin etc.
#if !defined(RAW_BUFFER_LENGTH)
-// For air condition remotes it requires 750. Default is 200.
+// For air condition remotes it may require up to 750. Default is 200.
# if !((defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF))
#define RAW_BUFFER_LENGTH 730 // this allows usage of 16 bit raw buffer, for RECORD_GAP_MICROS > 20000
# endif
@@ -65,13 +65,17 @@ void setup() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200); // Status message will be sent to PC at 9600 baud
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
- delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
+ // Wait until Serial Monitor is attached.
+ // Required for boards using USB code for Serial like Leonardo.
+ // Is void for USB Serial implementations using external chips e.g. a CH340.
+ while (!Serial)
+ ;
+ // !!! Program will not proceed if no Serial Monitor is attached !!!
#endif
+
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
diff --git a/examples/ReceiveOneAndSendMultiple/PinDefinitionsAndMore.h b/examples/ReceiveOneAndSendMultiple/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/ReceiveOneAndSendMultiple/PinDefinitionsAndMore.h
+++ b/examples/ReceiveOneAndSendMultiple/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/ReceiveOneAndSendMultiple/ReceiveOneAndSendMultiple.ino b/examples/ReceiveOneAndSendMultiple/ReceiveOneAndSendMultiple.ino
index a4a584f0..e11a0875 100644
--- a/examples/ReceiveOneAndSendMultiple/ReceiveOneAndSendMultiple.ino
+++ b/examples/ReceiveOneAndSendMultiple/ReceiveOneAndSendMultiple.ino
@@ -104,8 +104,6 @@ void setup() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/ReceiverTimingAnalysis/ReceiverTimingAnalysis.ino b/examples/ReceiverTimingAnalysis/ReceiverTimingAnalysis.ino
index c0efd284..ab732bcd 100644
--- a/examples/ReceiverTimingAnalysis/ReceiverTimingAnalysis.ino
+++ b/examples/ReceiverTimingAnalysis/ReceiverTimingAnalysis.ino
@@ -48,13 +48,16 @@ void measureTimingISR(void);
void setup() {
pinMode(LED_BUILTIN, OUTPUT);
- Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
+ Serial.begin(115200);
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
- delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
+ // Wait until Serial Monitor is attached.
+ // Required for boards using USB code for Serial like Leonardo.
+ // Is void for USB Serial implementations using external chips e.g. a CH340.
+ while (!Serial)
+ ;
+ // !!! Program will not proceed if no Serial Monitor is attached !!!
#endif
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__));
@@ -70,7 +73,11 @@ void setup() {
EIMSK |= _BV(INT1); // enable interrupt on next change
# endif
#else
+# if defined(ARDUINO_ARCH_SAMD) // see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/ paragraph: Syntax
+ attachInterrupt(IR_RECEIVE_PIN, measureTimingISR, CHANGE);
+# else
attachInterrupt(digitalPinToInterrupt(IR_RECEIVE_PIN), measureTimingISR, CHANGE);
+# endif
#endif
Serial.println(F("Ready to analyze NEC IR signal at pin " STR(IR_RECEIVE_PIN)));
Serial.println();
diff --git a/examples/SendAndReceive/PinDefinitionsAndMore.h b/examples/SendAndReceive/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SendAndReceive/PinDefinitionsAndMore.h
+++ b/examples/SendAndReceive/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SendAndReceive/SendAndReceive.ino b/examples/SendAndReceive/SendAndReceive.ino
index 9e99353d..9b80ab7e 100644
--- a/examples/SendAndReceive/SendAndReceive.ino
+++ b/examples/SendAndReceive/SendAndReceive.ino
@@ -53,8 +53,6 @@
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/SendBoseWaveDemo/PinDefinitionsAndMore.h b/examples/SendBoseWaveDemo/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SendBoseWaveDemo/PinDefinitionsAndMore.h
+++ b/examples/SendBoseWaveDemo/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SendBoseWaveDemo/SendBoseWaveDemo.ino b/examples/SendBoseWaveDemo/SendBoseWaveDemo.ino
index a7eafb3d..5046b96c 100644
--- a/examples/SendBoseWaveDemo/SendBoseWaveDemo.ino
+++ b/examples/SendBoseWaveDemo/SendBoseWaveDemo.ino
@@ -110,8 +110,6 @@ void setup() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/SendDemo/PinDefinitionsAndMore.h b/examples/SendDemo/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SendDemo/PinDefinitionsAndMore.h
+++ b/examples/SendDemo/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SendDemo/SendDemo.ino b/examples/SendDemo/SendDemo.ino
index 36232640..c918aa3a 100644
--- a/examples/SendDemo/SendDemo.ino
+++ b/examples/SendDemo/SendDemo.ino
@@ -8,7 +8,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2020-2023 Armin Joachimsmeyer
+ * Copyright (c) 2020-2025 Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -42,23 +42,27 @@
//#define USE_NO_SEND_PWM // Use no carrier PWM, just simulate an active low receiver signal. Overrides SEND_PWM_BY_TIMER definition
//#define USE_ACTIVE_HIGH_OUTPUT_FOR_SEND_PIN // Simulate an active high receiver signal instead of an active low signal.
//#define USE_OPEN_DRAIN_OUTPUT_FOR_SEND_PIN // Use or simulate open drain output mode at send pin. Attention, active state of open drain is LOW, so connect the send LED between positive supply and send pin!
-//#define NO_LED_FEEDBACK_CODE // Saves 566 bytes program memory
-
+#if FLASHEND <= 0x1FFF // For 8k flash or less like ATtiny85
+#define NO_LED_FEEDBACK_CODE // Saves 344 bytes program memory
+#endif
//#undef IR_SEND_PIN // enable this, if you need to set send pin programmatically using uint8_t tSendPin below
#include
#define DELAY_AFTER_SEND 2000
#define DELAY_AFTER_LOOP 5000
+#if __INT_WIDTH__ < 32
+ IRRawDataType const tRawDataPGM[] PROGMEM = { 0xB02002, 0xA010 }; // LSB of tRawData[0] is sent first
+#endif
+
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
#endif
+
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
@@ -146,7 +150,7 @@ void loop() {
delay(DELAY_AFTER_SEND);
if (sRepeats == 0) {
-#if FLASHEND >= 0x3FFF && ((defined(RAMEND) && RAMEND > 0x6FF) || (defined(RAMSIZE) && RAMSIZE > 0x6FF)) // For 16k flash or more, like ATtiny1604. Code does not fit in program memory of ATtiny85 etc.
+#if FLASHEND >= 0x3FFF && ((!defined(RAMEND) && !defined(RAMSIZE)) || (defined(RAMEND) && RAMEND > 0x6FF) || (defined(RAMSIZE) && RAMSIZE > 0x6FF)) // For 16k flash or more, like ATtiny1604. Code does not fit in program memory of ATtiny85 etc.
/*
* Send constant values only once in this demo
*/
@@ -194,16 +198,14 @@ void loop() {
Serial.flush();
IrSender.sendNECMSB(0x40802CD3, 32, false);
delay(DELAY_AFTER_SEND);
-#endif
Serial.println(F("Send Panasonic 0xB, 0x10 as 48 bit PulseDistance using ProtocolConstants"));
Serial.flush();
-#if __INT_WIDTH__ < 32
- IRRawDataType tRawData[] = { 0xB02002, 0xA010 }; // LSB of tRawData[0] is sent first
- IrSender.sendPulseDistanceWidthFromArray(&KaseikyoProtocolConstants, &tRawData[0], 48, NO_REPEATS); // Panasonic is a Kaseikyo variant
-#else
- IrSender.sendPulseDistanceWidth(&KaseikyoProtocolConstants, 0xA010B02002, 48, NO_REPEATS); // Panasonic is a Kaseikyo variant
-#endif
+# if __INT_WIDTH__ < 32
+ IrSender.sendPulseDistanceWidthFromPGMArray_P(&KaseikyoProtocolConstants, &tRawDataPGM[0], 48, NO_REPEATS); // Panasonic is a Kaseikyo variant
+# else
+ IrSender.sendPulseDistanceWidth_P(&KaseikyoProtocolConstants, 0xA010B02002, 48, NO_REPEATS); // Panasonic is a Kaseikyo variant
+# endif
delay(DELAY_AFTER_SEND);
@@ -213,52 +215,54 @@ void loop() {
Serial.println(F("Send Panasonic 0xB, 0x10 as 48 bit PulseDistance"));
Serial.println(F(" LSB first"));
Serial.flush();
-#if __INT_WIDTH__ < 32
- IrSender.sendPulseDistanceWidthFromArray(38, 3450, 1700, 450, 1250, 450, 400, &tRawData[0], 48,
+# if __INT_WIDTH__ < 32
+ IrSender.sendPulseDistanceWidthFromPGMArray(38, 3450, 1700, 450, 1250, 450, 400, &tRawDataPGM[0], 48,
PROTOCOL_IS_LSB_FIRST, 0, NO_REPEATS);
-#else
- IrSender.sendPulseDistanceWidth(38, 3450, 1700, 450, 1250, 450, 400, 0xA010B02002, 48, PROTOCOL_IS_LSB_FIRST,
- 0, NO_REPEATS);
-#endif
+# else
+ IrSender.sendPulseDistanceWidth(38, 3450, 1700, 450, 1250, 450, 400, 0xA010B02002, 48, PROTOCOL_IS_LSB_FIRST, 0,
+ NO_REPEATS);
+# endif
delay(DELAY_AFTER_SEND);
// The same with MSB first. Use bit reversed raw data of LSB first part
Serial.println(F(" MSB first"));
-#if __INT_WIDTH__ < 32
+ IRRawDataType tRawData[4];
+# if __INT_WIDTH__ < 32
tRawData[0] = 0x40040D00; // MSB of tRawData[0] is sent first
tRawData[1] = 0x805;
IrSender.sendPulseDistanceWidthFromArray(38, 3450, 1700, 450, 1250, 450, 400, &tRawData[0], 48,
PROTOCOL_IS_MSB_FIRST, 0, NO_REPEATS);
-#else
- IrSender.sendPulseDistanceWidth(38, 3450, 1700, 450, 1250, 450, 400, 0x40040D000805, 48, PROTOCOL_IS_MSB_FIRST,
- 0, NO_REPEATS);
-#endif
+# else
+ IrSender.sendPulseDistanceWidth(38, 3450, 1700, 450, 1250, 450, 400, 0x40040D000805, 48, PROTOCOL_IS_MSB_FIRST, 0,
+ NO_REPEATS);
+# endif
delay(DELAY_AFTER_SEND);
Serial.println(F("Send 72 bit PulseDistance 0x5A AFEDCBA9 87654321 LSB first"));
Serial.flush();
-# if __INT_WIDTH__ < 32
+# if __INT_WIDTH__ < 32
tRawData[0] = 0x87654321; // LSB of tRawData[0] is sent first
tRawData[1] = 0xAFEDCBA9;
tRawData[2] = 0x5A;
IrSender.sendPulseDistanceWidthFromArray(38, 8900, 4450, 550, 1700, 550, 600, &tRawData[0], 72, PROTOCOL_IS_LSB_FIRST, 0,
NO_REPEATS);
-# else
- IRRawDataType tRawData[] = { 0xAFEDCBA987654321, 0x5A }; // LSB of tRawData[0] is sent first
- IrSender.sendPulseDistanceWidthFromArray(38, 8900, 4450, 550, 1700, 550, 600, &tRawData[0], 72, PROTOCOL_IS_LSB_FIRST, 0, NO_REPEATS);
-# endif
+# else
+ tRawData[0] = 0xAFEDCBA987654321;
+ tRawData[1] = 0x5A; // LSB of tRawData[0] is sent first
+ IrSender.sendPulseDistanceWidthFromArray(38, 8900, 4450, 550, 1700, 550, 600, &tRawData[0], 72, PROTOCOL_IS_LSB_FIRST, 0,
+ NO_REPEATS);
+# endif
delay(DELAY_AFTER_SEND);
Serial.println(F("Send 52 bit PulseDistanceWidth 0xDCBA9 87654321 LSB first"));
Serial.flush();
// Real PulseDistanceWidth (constant bit length) does not require a stop bit
-#if __INT_WIDTH__ < 32
+# if __INT_WIDTH__ < 32
IrSender.sendPulseDistanceWidthFromArray(38, 300, 600, 600, 300, 300, 600, &tRawData[0], 52,
PROTOCOL_IS_LSB_FIRST, 0, 0);
-#else
- IrSender.sendPulseDistanceWidth(38, 300, 600, 600, 300, 300, 600, 0xDCBA987654321, 52, PROTOCOL_IS_LSB_FIRST,
- 0, 0);
-#endif
+# else
+ IrSender.sendPulseDistanceWidth(38, 300, 600, 600, 300, 300, 600, 0xDCBA987654321, 52, PROTOCOL_IS_LSB_FIRST, 0, 0);
+# endif
delay(DELAY_AFTER_SEND);
Serial.println(F("Send ASCII 7 bit PulseDistanceWidth LSB first"));
@@ -272,6 +276,7 @@ void loop() {
uint32_t tData = (uint32_t) sAddress << 7 | (sCommand & 0x7F);
IrSender.sendPulseDistanceWidth(38, 2400, 600, 1200, 600, 600, 600, tData, SIRCS_12_PROTOCOL, PROTOCOL_IS_LSB_FIRST, 0, 0);
delay(DELAY_AFTER_SEND);
+#endif // FLASHEND >= 0x3FFF ...
Serial.println(F("Send 32 bit PulseWidth 0x87654321 LSB first"));
Serial.flush();
@@ -365,7 +370,7 @@ void loop() {
IrSender.sendRC6A(sAddress & 0xFF, sCommand, sRepeats, 0x2711, true);
delay(DELAY_AFTER_SEND);
-#if FLASHEND >= 0x3FFF && ((defined(RAMEND) && RAMEND > 0x4FF) || (defined(RAMSIZE) && RAMSIZE > 0x4FF)) // For 16k flash or more, like ATtiny1604. Code does not fit in program memory of ATtiny85 etc.
+#if FLASHEND >= 0x3FFF && ((!defined(RAMEND) && !defined(RAMSIZE)) || (defined(RAMEND) && RAMEND > 0x4FF) || (defined(RAMSIZE) && RAMSIZE > 0x4FF)) // For 16k flash or more, like ATtiny1604. Code does not fit in program memory of ATtiny85 etc.
Serial.println(F("Send MagiQuest"));
Serial.flush();
@@ -390,14 +395,14 @@ void loop() {
Serial.println(F("Send next protocols with IrSender.write"));
Serial.flush();
- IRSendData.protocol = JVC; // switch protocol
+ IRSendData.protocol = JVC;// switch protocol
Serial.print(F("Send "));
Serial.println(getProtocolString(IRSendData.protocol));
Serial.flush();
IrSender.write(&IRSendData, sRepeats);
delay(DELAY_AFTER_SEND);
- IRSendData.command = s16BitCommand; // LG support more than 8 bit command
+ IRSendData.command = s16BitCommand;// LG support more than 8 bit command
IRSendData.protocol = SAMSUNG;
Serial.print(F("Send "));
diff --git a/examples/SendLGAirConditionerDemo/PinDefinitionsAndMore.h b/examples/SendLGAirConditionerDemo/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SendLGAirConditionerDemo/PinDefinitionsAndMore.h
+++ b/examples/SendLGAirConditionerDemo/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SendLGAirConditionerDemo/SendLGAirConditionerDemo.ino b/examples/SendLGAirConditionerDemo/SendLGAirConditionerDemo.ino
index 90511f28..a92e45e2 100644
--- a/examples/SendLGAirConditionerDemo/SendLGAirConditionerDemo.ino
+++ b/examples/SendLGAirConditionerDemo/SendLGAirConditionerDemo.ino
@@ -67,13 +67,12 @@ void setup() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
-delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
+ delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
#endif
+
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
Serial.println(F("Send IR signals at pin " STR(IR_SEND_PIN)));
diff --git a/examples/SendProntoDemo/PinDefinitionsAndMore.h b/examples/SendProntoDemo/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SendProntoDemo/PinDefinitionsAndMore.h
+++ b/examples/SendProntoDemo/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SendProntoDemo/SendProntoDemo.ino b/examples/SendProntoDemo/SendProntoDemo.ino
index d4893f03..e935d00c 100644
--- a/examples/SendProntoDemo/SendProntoDemo.ino
+++ b/examples/SendProntoDemo/SendProntoDemo.ino
@@ -59,8 +59,11 @@ IRsend irsend;
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
+
+#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
+ || defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
+ delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
+#endif
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
diff --git a/examples/SendRawDemo/PinDefinitionsAndMore.h b/examples/SendRawDemo/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SendRawDemo/PinDefinitionsAndMore.h
+++ b/examples/SendRawDemo/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SendRawDemo/SendRawDemo.ino b/examples/SendRawDemo/SendRawDemo.ino
index 8e184751..5b03a643 100644
--- a/examples/SendRawDemo/SendRawDemo.ino
+++ b/examples/SendRawDemo/SendRawDemo.ino
@@ -52,8 +52,6 @@ void setup() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
diff --git a/examples/SimpleReceiver/PinDefinitionsAndMore.h b/examples/SimpleReceiver/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SimpleReceiver/PinDefinitionsAndMore.h
+++ b/examples/SimpleReceiver/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SimpleReceiver/SimpleReceiver.ino b/examples/SimpleReceiver/SimpleReceiver.ino
index 36d79a6f..95eaee8c 100644
--- a/examples/SimpleReceiver/SimpleReceiver.ino
+++ b/examples/SimpleReceiver/SimpleReceiver.ino
@@ -9,7 +9,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2020-2023 Armin Joachimsmeyer
+ * Copyright (c) 2020-2025 Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -43,7 +43,7 @@
//#define DECODE_KASEIKYO
//#define DECODE_PANASONIC // alias for DECODE_KASEIKYO
//#define DECODE_LG
-#define DECODE_NEC // Includes Apple and Onkyo. To enable all protocols , just comment/disable this line.
+//#define DECODE_NEC // Includes Apple and Onkyo. To enable all protocols , just comment/disable this line.
//#define DECODE_SAMSUNG
//#define DECODE_SONY
//#define DECODE_RC5
@@ -62,7 +62,7 @@
//#define DEBUG // Activate this for lots of lovely debug output from the decoders.
-//#define RAW_BUFFER_LENGTH 750 // For air condition remotes it requires 750. Default is 200.
+//#define RAW_BUFFER_LENGTH 750 // For air condition remotes it may require up to 750. Default is 200.
/*
* This include defines the actual pin number for pins like IR_RECEIVE_PIN, IR_SEND_PIN for many different boards and architectures
@@ -72,8 +72,6 @@
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
@@ -104,9 +102,11 @@ void loop() {
Serial.println(F("Received noise or an unknown (or not yet enabled) protocol"));
// We have an unknown protocol here, print extended info
IrReceiver.printIRResultRawFormatted(&Serial, true);
+
IrReceiver.resume(); // Do it here, to preserve raw data for printing with printIRResultRawFormatted()
} else {
IrReceiver.resume(); // Early enable receiving of the next IR frame
+
IrReceiver.printIRResultShort(&Serial);
IrReceiver.printIRSendUsage(&Serial);
}
@@ -115,10 +115,16 @@ void loop() {
/*
* Finally, check the received data and perform actions according to the received command
*/
- if (IrReceiver.decodedIRData.command == 0x10) {
- // do something
- } else if (IrReceiver.decodedIRData.command == 0x11) {
- // do something else
+ if (IrReceiver.decodedIRData.flags & IRDATA_FLAGS_IS_REPEAT) {
+ Serial.println(F("Repeat received. Here you can repeat the same action as before."));
+ } else {
+ if (IrReceiver.decodedIRData.command == 0x10) {
+ Serial.println(F("Received command 0x10."));
+ // do something
+ } else if (IrReceiver.decodedIRData.command == 0x11) {
+ Serial.println(F("Received command 0x11."));
+ // do something else
+ }
}
}
}
diff --git a/examples/SimpleReceiverForHashCodes/PinDefinitionsAndMore.h b/examples/SimpleReceiverForHashCodes/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SimpleReceiverForHashCodes/PinDefinitionsAndMore.h
+++ b/examples/SimpleReceiverForHashCodes/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SimpleReceiverForHashCodes/SimpleReceiverForHashCodes.ino b/examples/SimpleReceiverForHashCodes/SimpleReceiverForHashCodes.ino
index 1766e7c3..91819446 100644
--- a/examples/SimpleReceiverForHashCodes/SimpleReceiverForHashCodes.ino
+++ b/examples/SimpleReceiverForHashCodes/SimpleReceiverForHashCodes.ino
@@ -32,12 +32,18 @@
#include
+#include "PinDefinitionsAndMore.h" // Define macros for input and output pin etc.
+
/*
* Specify which protocol(s) should be used for decoding.
* This must be done before the #include
*/
#define DECODE_HASH // special decoder for all protocols
+#if !defined(RAW_BUFFER_LENGTH)
+# if !((defined(RAMEND) && RAMEND <= 0x4FF) || (defined(RAMSIZE) && RAMSIZE < 0x4FF))
#define RAW_BUFFER_LENGTH 1000 // Especially useful for unknown and probably long protocols
+# endif
+#endif
//#define DEBUG // Activate this for lots of lovely debug output from the decoders.
/*
@@ -48,8 +54,6 @@
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
@@ -81,10 +85,17 @@ void loop() {
* Finally, check the received data and perform actions according to the received command
*/
auto tDecodedRawData = IrReceiver.decodedIRData.decodedRawData; // uint32_t on 8 and 16 bit CPUs and uint64_t on 32 and 64 bit CPUs
- if (tDecodedRawData == 0x4F7BE2FB) {
- // do something
- } else if (tDecodedRawData == 0x97483BFB) {
- // do something else
+ if (IrReceiver.decodedIRData.flags & IRDATA_FLAGS_IS_REPEAT) {
+ Serial.println(F("Repeat received. Here you can repeat the same action as before."));
+ } else {
+ Serial.print(F("Raw data received are 0x"));
+ Serial.println(tDecodedRawData);
+
+ if (IrReceiver.decodedIRData.command == 0x10) {
+ // do something
+ } else if (IrReceiver.decodedIRData.command == 0x11) {
+ // do something else
+ }
}
}
}
diff --git a/examples/SimpleReceiverWithCallback/PinDefinitionsAndMore.h b/examples/SimpleReceiverWithCallback/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SimpleReceiverWithCallback/PinDefinitionsAndMore.h
+++ b/examples/SimpleReceiverWithCallback/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SimpleReceiverWithCallback/SimpleReceiverWithCallback.ino b/examples/SimpleReceiverWithCallback/SimpleReceiverWithCallback.ino
index a857203f..5489dbc8 100644
--- a/examples/SimpleReceiverWithCallback/SimpleReceiverWithCallback.ino
+++ b/examples/SimpleReceiverWithCallback/SimpleReceiverWithCallback.ino
@@ -59,7 +59,7 @@
//#define DEBUG // Activate this for lots of lovely debug output from the decoders.
-//#define RAW_BUFFER_LENGTH 750 // For air condition remotes it requires 750. Default is 200.
+//#define RAW_BUFFER_LENGTH 750 // For air condition remotes it may require up to 750. Default is 200.
#include
@@ -77,8 +77,6 @@ void ReceiveCompleteCallbackHandler();
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
diff --git a/examples/SimpleSender/PinDefinitionsAndMore.h b/examples/SimpleSender/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/SimpleSender/PinDefinitionsAndMore.h
+++ b/examples/SimpleSender/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/SimpleSender/SimpleSender.ino b/examples/SimpleSender/SimpleSender.ino
index d73b3748..c6d97d62 100644
--- a/examples/SimpleSender/SimpleSender.ino
+++ b/examples/SimpleSender/SimpleSender.ino
@@ -3,8 +3,9 @@
*
* Demonstrates sending IR codes in standard format with address and command
* An extended example for sending can be found as SendDemo.
+ * Sending IR codes using several pins for sending is implements in the MultipleSendPins example.
*
- * Copyright (C) 2020-2022 Armin Joachimsmeyer
+ * Copyright (C) 2020-2025 Armin Joachimsmeyer
* armin.joachimsmeyer@gmail.com
*
* This file is part of Arduino-IRremote https://github.com/Arduino-IRremote/Arduino-IRremote.
@@ -29,8 +30,6 @@ void setup() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
diff --git a/examples/TinyReceiver/PinDefinitionsAndMore.h b/examples/TinyReceiver/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/TinyReceiver/PinDefinitionsAndMore.h
+++ b/examples/TinyReceiver/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/TinyReceiver/TinyReceiver.ino b/examples/TinyReceiver/TinyReceiver.ino
index d8c440d4..b31b4657 100644
--- a/examples/TinyReceiver/TinyReceiver.ino
+++ b/examples/TinyReceiver/TinyReceiver.ino
@@ -67,7 +67,7 @@
* Set compile options to modify the generated code.
*/
//#define DISABLE_PARITY_CHECKS // Disable parity checks. Saves 48 bytes of program memory.
-//#define USE_CALLBACK_FOR_TINY_RECEIVER // Call the fixed function "void handleReceivedTinyIRData()" each time a frame or repeat is received.
+//#define USE_CALLBACK_FOR_TINY_RECEIVER // Call the user provided function "void handleReceivedTinyIRData()" each time a frame or repeat is received.
#include "TinyIRReceiver.hpp" // include the code
@@ -81,13 +81,17 @@
void setup() {
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
- delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
+ // Wait until Serial Monitor is attached.
+ // Required for boards using USB code for Serial like Leonardo.
+ // Is void for USB Serial implementations using external chips e.g. a CH340.
+ while (!Serial)
+ ;
+ // !!! Program will not proceed if no Serial Monitor is attached !!!
#endif
+
// Just to know which program is running on my Arduino
#if defined(ESP8266) || defined(ESP32)
Serial.println();
diff --git a/examples/TinySender/PinDefinitionsAndMore.h b/examples/TinySender/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/TinySender/PinDefinitionsAndMore.h
+++ b/examples/TinySender/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/TinySender/TinySender.ino b/examples/TinySender/TinySender.ino
index 7a1fb343..4af49883 100644
--- a/examples/TinySender/TinySender.ino
+++ b/examples/TinySender/TinySender.ino
@@ -54,8 +54,6 @@ void setup() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_TINYIR));
diff --git a/examples/UnitTest/PinDefinitionsAndMore.h b/examples/UnitTest/PinDefinitionsAndMore.h
index 14573c78..b13414f5 100644
--- a/examples/UnitTest/PinDefinitionsAndMore.h
+++ b/examples/UnitTest/PinDefinitionsAndMore.h
@@ -35,11 +35,12 @@
* ATtiny167 9|PA3 8|PA2 5|PA7 Digispark original core
* ATtiny84 |PB2 |PA4 |PA3 ATTinyCore
* ATtiny88 3|PD3 4|PD4 9|PB1 ATTinyCore
- * ATtiny3217 18|PA1 19|PA2 20|PA3 MegaTinyCore
+ * ATtiny3216 14|PA1 15|PA2 16|PA3 MegaTinyCore
* ATtiny1604 2 3|PA5 %
* ATtiny816 14|PA1 16|PA3 1|PA5 MegaTinyCore
* ATtiny1614 8|PA1 10|PA3 1|PA5 MegaTinyCore
- * SAMD21 3 4 5
+ * MKR* 1 3 4
+ * SAMD 2 3 4
* ESP8266 14|D5 12|D6 %
* ESP32 15 4 27
* ESP32-C3 2 3 4
@@ -93,10 +94,10 @@
// Tiny Core Dev board
// https://www.tindie.com/products/xkimi/tiny-core-16-dev-board-attiny1616/ - Out of Stock
// https://www.tindie.com/products/xkimi/tiny-core-32-dev-board-attiny3217/ - Out of Stock
-#define IR_RECEIVE_PIN PIN_PA1 // use 18 instead of PIN_PA1 for TinyCore32
-#define IR_SEND_PIN PIN_PA2 // 19
-#define TONE_PIN PIN_PA3 // 20
-#define APPLICATION_PIN PIN_PA0 // 0
+#define IR_RECEIVE_PIN PIN_PA1 // 14 use 18 instead of PIN_PA1 for TinyCore32
+#define IR_SEND_PIN PIN_PA2 // 15, 19 for TinyCore32
+#define TONE_PIN PIN_PA3 // 16, 20 for TinyCore32
+#define APPLICATION_PIN PIN_PC3 // 13, PIN_PA0 is RESET
#undef LED_BUILTIN // No LED available on the TinyCore 32 board, take the one on the programming board which is connected to the DAC output
#define LED_BUILTIN PIN_PA6 // use 2 instead of PIN_PA6 for TinyCore32
@@ -185,16 +186,19 @@
#define NO_LED_FEEDBACK_CODE // The WS2812 on pin 8 of AI-C3 board crashes if used as receive feedback LED, other I/O pins are working...
#define IR_RECEIVE_PIN 6
#define IR_SEND_PIN 7
-#define TONE_PIN 10
-#define APPLICATION_PIN 18
+#define TONE_PIN 9
+#define APPLICATION_PIN 10
#elif defined(ESP32)
#include
// tone() is included in ESP32 core since 2.0.2
-#if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 12345678
-#endif
+# if !defined(ESP_ARDUINO_VERSION)
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
+# endif
+# if !defined(ESP_ARDUINO_VERSION_VAL)
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
+# endif
#if ESP_ARDUINO_VERSION <= ESP_ARDUINO_VERSION_VAL(2, 0, 2)
#define TONE_LEDC_CHANNEL 1 // Using channel 1 makes tone() independent of receiving timer -> No need to stop receiving timer.
void tone(uint8_t aPinNumber, unsigned int aFrequency){
@@ -285,7 +289,11 @@ void noTone(uint8_t aPinNumber){
#define _IR_TIMING_TEST_PIN 7
#elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM)
+# if defined(USE_ARDUINO_MKR_PIN_LAYOUT)
+#define IR_RECEIVE_PIN 1 // Pin 2 on MKR is not interrupt capable, see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/
+# else
#define IR_RECEIVE_PIN 2
+# endif
#define IR_SEND_PIN 3
#define TONE_PIN 4
#define APPLICATION_PIN 5
diff --git a/examples/UnitTest/UnitTest.ino b/examples/UnitTest/UnitTest.ino
index af464aa5..afdbf4bc 100644
--- a/examples/UnitTest/UnitTest.ino
+++ b/examples/UnitTest/UnitTest.ino
@@ -9,7 +9,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2020-2024 Armin Joachimsmeyer
+ * Copyright (c) 2020-2025 Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -119,16 +119,23 @@
volatile bool sDataJustReceived = false;
void ReceiveCompleteCallbackHandler();
+#if __INT_WIDTH__ < 32
+IRRawDataType const tRawDataPGM[4] PROGMEM = { 0xB02002, 0xA010, 0x0, 0x0 }; // LSB of tRawData[0] is sent first
+#endif
+
void setup() {
pinMode(DEBUG_BUTTON_PIN, INPUT_PULLUP);
Serial.begin(115200);
- while (!Serial)
- ; // Wait for Serial to become available. Is optimized away for some cores.
#if defined(__AVR_ATmega32U4__) || defined(SERIAL_PORT_USBVIRTUAL) || defined(SERIAL_USB) /*stm32duino*/|| defined(USBCON) /*STM32_stm32*/ \
|| defined(SERIALUSB_PID) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_attiny3217)
- delay(4000); // To be able to connect Serial monitor after reset or power up and before first print out. Do not wait for an attached Serial Monitor!
+ // Wait until Serial Monitor is attached.
+ // Required for boards using USB code for Serial like Leonardo.
+ // Is void for USB Serial implementations using external chips e.g. a CH340.
+ while (!Serial)
+ ;
+ // !!! Program will not proceed if no Serial Monitor is attached !!!
#endif
// Just to know which program is running on my Arduino
Serial.println(F("START " __FILE__ " from " __DATE__ "\r\nUsing library version " VERSION_IRREMOTE));
@@ -166,7 +173,7 @@ void setup() {
#else
// Here the macro IR_SEND_PIN is not defined or undefined above with #undef IR_SEND_PIN
uint8_t tSendPin = 3;
- IrSender.begin(tSendPin, ENABLE_LED_FEEDBACK, USE_DEFAULT_FEEDBACK_LED_PIN); // Specify send pin and enable feedback LED at default feedback LED pin
+ IrSender.begin(tSendPin, ENABLE_LED_FEEDBACK, USE_DEFAULT_FEEDBACK_LED_PIN);// Specify send pin and enable feedback LED at default feedback LED pin
// You can change send pin later with IrSender.setSendPin();
Serial.print(F("Send IR signals at pin "));
@@ -430,7 +437,9 @@ void loop() {
#if FLASHEND >= 0x3FFF // For 16k flash or more, like ATtiny1604. Code does not fit in program memory of ATtiny85 etc.
if (sAddress == 0xFFF1) {
-# if FLASHEND >= 0x7FFF && ((defined(RAMEND) && RAMEND <= 0x6FF) || (defined(RAMSIZE) && RAMSIZE < 0x6FF)) // For 32k flash or more, like Uno. Code does not fit in program memory of ATtiny1604 etc.
+# if FLASHEND >= 0x7FFF && ((!defined(RAMEND) && !defined(RAMSIZE)) || (defined(RAMEND) && RAMEND > 0x6FF) || (defined(RAMSIZE) && RAMSIZE > 0x6FF)) // For 32k flash or more, like Uno. Code does not fit in program memory of ATtiny1604 etc.
+ IRRawDataType tRawData[4];
+
/*
* Send constant values only once in this demo
*/
@@ -480,21 +489,17 @@ void loop() {
IrSender.sendNECMSB(0x40802CD3, 32, false);
checkReceive(0x0102, 0x34);
delay(DELAY_AFTER_SEND);
-# endif
-# if __INT_WIDTH__ < 32
- IRRawDataType tRawData[4] = { 0xB02002, 0xA010, 0x0, 0x0 }; // LSB of tRawData[0] is sent first
-# endif
-# if defined(DECODE_PANASONIC) || defined(DECODE_KASEIKYO)
+# if defined(DECODE_PANASONIC) || defined(DECODE_KASEIKYO)
Serial.println(F("Send Panasonic 0xB, 0x10 as 48 bit PulseDistance using ProtocolConstants"));
Serial.flush();
-# if __INT_WIDTH__ < 32
- IrSender.sendPulseDistanceWidthFromArray(&KaseikyoProtocolConstants, &tRawData[0], 48, NO_REPEATS); // Panasonic is a Kaseikyo variant
+# if __INT_WIDTH__ < 32
+ IrSender.sendPulseDistanceWidthFromPGMArray_P(&KaseikyoProtocolConstants, &tRawDataPGM[0], 48, NO_REPEATS); // Panasonic is a Kaseikyo variant
checkReceive(0x0B, 0x10);
-# else
- IrSender.sendPulseDistanceWidth(&KaseikyoProtocolConstants, 0xA010B02002, 48, NO_REPEATS); // Panasonic is a Kaseikyo variant
+# else
+ IrSender.sendPulseDistanceWidth_P(&KaseikyoProtocolConstants, 0xA010B02002, 48, NO_REPEATS); // Panasonic is a Kaseikyo variant
checkReceivedRawData(0xA010B02002);
-# endif
+# endif
delay(DELAY_AFTER_SEND);
/*
@@ -503,60 +508,60 @@ void loop() {
Serial.println(F("Send Panasonic 0xB, 0x10 as 48 bit PulseDistance"));
Serial.println(F("-LSB first"));
Serial.flush();
-# if __INT_WIDTH__ < 32
- IrSender.sendPulseDistanceWidthFromArray(38, 3450, 1700, 450, 1250, 450, 400, &tRawData[0], 48, PROTOCOL_IS_LSB_FIRST, 0,
- NO_REPEATS);
+# if __INT_WIDTH__ < 32
+ IrSender.sendPulseDistanceWidthFromPGMArray(38, 3450, 1700, 450, 1250, 450, 400, &tRawDataPGM[0], 48, PROTOCOL_IS_LSB_FIRST,
+ 0, NO_REPEATS);
checkReceive(0x0B, 0x10);
-# else
+# else
IrSender.sendPulseDistanceWidth(38, 3450, 1700, 450, 1250, 450, 400, 0xA010B02002, 48, PROTOCOL_IS_LSB_FIRST, 0,
- NO_REPEATS);
+ NO_REPEATS);
checkReceivedRawData(0xA010B02002);
-# endif
+# endif
delay(DELAY_AFTER_SEND);
// The same with MSB first. Use bit reversed raw data of LSB first part
Serial.println(F("-MSB first"));
-# if __INT_WIDTH__ < 32
+# if __INT_WIDTH__ < 32
tRawData[0] = 0x40040D00; // MSB of tRawData[0] is sent first
tRawData[1] = 0x805;
IrSender.sendPulseDistanceWidthFromArray(38, 3450, 1700, 450, 1250, 450, 400, &tRawData[0], 48, PROTOCOL_IS_MSB_FIRST, 0,
NO_REPEATS);
checkReceive(0x0B, 0x10);
-# else
+# else
IrSender.sendPulseDistanceWidth(38, 3450, 1700, 450, 1250, 450, 400, 0x40040D000805, 48, PROTOCOL_IS_MSB_FIRST, 0,
- NO_REPEATS);
+ NO_REPEATS);
checkReceivedRawData(0x40040D000805);
-# endif
+# endif
delay(DELAY_AFTER_SEND);
-# endif // defined(DECODE_PANASONIC) || defined(DECODE_KASEIKYO)
+# endif // defined(DECODE_PANASONIC) || defined(DECODE_KASEIKYO)
-# if defined(DECODE_DISTANCE_WIDTH)
-# if defined(USE_MSB_DECODING_FOR_DISTANCE_DECODER)
+# if defined(DECODE_DISTANCE_WIDTH)
+# if defined(USE_MSB_DECODING_FOR_DISTANCE_DECODER)
Serial.println(F("Send 52 bit PulseDistance 0x43D8613C and 0x3BC3B MSB first"));
Serial.flush();
-# if __INT_WIDTH__ < 32
+# if __INT_WIDTH__ < 32
tRawData[0] = 0x43D8613C; // MSB of tRawData[0] is sent first
tRawData[1] = 0x3BC3B;
IrSender.sendPulseDistanceWidthFromArray(38, 8900, 4450, 550, 1700, 550, 600, &tRawData[0], 52, PROTOCOL_IS_MSB_FIRST, 0,
NO_REPEATS);
checkReceivedArray(tRawData, 2);
-# else
+# else
IrSender.sendPulseDistanceWidth(38, 8900, 4450, 550, 1700, 550, 600, 0x43D8613CBC3B, 52, PROTOCOL_IS_MSB_FIRST, 0, NO_REPEATS);
checkReceivedRawData(0x43D8613CBC3B);
-# endif
+# endif
delay(DELAY_AFTER_SEND);
Serial.println(F("Send 52 bit PulseDistanceWidth 0x43D8613C and 0x3BC3B MSB first"));
Serial.flush();
// Real PulseDistanceWidth (constant bit length) does not require a stop bit
-# if __INT_WIDTH__ < 32
+# if __INT_WIDTH__ < 32
IrSender.sendPulseDistanceWidthFromArray(38, 300, 600, 600, 300, 300, 600, &tRawData[0], 52, PROTOCOL_IS_MSB_FIRST, 0, 0);
checkReceivedArray(tRawData, 2);
-# else
+# else
IrSender.sendPulseDistanceWidth(38, 300, 600, 600, 300, 300, 600, 0x123456789ABC, 52, PROTOCOL_IS_MSB_FIRST, 0, 0);
checkReceivedRawData(0x123456789ABC);
-# endif
+# endif
delay(DELAY_AFTER_SEND);
Serial.println(F("Send 32 bit PulseWidth 0x43D8613C MSB first"));
Serial.flush();
@@ -565,48 +570,49 @@ void loop() {
checkReceivedRawData(0x43D8613C);
delay(DELAY_AFTER_SEND);
-# else // defined(USE_MSB_DECODING_FOR_DISTANCE_DECODER)
+# else // defined(USE_MSB_DECODING_FOR_DISTANCE_DECODER)
Serial.println(F("Send 72 bit PulseDistance 0x5A AFEDCBA9 87654321 LSB first"));
Serial.flush();
-# if __INT_WIDTH__ < 32
+# if __INT_WIDTH__ < 32
tRawData[0] = 0x87654321; // LSB of tRawData[0] is sent first
tRawData[1] = 0xAFEDCBA9;
tRawData[2] = 0x5A;
IrSender.sendPulseDistanceWidthFromArray(38, 8900, 4450, 550, 1700, 550, 600, &tRawData[0], 72, PROTOCOL_IS_LSB_FIRST, 0,
NO_REPEATS);
checkReceivedArray(tRawData, 3);
-# else
- IRRawDataType tRawData[] = { 0xAFEDCBA987654321, 0x5A }; // LSB of tRawData[0] is sent first
+# else
+ tRawData[0] = 0xAFEDCBA987654321;
+ tRawData[1] = 0x5A; // LSB of tRawData[0] is sent first
IrSender.sendPulseDistanceWidthFromArray(38, 8900, 4450, 550, 1700, 550, 600, &tRawData[0], 72, PROTOCOL_IS_LSB_FIRST, 0,
- NO_REPEATS);
+ NO_REPEATS);
checkReceivedArray(tRawData, 2);
-# endif
+# endif
delay(DELAY_AFTER_SEND);
Serial.println(F("Send 52 bit PulseDistanceWidth 0xDCBA9 87654321 LSB first"));
Serial.flush();
// Real PulseDistanceWidth (constant bit length) does theoretically not require a stop bit, but we know the stop bit from serial transmission
-# if __INT_WIDTH__ < 32
+# if __INT_WIDTH__ < 32
tRawData[1] = 0xDCBA9;
IrSender.sendPulseDistanceWidthFromArray(38, 300, 600, 300, 600, 600, 300, &tRawData[0], 52, PROTOCOL_IS_LSB_FIRST, 0, 0);
checkReceivedArray(tRawData, 2);
-# else
+# else
IrSender.sendPulseDistanceWidth(38, 300, 600, 300, 600, 600, 300, 0xDCBA987654321, 52, PROTOCOL_IS_LSB_FIRST, 0, 0);
checkReceivedRawData(0xDCBA987654321);
-# endif
+# endif
delay(DELAY_AFTER_SEND);
Serial.println(F("Send 52 bit PulseDistanceWidth 0xDCBA9 87654321 LSB first with inverse timing and data"));
Serial.flush();
-# if __INT_WIDTH__ < 32
+# if __INT_WIDTH__ < 32
tRawData[2] = ~tRawData[0];
tRawData[3] = ~tRawData[1];
IrSender.sendPulseDistanceWidthFromArray(38, 300, 600, 600, 300, 300, 600, &tRawData[2], 52, PROTOCOL_IS_LSB_FIRST, 0, 0);
checkReceivedArray(tRawData, 2);
-# else
+# else
IrSender.sendPulseDistanceWidth(38, 300, 600, 600, 300, 300, 600, ~0xDCBA987654321, 52, PROTOCOL_IS_LSB_FIRST, 0, 0);
checkReceivedRawData(0xDCBA987654321);
-# endif
+# endif
delay(DELAY_AFTER_SEND);
Serial.println(F("Send 7 bit ASCII character with PulseDistanceWidth LSB first"));
@@ -629,16 +635,18 @@ void loop() {
checkReceivedRawData(0x87654321);
delay(DELAY_AFTER_SEND);
-# endif // defined(USE_MSB_DECODING_FOR_DISTANCE_DECODER)
-# endif // defined(DECODE_DISTANCE_WIDTH)
+# endif // defined(USE_MSB_DECODING_FOR_DISTANCE_DECODER)
+# endif // defined(DECODE_DISTANCE_WIDTH)
+# endif // if FLASHEND >= 0x7FFF ...
# if defined(DECODE_MAGIQUEST)
Serial.println(F("Send MagiQuest 0x6BCDFF00, 0x176 as 55 bit PulseDistanceWidth MSB first"));
Serial.flush();
# if __INT_WIDTH__ < 32
- tRawData[0] = 0x01AF37FC; // We have 1 header (start) bit and 7 start bits and 31 address bits for MagiQuest, so 0x6BCDFF00 is shifted 2 left
- tRawData[1] = 0x017619; // We send only 23 bits here! 0x19 is the checksum
- IrSender.sendPulseDistanceWidthFromArray(38, 287, 864, 576, 576, 287, 864, &tRawData[0], 55,
+ IRRawDataType tRawData1[2];
+ tRawData1[0] = 0x01AF37FC; // We have 1 header (start) bit and 7 start bits and 31 address bits for MagiQuest, so 0x6BCDFF00 is shifted 2 left
+ tRawData1[1] = 0x017619; // We send only 23 bits here! 0x19 is the checksum
+ IrSender.sendPulseDistanceWidthFromArray(38, 287, 864, 576, 576, 287, 864, &tRawData1[0], 55,
PROTOCOL_IS_MSB_FIRST | SUPPRESS_STOP_BIT, 0, 0);
# else
// 0xD79BFE00 is 0x6BCDFF00 is shifted 1 left
@@ -885,9 +893,9 @@ void loop() {
* Force buffer overflow
*/
Serial.println(F("Force buffer overflow by sending 450 marks and spaces"));
- for (unsigned int i = 0; i < 225; ++i) {
- // 400 + 400 should be received as 8/8 and sometimes as 9/7 or 7/9 if compensation by MARK_EXCESS_MICROS is optimal.
+ for (unsigned int i = 0; i < 225; ++i) { // 225 because we send 2 entries per loop
// 210 + 540 = 750 should be received as 5/10 or 4/11 if compensation by MARK_EXCESS_MICROS is optimal.
+ // 400 + 400 should be received as 8/8 and sometimes as 9/7 or 7/9 if compensation by MARK_EXCESS_MICROS is optimal.
IrSender.mark(210); // 8 pulses at 38 kHz
IrSender.space(540); // to fill up to 750 us
}
diff --git a/examples/UnitTest/UnitTest.log b/examples/UnitTest/UnitTest.log
index 99acf3f2..4063d890 100644
--- a/examples/UnitTest/UnitTest.log
+++ b/examples/UnitTest/UnitTest.log
@@ -12,129 +12,129 @@ Send signal mark duration for 38kHz is 8 us, pulse narrowing correction is 3000
address=0xFFF1 command=0x76
Send NEC with 8 bit address
-Protocol=NEC Address=0xF1 Command=0x76 Raw-Data=0x89760EF1 32 bits LSB first
+Protocol=NEC Address=0xF1 Command=0x76 Raw-Data=0x89760EF1 32 bits LSB first Duration=67850 us
Send with: IrSender.sendNEC(0xF1, 0x76, );
-rawData[68]:
+rawData[68]:
-1049200
- +8900,-445
- + 600,-1600 + 600,- 550 + 600,- 500 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,-1650
- + 600,- 550 + 600,-1600 + 600,-1650 + 600,-1650
- + 600,- 500 + 600,- 550 + 600,- 500 + 600,- 550
- + 600,- 500 + 600,-1650 + 600,-1650 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,-1650 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1650
- + 600
-Sum: 67800
+ +8950,-4350
+ + 650,-1600 + 650,- 500 + 600,- 500 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ + 650,- 500 + 600,-1600 + 650,-1600 + 650,-1600
+ + 600,- 500 + 650,- 500 + 600,- 500 + 650,- 500
+ + 600,- 500 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,-1650 + 600,- 500 + 650,- 500 + 600,-1600
+ + 650,- 500 + 650,- 500 + 600,- 500 + 650,-1600
+ + 650
+Duration=67850 us
Send NEC with 16 bit address
-Protocol=NEC Address=0xFFF1 Command=0x76 Raw-Data=0x8976FFF1 32 bits LSB first
+Protocol=NEC Address=0xFFF1 Command=0x76 Raw-Data=0x8976FFF1 32 bits LSB first Duration=73350 us
Send with: IrSender.sendNEC(0xFFF1, 0x76, );
-rawData[68]:
- -1058500
- +8950,-4450
- + 550,-1650 + 600,- 500 + 600,- 550 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,-1650
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,-1600
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,-1650
- + 600,- 500 + 600,-1650 + 600,-1650 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,- 550
- + 600,-1600 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1600
- + 600
-Sum: 73350
+rawData[68]:
+ -1060600
+ +8950,-4400
+ + 600,-1600 + 650,- 500 + 650,- 450 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ + 650,-1600 + 600,-1600 + 650,-1600 + 650,-1600
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ + 600,- 500 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,- 500 + 600,- 500 + 650,-1600
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,-1600
+ + 650
+Duration=73350 us
Send NEC2 with 16 bit address
-Protocol=NEC Address=0xFFF1 Command=0x76 Raw-Data=0x8976FFF1 32 bits LSB first
+Protocol=NEC Address=0xFFF1 Command=0x76 Raw-Data=0x8976FFF1 32 bits LSB first Duration=73400 us
Send with: IrSender.sendNEC(0xFFF1, 0x76, );
-rawData[68]:
- -1059050
+rawData[68]:
+ -1061100
+8950,-4400
- + 600,-1600 + 600,- 550 + 600,- 550 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,-1600
- + 600,-1650 + 600,-1650 + 600,-1600 + 650,-1600
- + 600,-1650 + 600,-1650 + 600,-1600 + 650,-1600
- + 600,- 550 + 600,-1600 + 600,-1650 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,- 550
- + 600,-1600 + 600,- 550 + 600,- 550 + 600,-1600
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1600
- + 600
-Sum: 73300
+ + 650,-1600 + 650,- 500 + 600,- 500 + 650,- 500
+ + 650,-1600 + 600,-1600 + 650,-1600 + 650,-1600
+ + 650,-1600 + 600,-1650 + 600,-1600 + 650,-1600
+ + 650,-1600 + 650,-1600 + 600,-1600 + 650,-1600
+ + 600,- 500 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 600,- 500
+ + 650,-1600 + 650,- 500 + 600,- 500 + 650,-1600
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,-1600
+ + 650
+Duration=73400 us
Send Panasonic 0xB, 0x10 as 48 bit PulseDistance using ProtocolConstants
-Protocol=Panasonic Address=0xB Command=0x10 Raw-Data=0xA01000B0 48 bits LSB first
+Protocol=Panasonic Address=0xB Command=0x10 Raw-Data=0xA01000B0 48 bits LSB first Duration=54150 us
Send with: IrSender.sendPanasonic(0xB, 0x10, );
-rawData[100]:
- -1062700
- +3450,-1700
- + 450,- 450 + 450,-1250 + 450,- 400 + 500,- 400
- + 450,- 400 + 450,- 450 + 450,- 400 + 450,- 450
- + 450,- 400 + 450,- 400 + 450,- 450 + 450,- 400
- + 450,- 400 + 500,-1250 + 450,- 400 + 500,- 400
- + 450,- 400 + 450,- 450 + 450,- 400 + 450,- 400
- + 500,-1250 + 450,-1250 + 450,- 450 + 450,-1250
- + 450,- 400 + 450,- 450 + 450,- 400 + 450,- 400
- + 500,- 400 + 450,- 400 + 450,- 400 + 500,- 400
- + 450,- 400 + 500,- 400 + 450,- 400 + 450,- 400
- + 500,-1250 + 450,- 400 + 450,- 400 + 450,- 450
- + 450,- 400 + 450,- 400 + 450,- 450 + 450,- 400
- + 450,- 400 + 500,-1250 + 450,- 400 + 500,-1250
+rawData[100]:
+ -1064750
+ +3500,-1650
+ + 500,- 350 + 500,-1250 + 450,- 400 + 500,- 350
+ + 500,- 400 + 450,- 400 + 500,- 350 + 500,- 400
+ + 450,- 400 + 500,- 350 + 500,- 400 + 450,- 400
+ + 500,- 350 + 500,-1250 + 500,- 350 + 500,- 400
+ + 450,- 400 + 500,- 350 + 500,- 400 + 450,- 400
+ + 500,-1200 + 500,-1250 + 450,- 400 + 500,-1250
+ + 450,- 400 + 500,- 350 + 500,- 400 + 450,- 400
+ + 500,- 400 + 450,- 400 + 500,- 350 + 500,- 400
+ + 500,- 400 + 450,- 400 + 500,- 350 + 500,- 350
+ + 500,-1250 + 500,- 350 + 500,- 400 + 500,- 350
+ + 500,- 400 + 450,- 400 + 500,- 350 + 500,- 400
+ + 500,- 350 + 500,-1250 + 450,- 400 + 500,-1250
+ 450
-Sum: 54150
+Duration=54150 us
Send Panasonic 0xB, 0x10 as 48 bit PulseDistance
-LSB first
-Protocol=Panasonic Address=0xB Command=0x10 Raw-Data=0xA01000B0 48 bits LSB first
+Protocol=Panasonic Address=0xB Command=0x10 Raw-Data=0xA01000B0 48 bits LSB first Duration=53200 us
Send with: IrSender.sendPanasonic(0xB, 0x10, );
-rawData[100]:
- -1079300
+rawData[100]:
+ -1081400
+3450,-1650
- + 500,- 350 + 500,-1200 + 500,- 350 + 500,- 350
- + 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
+ + 550,- 300 + 500,-1200 + 500,- 350 + 500,- 350
+ 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
+ + 500,- 350 + 500,- 350 + 550,- 300 + 500,- 350
+ 500,- 350 + 500,-1200 + 500,- 350 + 500,- 350
+ 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
+ 500,-1200 + 500,-1200 + 500,- 350 + 500,-1200
+ 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
- + 500,- 350 + 500,- 350 + 500,- 400 + 450,- 400
- + 450,- 400 + 450,- 400 + 450,- 350 + 500,- 350
- + 500,-1200 + 500,- 350 + 500,- 350 + 500,- 350
+ + 500,- 350 + 500,- 350 + 500,- 350 + 550,- 350
+ + 500,- 350 + 500,- 350 + 500,- 350 + 500,- 300
+ + 550,-1150 + 500,- 400 + 450,- 350 + 500,- 350
+ 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
- + 500,- 400 + 450,-1200 + 500,- 350 + 500,-1200
+ + 550,- 300 + 500,-1200 + 500,- 350 + 500,-1200
+ 500
-Sum: 53200
+Duration=53200 us
-MSB first
-Protocol=Panasonic Address=0xB Command=0x10 Raw-Data=0xA01000B0 48 bits LSB first
+Protocol=Panasonic Address=0xB Command=0x10 Raw-Data=0xA01000B0 48 bits LSB first Duration=53200 us
Send with: IrSender.sendPanasonic(0xB, 0x10, );
-rawData[100]:
- -1074200
+rawData[100]:
+ -1076300
+3450,-1650
- + 500,- 350 + 500,-1200 + 500,- 350 + 500,- 350
- + 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
+ + 500,- 350 + 550,-1150 + 500,- 400 + 500,- 300
+ + 550,- 300 + 550,- 300 + 500,- 350 + 550,- 300
+ 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
+ 500,- 350 + 500,-1200 + 500,- 350 + 500,- 350
+ 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
+ 500,-1200 + 500,-1200 + 500,- 350 + 500,-1200
+ 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
- + 500,- 350 + 500,- 350 + 500,- 350 + 500,- 400
- + 450,- 400 + 450,- 400 + 450,- 400 + 450,- 350
+ + 500,- 350 + 500,- 350 + 550,- 300 + 500,- 400
+ + 500,- 350 + 500,- 350 + 500,- 350 + 500,- 300
+ 500,-1200 + 500,- 350 + 500,- 350 + 500,- 350
+ 500,- 350 + 500,- 350 + 500,- 350 + 500,- 350
- + 500,- 400 + 450,-1200 + 500,- 350 + 500,-1200
+ + 500,- 350 + 500,-1200 + 500,- 350 + 500,-1200
+ 500
-Sum: 53200
+Duration=53200 us
Send 72 bit PulseDistance 0x5A AFEDCBA9 87654321 LSB first
-Protocol=PulseDistance Raw-Data=0x5A 72 bits LSB first
-Send on a 8 bit platform with:
+Protocol=PulseDistance Raw-Data=0x5A 72 bits LSB first Duration=138400 us
+Send on a 8 bit platform with:
uint32_t tRawData[]={0x87654321, 0xAFEDCBA9, 0x5A};
- IrSender.sendPulseDistanceWidthFromArray(38, 8850, 4400, 600, 1650, 600, 550, &tRawData[0], 72, PROTOCOL_IS_LSB_FIRST, , );
-rawData[148]:
- -1079150
- +8850,-4400
- + 550,-1650 + 600,- 550 + 600,- 550 + 600,- 550
+ IrSender.sendPulseDistanceWidthFromArray(38, 8900, 4400, 600, 1650, 600, 550, &tRawData[0], 72, PROTOCOL_IS_LSB_FIRST, , );
+rawData[148]:
+ -1081200
+ +8900,-4400
+ + 600,-1600 + 600,- 550 + 600,- 550 + 600,- 550
+ 600,- 550 + 600,-1650 + 600,- 550 + 600,- 550
+ 600,-1650 + 600,-1650 + 600,- 550 + 600,- 550
+ 600,- 550 + 600,- 550 + 600,-1650 + 600,- 550
@@ -142,105 +142,105 @@ rawData[148]:
+ 600,- 550 + 600,-1650 + 600,-1650 + 600,- 550
+ 600,-1650 + 600,-1650 + 600,-1650 + 600,- 550
+ 600,- 550 + 600,- 550 + 600,- 550 + 600,-1650
- + 600,-1650 + 600,- 550 + 600,- 550 + 600,-1650
+ + 650,-1600 + 600,- 550 + 600,- 550 + 600,-1650
+ 600,- 550 + 600,-1650 + 600,- 550 + 600,-1650
+ 600,-1650 + 600,-1650 + 600,- 550 + 600,-1650
+ 600,- 550 + 600,- 550 + 600,-1650 + 600,-1650
- + 600,-1650 + 600,- 550 + 600,-1650 + 600,-1650
+ + 550,-1700 + 600,- 550 + 600,-1650 + 600,-1650
+ 600,- 550 + 600,-1650 + 600,-1650 + 600,-1650
- + 600,-1650 + 550,-1650 + 600,-1650 + 600,-1650
+ + 550,-1650 + 600,-1650 + 600,-1650 + 600,-1650
+ 600,- 550 + 600,-1650 + 600,- 550 + 600,-1700
+ 550,- 550 + 600,-1650 + 600,- 550 + 600,-1650
+ 600,-1650 + 600,- 550 + 600,-1650 + 600,- 550
+ 600
-Sum: 138350
+Duration=138400 us
Send 52 bit PulseDistanceWidth 0xDCBA9 87654321 LSB first
-Protocol=PulseDistance Raw-Data=0xDCBA9 52 bits LSB first
-Send on a 8 bit platform with:
+Protocol=PulseDistance Raw-Data=0xDCBA9 52 bits LSB first Duration=48250 us
+Send on a 8 bit platform with:
uint32_t tRawData[]={0x87654321, 0xDCBA9};
- IrSender.sendPulseDistanceWidthFromArray(38, 300, 600, 350, 550, 650, 250, &tRawData[0], 52, PROTOCOL_IS_LSB_FIRST, , );
-rawData[108]:
- -1116150
- + 300,- 600
- + 350,- 550 + 650,- 250 + 650,- 250 + 650,- 250
- + 650,- 250 + 350,- 550 + 650,- 250 + 650,- 250
- + 350,- 600 + 300,- 600 + 650,- 250 + 650,- 250
- + 650,- 250 + 650,- 250 + 350,- 550 + 650,- 250
- + 350,- 600 + 600,- 250 + 350,- 600 + 600,- 250
- + 650,- 250 + 350,- 600 + 350,- 550 + 600,- 300
+ IrSender.sendPulseDistanceWidthFromArray(38, 350, 550, 350, 550, 650, 250, &tRawData[0], 52, PROTOCOL_IS_LSB_FIRST, , );
+rawData[108]:
+ -1118250
+ + 350,- 550
+ + 400,- 500 + 700,- 200 + 650,- 250 + 700,- 200
+ + 650,- 250 + 400,- 550 + 650,- 250 + 650,- 250
+ + 350,- 550 + 350,- 550 + 650,- 250 + 650,- 250
+ + 650,- 250 + 650,- 200 + 400,- 550 + 650,- 200
+ + 400,- 550 + 650,- 200 + 400,- 550 + 650,- 200
+ + 700,- 200 + 400,- 550 + 350,- 550 + 650,- 250
+ 350,- 550 + 350,- 550 + 350,- 550 + 650,- 250
- + 650,- 250 + 650,- 250 + 650,- 250 + 350,- 600
- + 350,- 550 + 650,- 250 + 650,- 250 + 350,- 550
- + 650,- 250 + 350,- 600 + 600,- 300 + 350,- 550
- + 350,- 550 + 350,- 550 + 650,- 250 + 350,- 550
- + 650,- 250 + 650,- 250 + 350,- 550 + 350,- 600
- + 350,- 550 + 600,- 300 + 350,- 550 + 350,- 550
- + 350
-Sum: 48300
+ + 650,- 250 + 650,- 250 + 650,- 250 + 350,- 550
+ + 400,- 550 + 650,- 250 + 650,- 200 + 400,- 500
+ + 700,- 200 + 400,- 550 + 650,- 250 + 350,- 550
+ + 350,- 550 + 350,- 550 + 650,- 250 + 400,- 500
+ + 700,- 250 + 650,- 250 + 350,- 550 + 350,- 550
+ + 350,- 550 + 650,- 250 + 350,- 550 + 350,- 550
+ + 400
+Duration=48250 us
Send 52 bit PulseDistanceWidth 0xDCBA9 87654321 LSB first with inverse timing and data
-Protocol=PulseDistance Raw-Data=0xDCBA9 52 bits LSB first
-Send on a 8 bit platform with:
+Protocol=PulseDistance Raw-Data=0xDCBA9 52 bits LSB first Duration=48500 us
+Send on a 8 bit platform with:
uint32_t tRawData[]={0x87654321, 0xDCBA9};
- IrSender.sendPulseDistanceWidthFromArray(38, 350, 550, 350, 550, 600, 300, &tRawData[0], 52, PROTOCOL_IS_LSB_FIRST, , );
-rawData[108]:
- -1095900
+ IrSender.sendPulseDistanceWidthFromArray(38, 350, 550, 350, 550, 650, 250, &tRawData[0], 52, PROTOCOL_IS_LSB_FIRST, , );
+rawData[108]:
+ -1097950
+ 350,- 550
- + 350,- 550 + 650,- 250 + 650,- 250 + 650,- 250
- + 650,- 250 + 350,- 600 + 600,- 300 + 600,- 300
- + 350,- 550 + 350,- 550 + 600,- 300 + 600,- 300
- + 600,- 300 + 600,- 300 + 300,- 600 + 600,- 300
- + 350,- 550 + 600,- 300 + 350,- 550 + 600,- 300
- + 600,- 300 + 350,- 550 + 350,- 550 + 650,- 250
- + 350,- 550 + 350,- 600 + 300,- 600 + 600,- 300
- + 600,- 300 + 600,- 250 + 650,- 300 + 300,- 600
- + 350,- 550 + 650,- 250 + 650,- 250 + 350,- 600
- + 600,- 300 + 350,- 550 + 600,- 300 + 350,- 550
+ + 400,- 500 + 650,- 250 + 650,- 250 + 650,- 250
+ + 650,- 250 + 400,- 500 + 700,- 200 + 700,- 250
+ + 350,- 550 + 350,- 550 + 650,- 250 + 650,- 250
+ + 650,- 250 + 650,- 250 + 350,- 550 + 650,- 250
+ + 350,- 550 + 650,- 250 + 350,- 550 + 650,- 250
+ + 650,- 250 + 400,- 550 + 350,- 500 + 650,- 250
+ + 400,- 500 + 400,- 500 + 400,- 550 + 650,- 250
+ + 650,- 200 + 700,- 200 + 650,- 250 + 400,- 550
+ + 400,- 500 + 650,- 250 + 650,- 250 + 400,- 550
+ + 600,- 250 + 400,- 500 + 650,- 250 + 400,- 550
+ 350,- 550 + 350,- 550 + 650,- 250 + 350,- 550
+ 650,- 250 + 650,- 250 + 350,- 550 + 350,- 550
- + 350,- 600 + 600,- 250 + 400,- 550 + 300,- 600
- + 600
-Sum: 48500
-
-Send ASCII 7 bit PulseDistanceWidth LSB first
-Protocol=PulseDistance Raw-Data=0x76 7 bits LSB first
-Send on a 8 bit platform with: IrSender.sendPulseDistanceWidth(38, 5950, 500, 550, 1450, 1550, 500, 0x76, 7, PROTOCOL_IS_LSB_FIRST, , );
-rawData[18]:
- -1092450
- +5950,- 500
- +1500,- 500 + 500,-1450 + 550,-1450 +1550,- 450
+ + 350,- 550 + 650,- 250 + 350,- 550 + 400,- 500
+ + 650
+Duration=48500 us
+
+Send 7 bit ASCII character with PulseDistanceWidth LSB first
+Protocol=PulseDistance Raw-Data=0x76 7 bits LSB first Duration=20950 us
+Send on a 8 bit platform with: IrSender.sendPulseDistanceWidth(38, 6000, 450, 550, 1450, 1550, 450, 0x76, 7, PROTOCOL_IS_LSB_FIRST, , );
+rawData[18]:
+ -1095750
+ +6000,- 450
+ +1550,- 450 + 550,-1400 + 550,-1450 +1550,- 450
+ 550,-1450 + 550,-1450 + 550,-1450 + 550
-Sum: 20950
+Duration=20950 us
Send Sony12 as PulseWidth LSB first
-Protocol=Sony Address=0x11 Command=0x76 Raw-Data=0x8F6 12 bits LSB first
+Protocol=Sony Address=0x11 Command=0x76 Raw-Data=0x8F6 12 bits LSB first Duration=21050 us
Send with: IrSender.sendSony(0x11, 0x76, 2, 12);
-rawData[26]:
- -1036550
- +2450,- 600
- + 600,- 550 +1250,- 550 +1250,- 550 + 650,- 550
+rawData[26]:
+ -1038650
+ +2500,- 500
+ + 700,- 500 +1250,- 550 +1250,- 550 + 650,- 550
+1250,- 550 +1250,- 550 +1250,- 550 +1250,- 550
+ 650,- 550 + 650,- 550 + 650,- 550 +1250
-Sum: 21050
+Duration=21050 us
Send 32 bit PulseWidth 0x87654321 LSB first
-Protocol=PulseWidth Raw-Data=0x87654321 32 bits LSB first
-Send on a 8 bit platform with: IrSender.sendPulseDistanceWidth(38, 1050, 500, 650, 250, 350, 250, 0x87654321, 32, PROTOCOL_IS_LSB_FIRST, , );
-rawData[66]:
- -1036150
- +1050,- 500
- + 600,- 300 + 350,- 250 + 350,- 250 + 350,- 250
- + 350,- 300 + 600,- 300 + 350,- 250 + 350,- 250
- + 650,- 250 + 650,- 250 + 350,- 300 + 350,- 250
- + 350,- 250 + 350,- 300 + 600,- 300 + 300,- 300
- + 600,- 300 + 350,- 250 + 600,- 300 + 350,- 250
- + 350,- 250 + 650,- 250 + 650,- 250 + 350,- 250
- + 650,- 250 + 650,- 250 + 650,- 250 + 350,- 300
- + 350,- 250 + 350,- 250 + 350,- 250 + 650
-Sum: 24600
-
-Send MagiQuest 0x6BCDFF00, 0x176 as 55 bit PulseDistanceWidth MSB first
+Protocol=PulseWidth Raw-Data=0x87654321 32 bits LSB first Duration=24650 us
+Send on a 8 bit platform with: IrSender.sendPulseDistanceWidth(38, 1100, 450, 650, 250, 350, 250, 0x87654321, 32, PROTOCOL_IS_LSB_FIRST, , );
+rawData[66]:
+ -1038250
+ +1100,- 450
+ + 600,- 300 + 350,- 250 + 350,- 250 + 400,- 200
+ + 400,- 250 + 600,- 300 + 350,- 250 + 350,- 250
+ + 650,- 250 + 650,- 250 + 400,- 250 + 350,- 250
+ + 350,- 250 + 400,- 200 + 650,- 250 + 400,- 250
+ + 650,- 250 + 350,- 250 + 650,- 250 + 350,- 250
+ + 350,- 250 + 650,- 250 + 700,- 200 + 400,- 250
+ + 650,- 200 + 700,- 200 + 700,- 200 + 400,- 250
+ + 350,- 250 + 350,- 250 + 400,- 200 + 700
+Duration=24650 us
+
+Send MagiQuest 0x6BCDFF00, 0x176 as 55 bit PulseDistanceWidth MSB first Duration=63850 us
Protocol=MagiQuest Address=0xFF00 Command=0x176 Raw-Data=0x6BCDFF00 56 bits MSB first
Send with: IrSender.sendMagiQuest(0x6BCDFF00, 0x176, );
rawData[112]:
@@ -259,129 +259,152 @@ rawData[112]:
+ 300,- 850 + 600,- 550 + 600,- 550 + 350,- 800
+ 300,- 850 + 350,- 800 + 350,- 800 + 600,- 550
+ 600,- 550 + 350,- 800 + 350,- 800 + 600
-Sum: 63850
+Duration=63850 us
Send Onkyo (NEC with 16 bit command)
-Protocol=Onkyo Address=0xFFF1 Command=0x7776 Raw-Data=0x7776FFF1 32 bits LSB first
+Protocol=Onkyo Address=0xFFF1 Command=0x7776 Raw-Data=0x7776FFF1 32 bits LSB first Duration=76750 us
Send with: IrSender.sendOnkyo(0xFFF1, 0x7776, );
-rawData[68]:
- -1084150
+rawData[68]:
+ -1115300
+8950,-4400
- + 600,-1650 + 600,- 550 + 600,- 500 + 600,- 550
- + 600,-1600 + 650,-1600 + 600,-1650 + 600,-1650
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,-1650
- + 600,-1650 + 600,-1600 + 600,-1650 + 600,-1650
- + 600,- 500 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,- 550
+ + 650,-1600 + 650,- 500 + 600,- 500 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ + 650,-1600 + 600,-1650 + 600,-1600 + 650,-1600
+ + 650,-1600 + 650,-1600 + 600,-1650 + 600,-1600
+ + 650,- 500 + 600,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 600,- 550
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,- 500
+ 600
-Sum: 76750
+Duration=76750 us
Send Apple
-Protocol=Apple Address=0xF1 Command=0x76 Raw-Data=0xF17687EE 32 bits LSB first
+Protocol=Apple Address=0xF1 Command=0x76 Raw-Data=0xF17687EE 32 bits LSB first Duration=72250 us
Send with: IrSender.sendApple(0xF1, 0x76, );
-rawData[68]:
- -1058150
- +8900,-4450
- + 600,- 500 + 600,-1650 + 600,-1650 + 600,-1600
- + 600,- 550 + 600,-1650 + 600,-1600 + 600,-1650
- + 600,-1650 + 600,-1650 + 600,-1600 + 600,- 550
- + 600,- 500 + 600,- 550 + 600,- 550 + 600,-1600
- + 600,- 550 + 600,-1600 + 600,-1650 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,-1650 + 600,- 550 + 600,- 500 + 600,- 550
- + 600,-1650 + 600,-1600 + 600,-1650 + 600,-1650
+rawData[68]:
+ -1060250
+ +8950,-4400
+ + 600,- 500 + 650,-1600 + 650,-1600 + 650,-1600
+ + 650,- 500 + 600,-1600 + 650,-1600 + 650,-1600
+ + 600,-1650 + 600,-1600 + 650,-1600 + 600,- 500
+ + 650,- 500 + 600,- 500 + 650,- 500 + 650,-1600
+ + 600,- 500 + 650,-1600 + 650,-1600 + 600,- 500
+ + 650,-1600 + 650,-1600 + 650,-1600 + 600,- 500
+ + 650,-1600 + 650,- 500 + 600,- 500 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ 600
-Sum: 72200
+Duration=72250 us
Send Panasonic
-Protocol=Panasonic Address=0xFF1 Command=0x76 Raw-Data=0x9976FF10 48 bits LSB first
+Protocol=Panasonic Address=0xFF1 Command=0x76 Raw-Data=0x9976FF10 48 bits LSB first Duration=64450 us
Send with: IrSender.sendPanasonic(0xFF1, 0x76, );
-rawData[100]:
- -1057800
- +3450,-1700
- + 450,- 400 + 500,-1250 + 450,- 400 + 450,- 450
- + 450,- 400 + 450,- 400 + 500,- 400 + 450,- 400
- + 450,- 450 + 450,- 400 + 450,- 400 + 450,- 450
- + 450,- 400 + 450,-1300 + 450,- 400 + 450,- 400
- + 500,- 400 + 450,- 400 + 450,- 400 + 500,- 400
- + 450,-1250 + 450,- 450 + 450,- 400 + 450,- 400
- + 450,-1300 + 450,-1250 + 450,-1300 + 450,-1250
- + 500,-1250 + 450,-1250 + 500,-1250 + 450,-1300
- + 450,- 400 + 450,-1250 + 450,-1300 + 450,- 400
- + 450,-1250 + 450,-1300 + 450,-1250 + 500,- 400
- + 450,-1250 + 450,- 450 + 450,- 400 + 450,-1250
- + 450,-1300 + 450,- 400 + 450,- 400 + 500,-1250
- + 450
-Sum: 64400
+rawData[100]:
+ -1059900
+ +3500,-1650
+ + 500,- 400 + 500,-1200 + 500,- 400 + 450,- 400
+ + 500,- 350 + 500,- 400 + 500,- 350 + 500,- 350
+ + 500,- 400 + 500,- 350 + 500,- 400 + 450,- 400
+ + 500,- 350 + 500,-1250 + 450,- 400 + 500,- 350
+ + 500,- 400 + 500,- 350 + 500,- 350 + 500,- 400
+ + 500,-1200 + 500,- 400 + 450,- 400 + 500,- 350
+ + 500,-1250 + 450,-1250 + 500,-1250 + 500,-1200
+ + 500,-1200 + 500,-1250 + 500,-1200 + 500,-1250
+ + 500,- 400 + 450,-1250 + 500,-1250 + 450,- 400
+ + 500,-1250 + 450,-1250 + 500,-1250 + 450,- 400
+ + 500,-1200 + 500,- 400 + 450,- 400 + 500,-1250
+ + 450,-1250 + 500,- 350 + 500,- 400 + 450,-1250
+ + 500
+Duration=64450 us
Send Kaseikyo with 0x4711 as Vendor ID
-Protocol=Kaseikyo Address=0xFF1 Command=0x76 Extra=0x4711 Raw-Data=0x9A76FF13 48 bits LSB first
+Protocol=Kaseikyo Address=0xFF1 Command=0x76 Extra=0x4711 Raw-Data=0x9A76FF13 48 bits LSB first Duration=69550 us
Send with: IrSender.sendKaseikyo(0xFF1, 0x76, , 0x4711);
-rawData[100]:
- -1078000
+rawData[100]:
+ -1080100
+3450,-1700
- + 450,-1250 + 450,- 450 + 450,- 400 + 450,- 450
- + 450,-1250 + 450,- 400 + 500,- 400 + 450,- 400
- + 450,-1300 + 450,-1250 + 450,-1300 + 450,- 400
- + 450,- 400 + 450,- 450 + 450,-1250 + 450,- 450
- + 450,-1250 + 450,-1300 + 450,- 400 + 450,- 400
- + 500,-1250 + 450,- 400 + 450,- 450 + 450,- 400
- + 450,-1250 + 450,-1300 + 450,-1250 + 450,-1300
- + 450,-1250 + 450,-1300 + 450,-1250 + 450,-1300
- + 450,- 400 + 450,-1300 + 450,-1250 + 450,- 450
- + 450,-1250 + 450,-1250 + 500,-1250 + 450,- 400
- + 450,- 400 + 500,-1250 + 450,- 400 + 450,-1300
- + 450,-1250 + 450,- 450 + 450,- 400 + 450,-1250
+ + 500,-1200 + 500,- 400 + 450,- 400 + 500,- 350
+ + 500,-1250 + 450,- 400 + 500,- 350 + 500,- 400
+ + 450,-1250 + 500,-1250 + 450,-1250 + 500,- 400
+ + 450,- 400 + 500,- 350 + 500,-1250 + 500,- 350
+ + 500,-1250 + 450,-1250 + 500,- 400 + 450,- 400
+ + 500,-1200 + 500,- 400 + 450,- 400 + 500,- 350
+ + 500,-1250 + 450,-1250 + 500,-1250 + 450,-1250
+ + 500,-1250 + 450,-1250 + 500,-1250 + 450,-1300
+ + 450,- 400 + 500,-1200 + 500,-1250 + 450,- 400
+ + 500,-1250 + 450,-1250 + 500,-1250 + 450,- 400
+ + 500,- 350 + 500,-1250 + 500,- 350 + 500,-1250
+ + 450,-1250 + 500,- 400 + 450,- 400 + 500,-1200
+ 500
-Sum: 69550
+Duration=69550 us
Send Kaseikyo_Denon variant
-Protocol=Kaseikyo_Denon Address=0xFF1 Command=0x76 Raw-Data=0x9976FF10 48 bits LSB first
+Protocol=Kaseikyo_Denon Address=0xFF1 Command=0x76 Raw-Data=0x9976FF10 48 bits LSB first Duration=67900 us
Send with: IrSender.sendKaseikyo_Denon(0xFF1, 0x76, );
-rawData[100]:
- -1078750
- +3450,-1700
- + 500,- 400 + 450,- 400 + 450,-1300 + 450,- 400
- + 450,-1250 + 500,- 400 + 450,-1250 + 500,- 400
- + 450,- 400 + 450,-1250 + 450,- 450 + 450,- 400
- + 450,-1300 + 450,-1250 + 450,- 400 + 500,- 400
- + 450,- 400 + 450,- 400 + 500,- 400 + 450,- 400
- + 450,-1300 + 450,- 400 + 450,- 400 + 450,- 450
- + 450,-1250 + 450,-1300 + 450,-1250 + 450,-1300
- + 450,-1250 + 450,-1300 + 450,-1250 + 450,-1300
- + 450,- 400 + 450,-1300 + 450,-1250 + 450,- 400
- + 500,-1250 + 450,-1250 + 500,-1250 + 450,- 400
- + 500,-1250 + 450,- 400 + 450,- 400 + 450,-1300
- + 450,-1250 + 450,- 400 + 500,- 400 + 450,-1250
+rawData[100]:
+ -1080850
+ +3500,-1650
+ + 500,- 400 + 500,- 350 + 500,-1250 + 450,- 400
+ + 500,-1250 + 450,- 400 + 500,-1200 + 500,- 400
+ + 500,- 350 + 500,-1200 + 500,- 400 + 450,- 400
+ + 500,-1200 + 500,-1250 + 450,- 400 + 500,- 350
+ + 500,- 400 + 450,- 400 + 500,- 350 + 500,- 400
+ + 500,-1200 + 500,- 400 + 450,- 400 + 500,- 350
+ + 500,-1250 + 500,-1200 + 500,-1250 + 500,-1250
+ + 450,-1250 + 500,-1250 + 500,-1200 + 500,-1250
+ + 500,- 350 + 500,-1250 + 500,-1250 + 450,- 400
+ + 500,-1200 + 500,-1250 + 500,-1200 + 500,- 350
+ + 500,-1250 + 500,- 350 + 500,- 350 + 500,-1250
+ + 500,-1250 + 450,- 400 + 500,- 350 + 500,-1250
+ 500
-Sum: 67850
+Duration=67900 us
Send Denon
-Protocol=Denon Address=0x11 Command=0x76 Raw-Data=0xED1 15 bits LSB first
+Protocol=Denon Address=0x11 Command=0x76 Raw-Data=0xED1 15 bits LSB first Duration=23150 us
Send with: IrSender.sendDenon(0x11, 0x76, );
-rawData[32]:
- -1076500
+rawData[32]:
+ -1078600
+ 300,-1750 + 300,- 750 + 300,- 750 + 300,- 750
- + 300,-1750 + 300,- 750 + 300,-1800 + 250,-1800
- + 300,- 750 + 300,-1750 + 300,-1800 + 300,-1750
- + 300,- 750 + 300,- 750 + 300,- 750 + 300
-Sum: 23150
+ + 300,-1750 + 350,- 700 + 350,-1700 + 350,-1750
+ + 300,- 750 + 300,-1750 + 350,-1700 + 350,-1750
+ + 300,- 750 + 300,- 750 + 300,- 700 + 350
+Duration=23150 us
Send Denon/Sharp variant
-Protocol=Sharp Address=0x11 Command=0x76 Raw-Data=0x4ED1 15 bits LSB first
-Send with: IrSender.sendSharp(0x11, 0x76, );
-rawData[32]:
- -1018700
- + 300,-1800 + 300,- 750 + 300,- 700 + 300,- 750
- + 300,-1800 + 250,- 750 + 300,-1800 + 250,-1800
- + 300,- 750 + 300,-1750 + 300,-1800 + 300,-1750
- + 300,- 750 + 300,- 750 + 300,-1750 + 300
-Sum: 24150
+Protocol=Denon Address=0x11 Command=0x76 Raw-Data=0x2ED1 15 bits LSB first Duration=24200 us
+Send with: IrSender.sendDenon(0x11, 0x76, );
+rawData[32]:
+ -1020800
+ + 300,-1750 + 350,- 700 + 350,- 700 + 300,- 750
+ + 300,-1750 + 350,- 700 + 350,-1700 + 350,-1750
+ + 350,- 700 + 300,-1750 + 350,-1750 + 300,-1750
+ + 350,- 700 + 350,-1700 + 350,- 700 + 350
+Duration=24200 us
Send Sony/SIRCS with 7 command and 5 address bits
-Protocol=Sony Address=0x11 Command=0x76 Raw-Data=0x8F6 12 bits LSB first
+Protocol=Sony Address=0x11 Command=0x76 Raw-Data=0x8F6 12 bits LSB first Duration=21050 us
+Send with: IrSender.sendSony(0x11, 0x76, 2, 12);
+rawData[26]:
+ -1023000
+ +2450,- 550
+ + 700,- 500 +1300,- 500 +1250,- 550 + 650,- 550
+ +1250,- 550 +1250,- 550 +1250,- 550 +1250,- 550
+ + 700,- 500 + 600,- 600 + 650,- 550 +1250
+Duration=21050 us
+
+Send Sony/SIRCS with 7 command and 8 address bits
+Protocol=Sony Address=0xF1 Command=0x76 Raw-Data=0x78F6 15 bits LSB first Duration=26450 us
+Send with: IrSender.sendSony(0xF1, 0x76, 2, 15);
+rawData[32]:
+ -1038750
+ +2450,- 550
+ + 700,- 500 +1250,- 550 +1250,- 550 + 650,- 550
+ +1250,- 550 +1250,- 550 +1250,- 550 +1250,- 550
+ + 650,- 550 + 650,- 550 + 650,- 550 +1250,- 550
+ +1250,- 550 +1250,- 550 +1250
+Duration=26450 us
+
+Send Sony/SIRCS with 7 command and 5 address bits
+Protocol=Sony Address=0x11 Command=0x76 Raw-Data=0x8F6 12 bits LSB first Duration=21050 us
Send with: IrSender.sendSony(0x11, 0x76, 2, 12);
rawData[26]:
-1020900
@@ -389,10 +412,10 @@ rawData[26]:
+ 650,- 550 +1250,- 550 +1250,- 550 + 650,- 550
+1250,- 550 +1250,- 550 +1250,- 550 +1250,- 550
+ 650,- 550 + 650,- 550 + 650,- 550 +1250
-Sum: 21050
+Duration=21050 us
Send Sony/SIRCS with 7 command and 8 address bits
-Protocol=Sony Address=0xF1 Command=0x76 Raw-Data=0x78F6 15 bits LSB first
+Protocol=Sony Address=0xF1 Command=0x76 Raw-Data=0x78F6 15 bits LSB first Duration=26450 us
Send with: IrSender.sendSony(0xF1, 0x76, 2, 15);
rawData[32]:
-1036650
@@ -401,10 +424,10 @@ rawData[32]:
+1250,- 550 +1250,- 550 +1250,- 550 +1250,- 550
+ 650,- 550 + 650,- 550 + 650,- 550 +1250,- 550
+1250,- 550 +1250,- 550 +1250
-Sum: 26450
+Duration=26450 us
Send Sony/SIRCS with 7 command and 13 address bits
-Protocol=Sony Address=0x1FF1 Command=0x76 Raw-Data=0xFF8F6 20 bits LSB first
+Protocol=Sony Address=0x1FF1 Command=0x76 Raw-Data=0xFF8F6 20 bits LSB first Duration=35400 us
Send with: IrSender.sendSony(0x1FF1, 0x76, 2, 20);
rawData[42]:
-1040400
@@ -414,112 +437,95 @@ rawData[42]:
+ 650,- 550 + 600,- 600 + 650,- 550 +1250,- 550
+1250,- 550 +1250,- 550 +1250,- 550 +1250,- 550
+1250,- 550 +1250,- 550 +1250,- 550 +1250
-Sum: 35400
-
-Send Samsung 8 bit command and 8 bit address
-Protocol=Samsung Address=0xF1 Command=0x76 Raw-Data=0x8976F1F1 32 bits LSB first
-Send with: IrSender.sendSamsung(0xF1, 0x76, );
-rawData[68]:
- -1045200
- +4500,-4400
- + 600,-1650 + 600,- 500 + 600,- 550 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,-1600
- + 600,-1650 + 600,- 550 + 600,- 500 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,-1650
- + 600,- 500 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1600 + 650,- 500
- + 600,-1650 + 600,- 500 + 600,- 550 + 600,-1600
- + 650,- 500 + 600,- 550 + 600,- 500 + 600,-1650
- + 600
-Sum: 65550
+Duration=35400 us
Send Samsung 16 bit command and address
-Protocol=Samsung Address=0xFFF1 Command=0x9876 Raw-Data=0x9876FFF1 32 bits LSB first
+Protocol=Samsung Address=0xFFF1 Command=0x9876 Raw-Data=0x9876FFF1 32 bits LSB first Duration=69000 us
Send with: IrSender.sendSamsung(0xFFF1, 0x9876, );
-rawData[68]:
- -1060350
- +4500,-4450
- + 600,-1600 + 600,- 550 + 600,- 500 + 600,- 550
- + 600,-1650 + 600,-1650 + 550,-1650 + 600,-1650
- + 600,-1650 + 600,-1600 + 650,-1600 + 600,-1650
- + 600,-1650 + 600,-1600 + 600,-1650 + 600,-1650
- + 600,- 550 + 600,-1600 + 600,-1650 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,- 500
- + 650,- 500 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,-1650 + 600,- 550 + 600,- 500 + 600,-1650
- + 600
-Sum: 68950
+rawData[68]:
+ -1057350
+ +4550,-4350
+ + 650,-1600 + 650,- 500 + 600,- 500 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ + 600,-1650 + 600,-1600 + 650,-1600 + 650,-1600
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ + 600,- 500 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 600,- 500
+ + 650,- 500 + 650,- 450 + 650,- 500 + 650,-1600
+ + 650,-1600 + 600,- 500 + 650,- 500 + 650,-1600
+ + 650
+Duration=69000 us
Send Samsung48 16 bit command
-Protocol=Samsung48 Address=0xFFF1 Command=0x9876 Raw-Data=0x6798 48 bits LSB first
+Protocol=Samsung48 Address=0xFFF1 Command=0x9876 Raw-Data=0x6798 48 bits LSB first Duration=95900 us
Send with: IrSender.sendSamsung48(0xFFF1, 0x9876, );
-rawData[100]:
- -1060250
- +4500,-4450
- + 600,-1600 + 600,- 550 + 600,- 500 + 600,- 550
- + 600,-1650 + 600,-1600 + 600,-1650 + 600,-1650
- + 600,-1650 + 600,-1600 + 600,-1650 + 600,-1650
- + 600,-1650 + 600,-1600 + 600,-1650 + 600,-1650
- + 600,- 500 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1600 + 600,- 550
- + 600,-1650 + 600,- 500 + 600,- 550 + 600,-1650
- + 600,- 500 + 600,- 550 + 600,- 500 + 600,-1700
- + 550,- 550 + 600,- 500 + 600,- 550 + 600,-1650
- + 600,-1600 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,-1650 + 600,-1650 + 600,-1600 + 600,- 550
- + 600,- 500 + 600,-1650 + 600,-1650 + 600,- 500
- + 600
-Sum: 95800
+rawData[100]:
+ -1039600
+ +4550,-4400
+ + 600,-1600 + 650,- 500 + 650,- 450 + 650,- 500
+ + 600,-1650 + 600,-1600 + 650,-1600 + 650,-1600
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ + 650,-1600 + 600,-1600 + 650,-1600 + 650,-1600
+ + 650,- 500 + 600,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,-1600 + 650,- 500 + 650,- 500 + 600,-1600
+ + 600,- 550 + 600,- 500 + 650,- 500 + 600,-1650
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,-1600
+ + 650,-1600 + 650,- 500 + 600,- 500 + 650,-1600
+ + 650,-1600 + 600,-1650 + 600,-1600 + 650,- 500
+ + 600,- 500 + 650,-1600 + 650,-1600 + 650,- 450
+ + 650
+Duration=95900 us
Send RC5
-Protocol=RC5 Address=0x11 Command=0x36 Raw-Data=0x1476 13 bits MSB first
+Protocol=RC5 Address=0x11 Command=0x36 Raw-Data=0x1476 13 bits MSB first Duration=23200 us
Send with: IrSender.sendRC5(0x11, 0x36, );
-rawData[20]:
- -1076800
- + 900,- 900
- +1800,-1750 +1800,- 850 + 950,- 850 + 900,-1750
- + 900,- 850 + 950,- 850 +1800,-1750 + 900,- 900
- +1800
-Sum: 23150
+rawData[20]:
+ -1078850
+ + 950,- 850
+ +1850,-1700 +1800,- 850 + 950,- 850 + 950,-1700
+ + 950,- 850 + 950,- 800 +1850,-1700 + 950,- 850
+ +1850
+Duration=23200 us
Send RC5X with 7.th MSB of command set
-Protocol=RC5 Address=0x11 Command=0x76 Toggle=1 Raw-Data=0xC76 13 bits MSB first
+Protocol=RC5 Address=0x11 Command=0x76 Toggle=1 Raw-Data=0xC76 13 bits MSB first Duration=23150 us
Send with: IrSender.sendRC5(0x11, 0x76, );
-rawData[20]:
- -1035650
- +1800,-1700
- + 950,- 850 +1800,- 850 + 950,- 850 + 900,-1750
- + 950,- 850 + 900,- 850 +1800,-1750 + 950,- 850
- +1800
-Sum: 23100
+rawData[20]:
+ -1037700
+ +1850,-1700
+ + 950,- 850 +1800,- 850 + 950,- 800 + 950,-1750
+ + 950,- 800 + 950,- 850 +1800,-1750 + 950,- 800
+ +1850
+Duration=23150 us
Send RC6
-Protocol=RC6 Address=0xF1 Command=0x76 Raw-Data=0xF176 20 bits MSB first
+Protocol=RC6 Address=0xF1 Command=0x76 Raw-Data=0xF176 20 bits MSB first Duration=23300 us
Send with: IrSender.sendRC6(0xF1, 0x76, );
-rawData[36]:
- -1033000
- +2650,- 850
+rawData[36]:
+ -1035050
+ +2700,- 800
+ 500,- 850 + 500,- 400 + 500,- 400 + 500,- 850
- +1350,- 450 + 450,- 400 + 500,- 400 + 500,- 850
+ +1400,- 350 + 500,- 400 + 500,- 400 + 500,- 850
+ 500,- 400 + 500,- 400 + 950,- 850 + 950,- 400
+ 500,- 400 + 500,- 850 + 950,- 400 + 500,- 850
+ 500
-Sum: 23300
+Duration=23300 us
Send RC6A with 14 bit 0x2711 as extra
-Protocol=RC6A Address=0xF1 Command=0x76 Extra=0x2711 Toggle=1 Raw-Data=0xA711F176 35 bits MSB first
+Protocol=RC6A Address=0xF1 Command=0x76 Extra=0x2711 Toggle=1 Raw-Data=0xA711F176 35 bits MSB first Duration=36800 us
Send with: IrSender.sendRC6A(0xF1, 0x76, , 0x2711);
-rawData[58]:
- -1032900
- +2650,- 900
- + 450,- 450 + 450,- 450 + 450,- 850 +1400,-1300
- + 950,- 850 + 500,- 400 + 950,- 400 + 500,- 450
+rawData[58]:
+ -1045150
+ +2700,- 800
+ + 500,- 400 + 500,- 450 + 450,- 900 +1350,-1300
+ + 950,- 850 + 500,- 400 + 900,- 400 + 500,- 450
+ 450,- 850 + 500,- 400 + 500,- 400 + 950,- 850
- + 500,- 400 + 500,- 400 + 950,- 450 + 450,- 450
- + 450,- 450 + 450,- 400 + 500,- 850 + 500,- 400
- + 500,- 400 + 950,- 850 + 950,- 400 + 500,- 400
- + 500,- 850 + 950,- 450 + 450,- 850 + 500
-Sum: 36850
+ + 500,- 400 + 500,- 400 +1000,- 400 + 450,- 400
+ + 500,- 450 + 500,- 400 + 450,- 850 + 500,- 400
+ + 500,- 400 +1000,- 800 +1000,- 400 + 450,- 450
+ + 450,- 850 + 950,- 400 + 500,- 850 + 500
+Duration=36800 us
Send Bang&Olufsen
- ENABLE_BEO_WITHOUT_FRAME_GAP is enabled
@@ -532,11 +538,11 @@ rawData[36]:
+ 250,-5950 + 200,-6000 + 200,-9050 + 250,-2900
+ 250,-9000 + 250,-6000 + 250,-5950 + 250,-2850
+ 250
-Sum: 105700
+Duration=105700 us
Protocol=Bang&Olufsen Address=0x0 Command=0x0 Raw-Data=0x0 0 bits MSB first
- Remove trailing 6 entries, which is equivalent to define RECORD_GAP_MICROS < 15000, to enable successful B&O decode
-Protocol=Bang&Olufsen Address=0xF1 Command=0x76 Raw-Data=0xF176 16 bits MSB first
+Protocol=Bang&Olufsen Address=0xF1 Command=0x76 Raw-Data=0xF176 16 bits MSB first Duration=115000 us
Send with: IrSender.sendBang&Olufsen(0xF1, 0x76, );
rawData[38]:
-15250
@@ -546,95 +552,120 @@ rawData[38]:
+ 250,-2900 + 250,-9000 + 250,-6000 + 250,-5950
+ 250,-2850 + 250,-9100 + 200,-5950 + 250,-2900
+ 200,-12150 + 250
-Sum: 115000
+Duration=115000 us
Send MagiQuest
-Protocol=MagiQuest Address=0xFFF1 Command=0x76 Raw-Data=0x6BCDFFF1 56 bits MSB first
+Protocol=MagiQuest Address=0xFFF1 Command=0x76 Raw-Data=0x6BCDFFF1 56 bits MSB first Duration=63900 us
Send with: IrSender.sendMagiQuest(0x6BCDFFF1, 0x76, );
-rawData[112]:
- -1088700
+rawData[112]:
+ -1089250
+ 350,- 800 + 350,- 800 + 350,- 800 + 350,- 800
+ 350,- 800 + 350,- 800 + 350,- 800 + 350,- 850
- + 600,- 550 + 600,- 550 + 300,- 850 + 600,- 550
- + 300,- 800 + 650,- 500 + 650,- 500 + 600,- 550
- + 600,- 550 + 350,- 800 + 350,- 800 + 600,- 550
- + 600,- 550 + 350,- 800 + 600,- 550 + 600,- 550
- + 600,- 550 + 600,- 550 + 600,- 550 + 600,- 550
- + 600,- 550 + 600,- 550 + 600,- 550 + 600,- 550
- + 600,- 550 + 600,- 550 + 600,- 550 + 350,- 800
- + 350,- 800 + 350,- 800 + 600,- 600 + 300,- 850
- + 300,- 800 + 650,- 550 + 600,- 550 + 600,- 550
- + 300,- 800 + 600,- 550 + 600,- 550 + 350,- 850
- + 300,- 800 + 350,- 800 + 600,- 550 + 600,- 550
- + 350,- 800 + 600,- 550 + 600,- 550 + 600
-Sum: 63850
+ + 600,- 550 + 600,- 550 + 350,- 800 + 600,- 550
+ + 350,- 750 + 650,- 500 + 650,- 500 + 650,- 500
+ + 650,- 500 + 300,- 850 + 350,- 800 + 650,- 500
+ + 650,- 500 + 350,- 800 + 650,- 500 + 650,- 500
+ + 650,- 500 + 650,- 500 + 650,- 500 + 650,- 500
+ + 650,- 500 + 650,- 500 + 650,- 500 + 650,- 500
+ + 650,- 500 + 650,- 500 + 650,- 500 + 350,- 800
+ + 350,- 800 + 350,- 800 + 650,- 550 + 300,- 800
+ + 350,- 800 + 650,- 500 + 650,- 500 + 650,- 500
+ + 350,- 800 + 650,- 500 + 650,- 500 + 350,- 850
+ + 350,- 750 + 350,- 800 + 650,- 500 + 650,- 500
+ + 350,- 800 + 650,- 500 + 650,- 500 + 650
+Duration=63900 us
Send next protocols with IrSender.write
Send JVC
-Protocol=JVC Address=0xF1 Command=0x76 Raw-Data=0x76F1 16 bits LSB first
+Protocol=JVC Address=0xF1 Command=0x76 Raw-Data=0x76F1 16 bits LSB first Duration=40400 us
Send with: IrSender.sendJVC(0xF1, 0x76, );
-rawData[36]:
- -1085250
- +8400,-4150
- + 550,-1550 + 550,- 500 + 550,- 500 + 550,- 500
- + 550,-1550 + 550,-1550 + 550,-1550 + 550,-1550
- + 550,- 500 + 550,-1550 + 550,-1550 + 550,- 500
- + 550,-1550 + 550,-1550 + 550,-1550 + 550,- 500
- + 550
-Sum: 40400
+rawData[36]:
+ -1087300
+ +8400,-4100
+ + 600,-1500 + 600,- 450 + 600,- 450 + 600,- 450
+ + 600,-1500 + 600,-1500 + 600,-1500 + 600,-1500
+ + 600,- 450 + 600,-1500 + 600,-1500 + 600,- 450
+ + 600,-1500 + 600,-1500 + 600,-1500 + 600,- 450
+ + 600
+Duration=40400 us
Send LG
-Protocol=LG Address=0xF1 Command=0x9876 Raw-Data=0xF19876E 28 bits MSB first
+Protocol=LG Address=0xF1 Command=0x9876 Raw-Data=0xF19876E 28 bits MSB first Duration=59450 us
Send with: IrSender.sendLG(0xF1, 0x9876, );
-rawData[60]:
- -1039450
- +8950,-4150
- + 550,-1550 + 500,-1550 + 500,-1550 + 550,-1550
- + 500,- 550 + 500,- 550 + 500,- 550 + 500,-1550
- + 550,-1550 + 500,- 550 + 500,- 550 + 500,-1550
- + 550,-1550 + 500,- 550 + 500,- 550 + 500,- 550
- + 500,- 500 + 550,-1550 + 500,-1550 + 550,-1550
- + 500,- 550 + 500,-1550 + 550,-1550 + 500,- 550
- + 500,-1550 + 550,-1550 + 500,-1550 + 550,- 500
+rawData[60]:
+ -1041500
+ +9000,-4150
+ + 500,-1550 + 550,-1500 + 550,-1550 + 550,-1500
+ + 550,- 500 + 550,- 500 + 550,- 500 + 550,-1550
+ + 550,-1500 + 550,- 500 + 550,- 500 + 550,-1550
+ + 550,-1500 + 550,- 500 + 550,- 500 + 550,- 500
+ + 550,- 500 + 600,-1500 + 550,-1500 + 550,-1550
+ + 550,- 500 + 550,-1500 + 550,-1550 + 550,- 500
+ + 550,-1500 + 550,-1550 + 500,-1550 + 550,- 500
+ 550
-Sum: 59400
+Duration=59450 us
Send Bosewave with no address and 8 command bits
-Protocol=BoseWave Address=0x0 Command=0x76 Raw-Data=0x8976 16 bits LSB first
+Protocol=BoseWave Address=0x0 Command=0x76 Raw-Data=0x8976 16 bits LSB first Duration=26800 us
Send with: IrSender.sendBoseWave(0x0, 0x76, );
-rawData[36]:
- -1056200
+rawData[36]:
+ -1058350
+1050,-1450
- + 550,- 450 + 550,-1400 + 550,-1450 + 550,- 450
- + 550,-1400 + 550,-1450 + 550,-1400 + 550,- 450
- + 550,-1450 + 550,- 450 + 550,- 400 + 550,-1450
- + 550,- 450 + 550,- 450 + 550,- 450 + 550,-1400
+ + 550,- 400 + 600,-1400 + 550,-1400 + 600,- 400
+ + 600,-1400 + 550,-1400 + 600,-1400 + 600,- 400
+ + 550,-1400 + 600,- 400 + 600,- 400 + 600,-1400
+ + 550,- 400 + 600,- 400 + 600,- 400 + 600,-1400
+ 550
-Sum: 26800
+Duration=26800 us
Send FAST
-Protocol=FAST Address=0x0 Command=0x76 Raw-Data=0x8976 16 bits LSB first
+Protocol=FAST Address=0x0 Command=0x76 Raw-Data=0x8976 16 bits LSB first Duration=28900 us
Send with: IrSender.sendFAST(0x0, 0x76, );
-rawData[36]:
- -1040250
+rawData[36]:
+ -1042350
+2150,-1000
- + 550,- 550 + 550,-1550 + 550,-1500 + 550,- 550
- + 550,-1550 + 550,-1550 + 550,-1550 + 500,- 550
- + 550,-1550 + 550,- 500 + 550,- 500 + 550,-1550
- + 550,- 500 + 550,- 500 + 550,- 500 + 550,-1550
+ + 550,- 500 + 600,-1500 + 550,-1550 + 550,- 500
+ + 550,-1550 + 550,-1550 + 550,-1550 + 550,- 500
+ + 550,-1550 + 550,- 500 + 550,- 500 + 600,-1500
+ + 550,- 500 + 550,- 500 + 600,- 450 + 550,-1550
+ 550
-Sum: 28950
+Duration=28900 us
-Force buffer overflow by sending 280 marks and spaces
+Force buffer overflow by sending 450 marks and spaces
Overflow
-Try to increase the "RAW_BUFFER_LENGTH" value of 200 in ../src/UnitTest.cpp
-rawData[200]:
- -1039500
- + 200,- 500
- + 250,- 550 + 250,- 500 + 250,- 500 + 250,- 500
- + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 550
+Try to increase the "RAW_BUFFER_LENGTH" value of 400 in ../src/UnitTest.cpp
+rawData[400]:
+ -1041550
+ + 300,- 500
+ + 250,- 500 + 250,- 550 + 200,- 500 + 250,- 550
+ 200,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 550 + 200,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ + 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
@@ -657,195 +688,210 @@ rawData[200]:
+ 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ 250,- 500 + 250,- 500 + 250,- 500 + 250,- 500
+ 250,- 500 + 250,- 500 + 250
-Sum: 74500
+Duration=149550 us
ERROR: Unknown protocol
+Stop receiver
+Start receiver
address=0xF2 command=0x87
Send NEC with 8 bit address and complete NEC frames as repeats to force decoding as NEC2
-Protocol=NEC Address=0xF2 Command=0x87 Raw-Data=0x78870DF2 32 bits LSB first
+Protocol=NEC Address=0xF2 Command=0x87 Raw-Data=0x78870DF2 32 bits LSB first Duration=67850 us
Send with: IrSender.sendNEC(0xF2, 0x87, );
-rawData[68]:
- -3276750
- +8950,-4400
- + 600,- 550 + 600,-1600 + 600,- 550 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,-1600
- + 600,-1650 + 600,- 550 + 600,-1600 + 650,-1600
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1650
- + 550,- 550 + 600,- 500 + 650,- 500 + 600,-1650
- + 600,-1650 + 600,-1650 + 600,-1600 + 600,- 550
- + 600
-Sum: 67800
+rawData[68]:
+ -1028850
+ +8900,-4400
+ + 650,- 500 + 650,-1600 + 600,- 500 + 600,- 550
+ + 600,-1650 + 600,-1600 + 650,-1600 + 650,-1600
+ + 650,-1600 + 650,- 450 + 650,-1600 + 650,-1600
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,- 500
+ + 650,-1600 + 650,-1600 + 650,-1600 + 650,- 450
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,-1600
+ + 650,- 500 + 650,- 500 + 600,- 500 + 650,-1600
+ + 650,-1600 + 650,-1600 + 600,-1650 + 600,- 500
+ + 650
+Duration=67850 us
-Protocol=NEC2 Address=0xF2 Command=0x87 Repeat gap=65900us Raw-Data=0x78870DF2 32 bits LSB first
+Protocol=NEC2 Address=0xF2 Command=0x87 Repeat gap=67950us Raw-Data=0x78870DF2 32 bits LSB first Duration=67900 us
Send with: IrSender.sendNEC2(0xF2, 0x87, );
-rawData[68]:
- -65900
- +8900,-4450
- + 550,- 550 + 600,-1650 + 600,- 500 + 600,- 550
- + 600,-1600 + 650,-1600 + 600,-1650 + 600,-1650
- + 600,-1650 + 600,- 500 + 600,-1650 + 600,-1650
+rawData[68]:
+ -67950
+ +8950,-4400
+ + 600,- 550 + 600,-1650 + 600,- 500 + 600,- 550
+ + 600,-1600 + 600,-1650 + 600,-1650 + 600,-1650
+ + 600,-1650 + 600,- 550 + 600,-1600 + 600,-1650
+ 600,- 550 + 600,- 500 + 600,- 550 + 600,- 500
+ 600,-1650 + 600,-1650 + 600,-1650 + 600,- 500
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1600
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1600
- + 650,-1600 + 600,-1650 + 600,-1650 + 600,- 500
- + 600
-Sum: 67750
+ + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1650
+ + 600,- 500 + 600,- 550 + 600,- 500 + 600,-1650
+ + 600,-1650 + 650,-1600 + 650,-1600 + 600,- 500
+ + 650
+Duration=67900 us
Send NEC with 16 bit address
-Protocol=NEC Address=0xF2 Command=0x87 Raw-Data=0x78870DF2 32 bits LSB first
+Protocol=NEC Address=0xF2 Command=0x87 Raw-Data=0x78870DF2 32 bits LSB first Duration=67800 us
Send with: IrSender.sendNEC(0xF2, 0x87, );
-rawData[68]:
- -1060150
- +8900,-4450
- + 600,- 500 + 600,-1650 + 600,- 550 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1600 + 650,-1600
- + 600,-1650 + 600,- 550 + 600,-1600 + 600,-1650
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,- 550
- + 600,- 500 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1600
- + 650,-1600 + 600,-1650 + 600,-1650 + 600,- 500
- + 600
-Sum: 67800
+rawData[68]:
+ -1062200
+ +8950,-4400
+ + 600,- 500 + 650,-1600 + 650,- 450 + 650,- 500
+ + 650,-1600 + 600,-1600 + 650,-1600 + 650,-1600
+ + 650,-1600 + 600,- 500 + 650,-1600 + 650,-1600
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,- 500
+ + 650,-1600 + 650,-1600 + 600,-1650 + 600,- 500
+ + 650,- 450 + 650,- 500 + 650,- 500 + 600,-1600
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,-1600
+ + 650,-1600 + 650,-1600 + 600,-1650 + 600,- 500
+ + 650
+Duration=67800 us
Send NEC2 with 16 bit address
-Protocol=NEC Address=0xF2 Command=0x87 Raw-Data=0x78870DF2 32 bits LSB first
+Protocol=NEC Address=0xF2 Command=0x87 Raw-Data=0x78870DF2 32 bits LSB first Duration=67850 us
Send with: IrSender.sendNEC(0xF2, 0x87, );
-rawData[68]:
- -1058650
- +8900,-4400
- + 650,- 500 + 600,-1650 + 600,- 500 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,-1650
- + 600,-1600 + 650,- 500 + 600,-1650 + 600,-1600
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,- 550
- + 600,-1600 + 600,-1650 + 600,-1650 + 600,- 550
- + 600,- 500 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1600
- + 650,-1600 + 600,-1650 + 600,-1650 + 600,- 500
- + 600
-Sum: 67750
+rawData[68]:
+ -1060650
+ +8950,-4400
+ + 650,- 500 + 600,-1650 + 600,- 500 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,-1600
+ + 600,-1650 + 600,- 500 + 650,-1600 + 600,-1600
+ + 650,- 500 + 650,- 500 + 600,- 500 + 650,- 500
+ + 600,-1600 + 650,-1600 + 650,-1600 + 650,- 500
+ + 600,- 500 + 650,- 500 + 600,- 500 + 650,-1600
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,-1600
+ + 650,-1600 + 650,-1600 + 650,-1600 + 600,- 500
+ + 650
+Duration=67850 us
Send Onkyo (NEC with 16 bit command)
-Protocol=Onkyo Address=0xF2 Command=0x8887 Raw-Data=0x888700F2 32 bits LSB first
+Protocol=Onkyo Address=0xF2 Command=0x8887 Raw-Data=0x888700F2 32 bits LSB first Duration=62250 us
Send with: IrSender.sendOnkyo(0xF2, 0x8887, );
-rawData[68]:
- -1059250
- +8900,-4450
- + 600,- 500 + 600,-1650 + 600,- 500 + 600,- 550
- + 600,-1650 + 600,-1600 + 600,-1650 + 600,-1650
- + 600,- 500 + 600,- 550 + 600,- 500 + 600,- 550
- + 600,- 500 + 650,- 500 + 600,- 500 + 600,- 550
- + 600,-1650 + 600,-1600 + 600,-1650 + 600,- 500
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1600
- + 650,- 500 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,- 550 + 600,- 500 + 600,- 550 + 600,-1600
+rawData[68]:
+ -1061250
+ +8950,-4400
+ + 650,- 500 + 600,-1600 + 650,- 500 + 650,- 500
+ + 600,-1600 + 650,-1600 + 600,-1650 + 600,-1600
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,- 500
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,- 500
+ + 650,-1600 + 650,-1600 + 650,-1600 + 650,- 450
+ + 650,- 500 + 600,- 500 + 650,- 500 + 650,-1600
+ + 600,- 500 + 650,- 500 + 650,- 450 + 650,-1600
+ + 650,- 500 + 650,- 450 + 650,- 500 + 650,-1600
+ 600
-Sum: 62150
+Duration=62250 us
Send Apple
-Protocol=Apple Address=0xF2 Command=0x87 Raw-Data=0xF28787EE 32 bits LSB first
+Protocol=Apple Address=0xF2 Command=0x87 Raw-Data=0xF28787EE 32 bits LSB first Duration=71150 us
Send with: IrSender.sendApple(0xF2, 0x87, );
-rawData[68]:
- -1057650
- +8900,-4400
- + 600,- 550 + 600,-1650 + 600,-1600 + 600,-1650
- + 600,- 550 + 600,-1600 + 650,-1600 + 600,-1650
- + 600,-1650 + 600,-1600 + 650,-1600 + 600,- 550
- + 600,- 500 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,-1650 + 600,-1600 + 650,-1600 + 600,- 550
- + 600,- 500 + 600,- 550 + 600,- 500 + 600,-1650
- + 600,- 550 + 600,-1600 + 600,- 550 + 600,- 500
- + 600,-1650 + 600,-1650 + 600,-1650 + 600,-1600
+rawData[68]:
+ -1059700
+ +8950,-4400
+ + 600,- 500 + 650,-1600 + 650,-1600 + 650,-1550
+ + 650,- 500 + 650,-1600 + 650,-1600 + 600,-1600
+ + 650,-1600 + 650,-1600 + 600,-1600 + 650,- 500
+ + 600,- 500 + 650,- 500 + 600,- 500 + 650,-1600
+ + 650,-1600 + 650,-1600 + 600,-1600 + 650,- 500
+ + 650,- 500 + 600,- 500 + 650,- 500 + 600,-1650
+ + 600,- 500 + 650,-1600 + 650,- 500 + 600,- 500
+ + 650,-1600 + 650,-1600 + 600,-1600 + 650,-1600
+ 650
-Sum: 71100
+Duration=71150 us
Send Panasonic
-Protocol=Panasonic Address=0xF2 Command=0x87 Raw-Data=0xA8870F20 48 bits LSB first
+Protocol=Panasonic Address=0xF2 Command=0x87 Raw-Data=0xA8870F20 48 bits LSB first Duration=59250 us
Send with: IrSender.sendPanasonic(0xF2, 0x87, );
-rawData[100]:
- -1057750
- +3450,-1700
- + 500,- 400 + 450,-1250 + 500,- 400 + 450,- 400
- + 450,- 400 + 500,- 400 + 450,- 400 + 450,- 450
- + 450,- 400 + 450,- 400 + 500,- 400 + 450,- 400
- + 450,- 400 + 500,-1250 + 450,- 400 + 500,- 400
- + 450,- 400 + 450,- 400 + 500,- 400 + 450,- 400
- + 450,- 450 + 450,-1250 + 450,- 400 + 500,- 400
- + 450,-1250 + 450,-1300 + 450,-1250 + 500,-1250
- + 450,- 400 + 450,- 450 + 450,- 400 + 450,- 450
- + 450,-1250 + 450,-1300 + 450,-1250 + 450,- 400
- + 500,- 400 + 450,- 400 + 450,- 450 + 450,-1250
- + 450,- 400 + 500,- 400 + 450,- 400 + 450,-1300
- + 450,- 400 + 450,-1300 + 450,- 400 + 450,-1250
+rawData[100]:
+ -1059850
+ +3500,-1650
+ + 500,- 350 + 500,-1250 + 500,- 350 + 500,- 400
+ + 450,- 400 + 500,- 350 + 500,- 400 + 450,- 400
+ + 500,- 350 + 500,- 400 + 450,- 400 + 500,- 350
+ + 500,- 400 + 500,-1200 + 500,- 400 + 450,- 400
+ + 500,- 350 + 500,- 400 + 450,- 400 + 500,- 350
+ + 500,- 400 + 500,-1200 + 500,- 400 + 450,- 400
+ + 500,-1200 + 500,-1250 + 450,-1250 + 500,-1250
+ + 450,- 400 + 500,- 350 + 500,- 400 + 450,- 400
+ + 500,-1250 + 450,-1250 + 500,-1250 + 450,- 400
+ + 500,- 350 + 500,- 400 + 500,- 350 + 500,-1250
+ + 450,- 400 + 500,- 350 + 500,- 400 + 450,-1250
+ + 500,- 350 + 500,-1250 + 500,- 350 + 500,-1200
+ 500
-Sum: 59350
+Duration=59250 us
Send Kaseikyo with 0x4711 as Vendor ID
-Protocol=Kaseikyo Address=0xF2 Command=0x87 Extra=0x4711 Raw-Data=0xAB870F23 48 bits LSB first
+Protocol=Kaseikyo Address=0xF2 Command=0x87 Extra=0x4711 Raw-Data=0xAB870F23 48 bits LSB first Duration=66200 us
Send with: IrSender.sendKaseikyo(0xF2, 0x87, , 0x4711);
-rawData[100]:
- -1077750
+rawData[100]:
+ -1079850
+3450,-1700
- + 450,-1250 + 450,- 450 + 450,- 400 + 450,- 400
- + 450,-1300 + 450,- 400 + 450,- 400 + 500,- 400
- + 450,-1250 + 450,-1300 + 450,-1250 + 450,- 400
- + 500,- 400 + 450,- 400 + 450,-1300 + 450,- 400
- + 450,-1250 + 450,-1300 + 450,- 400 + 500,- 400
- + 450,- 400 + 450,-1300 + 450,- 400 + 450,- 400
- + 500,-1250 + 450,-1250 + 450,-1300 + 450,-1250
- + 500,- 400 + 450,- 400 + 450,- 400 + 500,- 400
- + 450,-1300 + 450,-1250 + 500,-1250 + 450,- 400
- + 450,- 400 + 500,- 400 + 450,- 400 + 450,-1300
- + 450,-1250 + 450,-1300 + 450,- 400 + 450,-1300
- + 450,- 400 + 450,-1250 + 450,- 450 + 450,-1250
- + 450
-Sum: 66100
+ + 500,-1200 + 500,- 400 + 450,- 400 + 500,- 400
+ + 450,-1250 + 500,- 350 + 500,- 400 + 500,- 350
+ + 500,-1250 + 450,-1250 + 500,-1250 + 450,- 400
+ + 500,- 350 + 500,- 400 + 450,-1250 + 500,- 350
+ + 500,-1250 + 500,-1250 + 450,- 400 + 500,- 350
+ + 500,- 400 + 450,-1250 + 500,- 400 + 450,- 400
+ + 500,-1200 + 500,-1250 + 450,-1250 + 500,-1250
+ + 450,- 400 + 500,- 350 + 500,- 400 + 500,- 400
+ + 450,-1250 + 500,-1250 + 450,-1250 + 500,- 400
+ + 450,- 400 + 500,- 350 + 500,- 400 + 450,-1250
+ + 500,-1250 + 450,-1250 + 500,- 400 + 450,-1250
+ + 500,- 400 + 450,-1250 + 500,- 350 + 500,-1250
+ + 500
+Duration=66200 us
Send Kaseikyo_Denon variant
-Protocol=Kaseikyo_Denon Address=0xF2 Command=0x87 Raw-Data=0xA8870F20 48 bits LSB first
+Protocol=Kaseikyo_Denon Address=0xF2 Command=0x87 Raw-Data=0xA8870F20 48 bits LSB first Duration=62750 us
Send with: IrSender.sendKaseikyo_Denon(0xF2, 0x87, );
-rawData[100]:
- -1078550
- +3450,-1750
- + 450,- 400 + 450,- 400 + 500,-1250 + 450,- 400
- + 450,-1300 + 450,- 400 + 450,-1250 + 450,- 450
- + 450,- 400 + 450,-1300 + 450,- 400 + 450,- 400
- + 450,-1300 + 450,-1250 + 450,- 450 + 450,- 400
- + 450,- 400 + 500,- 400 + 450,- 400 + 450,- 450
- + 450,- 400 + 450,-1250 + 450,- 450 + 450,- 400
- + 450,-1250 + 500,-1250 + 450,-1250 + 450,-1300
- + 450,- 400 + 450,- 400 + 500,- 350 + 500,- 400
- + 450,-1300 + 450,-1250 + 450,-1300 + 450,- 400
- + 450,- 400 + 450,- 450 + 450,- 400 + 450,-1300
- + 450,- 400 + 450,- 400 + 500,- 400 + 450,-1250
- + 500,- 400 + 450,-1250 + 450,- 450 + 450,-1250
- + 450
-Sum: 62700
+rawData[100]:
+ -1080600
+ +3500,-1650
+ + 500,- 350 + 500,- 400 + 500,-1200 + 500,- 400
+ + 450,-1250 + 500,- 350 + 500,-1250 + 500,- 350
+ + 500,- 400 + 500,-1200 + 500,- 400 + 450,- 400
+ + 500,-1250 + 450,-1250 + 500,- 350 + 500,- 400
+ + 500,- 350 + 500,- 350 + 500,- 400 + 500,- 350
+ + 500,- 400 + 450,-1250 + 500,- 350 + 500,- 400
+ + 450,-1250 + 500,-1250 + 450,-1250 + 500,-1250
+ + 450,- 400 + 500,- 350 + 500,- 400 + 500,- 400
+ + 450,-1250 + 500,-1250 + 450,-1250 + 500,- 400
+ + 450,- 400 + 500,- 350 + 500,- 400 + 450,-1250
+ + 500,- 400 + 450,- 400 + 500,- 350 + 500,-1250
+ + 450,- 400 + 500,-1250 + 450,- 400 + 500,-1200
+ + 500
+Duration=62750 us
Send Denon
-Protocol=Denon Address=0x12 Command=0x87 Raw-Data=0x10F2 15 bits LSB first
+Protocol=Denon Address=0x12 Command=0x87 Raw-Data=0x10F2 15 bits LSB first Duration=22150 us
Send with: IrSender.sendDenon(0x12, 0x87, );
-rawData[32]:
- -1076250
- + 300,- 750 + 300,-1750 + 300,- 750 + 300,- 750
- + 300,-1750 + 300,-1800 + 300,-1750 + 300,-1800
- + 250,- 750 + 300,- 750 + 300,- 750 + 300,- 750
- + 300,-1750 + 300,- 750 + 300,- 750 + 300
-Sum: 22100
+rawData[32]:
+ -1078350
+ + 350,- 700 + 300,-1750 + 350,- 700 + 350,- 700
+ + 350,-1700 + 350,-1750 + 300,-1750 + 350,-1750
+ + 300,- 750 + 300,- 700 + 350,- 700 + 350,- 700
+ + 300,-1750 + 350,- 700 + 350,- 700 + 350
+Duration=22150 us
Send Denon/Sharp variant
-Protocol=Sharp Address=0x12 Command=0x87 Raw-Data=0x50F2 15 bits LSB first
-Send with: IrSender.sendSharp(0x12, 0x87, );
-rawData[32]:
- -1018800
- + 300,- 700 + 300,-1800 + 250,- 750 + 300,- 750
- + 300,-1800 + 250,-1800 + 300,-1750 + 300,-1800
- + 300,- 750 + 250,- 750 + 300,- 750 + 300,- 750
- + 300,-1750 + 300,- 750 + 300,-1800 + 250
-Sum: 23050
+Protocol=Denon Address=0x12 Command=0x87 Raw-Data=0x30F2 15 bits LSB first Duration=23200 us
+Send with: IrSender.sendDenon(0x12, 0x87, );
+rawData[32]:
+ -1020850
+ + 350,- 700 + 350,-1750 + 300,- 700 + 350,- 700
+ + 350,-1750 + 300,-1750 + 350,-1700 + 350,-1750
+ + 300,- 750 + 300,- 750 + 300,- 700 + 350,- 700
+ + 350,-1750 + 300,-1750 + 350,- 700 + 350
+Duration=23200 us
+
+Send Sony/SIRCS with 7 command and 5 address bits
+Protocol=Sony Address=0x12 Command=0x7 Raw-Data=0x907 12 bits LSB first Duration=19850 us
+Send with: IrSender.sendSony(0x12, 0x7, 2, 12);
+rawData[26]:
+ -1022950
+ +2450,- 550
+ +1250,- 550 +1250,- 550 +1250,- 550 + 650,- 550
+ + 650,- 550 + 650,- 550 + 650,- 550 + 650,- 550
+ +1250,- 550 + 650,- 550 + 650,- 550 +1250
+Duration=19850 us
+
+
diff --git a/keywords.txt b/keywords.txt
index 935f913e..adfe8467 100644
--- a/keywords.txt
+++ b/keywords.txt
@@ -16,35 +16,40 @@ decodedIRData KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
-
-setFeedbackLED KEYWORD2
-enableLEDFeedback KEYWORD2
-enableLEDFeedbackForSend KEYWORD2
-disableLEDFeedback KEYWORD2
-disableLEDFeedbackForSend KEYWORD2
-printIRResultShort KEYWORD2
+# IRReceive
+available KEYWORD2
begin KEYWORD2
+decode KEYWORD2
+disableIRIn KEYWORD2
+enableIRIn KEYWORD2
+isIdle KEYWORD2
+printActiveIRProtocols KEYWORD2
+printIRResultMinimal KEYWORD2
+printIRResultRawFormatted KEYWORD2
+printIRResultShort KEYWORD2
+printIRSendUsage KEYWORD2
+registerReceiveCompleteCallback KEYWORD2
+restartAfterSend KEYWORD2
+restartTimer KEYWORD2
+restartTimerWithTicksToAdd KEYWORD2
+resume KEYWORD2
+setReceivePin KEYWORD2
start KEYWORD2
-available KEYWORD2
read KEYWORD2
stop KEYWORD2
end KEYWORD2
-enableLEDFeedback KEYWORD2
-decode KEYWORD2
-resume KEYWORD2
-enableIRIn KEYWORD2
-disableIRIn KEYWORD2
-sendNEC KEYWORD2
+
+# IRSend
setSendPin KEYWORD2
write KEYWORD2
-enableIROut KEYWORD2
-IRLedOff KEYWORD2
sendRaw KEYWORD2
sendJVC KEYWORD2
sendLG KEYWORD2
-sendLGRepeat KEYWORD2
+sendLG2 KEYWORD2
+sendLG2Repeat KEYWORD2
sendLGRaw KEYWORD2
sendNEC KEYWORD2
+sendNEC2 KEYWORD2
sendNECRepeat KEYWORD2
sendNECRaw KEYWORD2
sendOnkyo KEYWORD2
@@ -67,18 +72,41 @@ sendMagiQuest KEYWORD2
sendPronto KEYWORD2
sendMagiQuest KEYWORD2
sendFAST KEYWORD2
+
+# IRFeedbackLED
+disableLEDFeedback KEYWORD2
+disableLEDFeedbackForSend KEYWORD2
+enableLEDFeedback KEYWORD2
+enableLEDFeedbackForSend KEYWORD2
+setFeedbackLED KEYWORD2
+setLEDFeedback KEYWORD2
+
+# TinyIRReceiver
+disablePCIInterruptForTinyReceiver KEYWORD2
+enablePCIInterruptForTinyReceiver KEYWORD2
+initPCIInterruptForTinyReceiver KEYWORD2
+isIRReceiverAttachedForTinyReceiver KEYWORD2
+printTinyReceiverResultMinimal KEYWORD2
+TinyReceiverDecode KEYWORD2
+# TinyIRSender
+sendExtendedNEC KEYWORD2
+sendFAST KEYWORD2
+
#######################################
# Constants (LITERAL1)
#######################################
+UNKNOWN LITERAL1
PULSE_DISTANCE LITERAL1
PULSE_WIDTH LITERAL1
+APPLE LITERAL1
DENON LITERAL1
-DISH LITERAL1
JVC LITERAL1
LG LITERAL1
LG2 LITERAL1
NEC LITERAL1
+NEC2 LITERAL1
+ONKYO LITERAL1
PANASONIC LITERAL1
KASEIKYO LITERAL1
KASEIKYO_JVC LITERAL1
@@ -87,18 +115,26 @@ KASEIKYO_SHARP LITERAL1
KASEIKYO_MITSUBISHI LITERAL1
RC5 LITERAL1
RC6 LITERAL1
+RC6A LITERAL1
SAMSUNG LITERAL1
+SAMSUNGLG LITERAL1
+SAMSUNG48 LITERAL1
SHARP LITERAL1
SONY LITERAL1
-ONKYO LITERAL1
-APPLE LITERAL1
BANG_OLUFSEN LITERAL1
BOSEWAVE LITERAL1
LEGO_PF LITERAL1
MAGIQUEST LITERAL1
WHYNTER LITERAL1
FAST LITERAL1
-UNKNOWN LITERAL1
+
+FEEDBACK_LED_IS_ACTIVE_LOW LITERAL1
+
+RAW_BUFFER_LENGTH LITERAL1
+EXCLUDE_UNIVERSAL_PROTOCOLS LITERAL1
+EXCLUDE_EXOTIC_PROTOCOLS LITERAL1
+SEND_PWM_BY_TIMER LITERAL1
+USE_NO_SEND_PWM LITERAL1
IR_RECEIVE_PIN LITERAL1
IR_SEND_PIN LITERAL1
-FEEDBACK_LED_IS_ACTIVE_LOW LITERAL1
+USE_CALLBACK_FOR_TINY_RECEIVER LITERAL1
diff --git a/library.json b/library.json
index cda754b2..c0666baa 100644
--- a/library.json
+++ b/library.json
@@ -1,15 +1,14 @@
{
"name": "IRremote",
- "keywords": "communication, infrared, ir, remote",
+ "version": "4.4.2",
"description": "Send and receive infrared signals with multiple protocols",
+ "keywords": "communication, infrared, ir, remote",
+ "homepage": "https://github.com/Arduino-IRremote/Arduino-IRremote",
"repository":
{
"type": "git",
"url": "https://github.com/Arduino-IRremote/Arduino-IRremote.git"
},
- "version": "4.4.1",
- "frameworks": "arduino",
- "platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32"],
"authors" :
[
{
@@ -26,5 +25,10 @@
"email":"ken.shirriff@gmail.com"
}
],
- "headers": "IRRemote.hpp"
+ "license": "MIT",
+ "frameworks": "arduino",
+ "platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32"],
+ "headers": "IRRemote.hpp",
+ "examples": "examples/*/*.ino",
+ "export": {"exclude": [".github", "pictures"]}
}
diff --git a/library.properties b/library.properties
index e42b826e..40e043e2 100644
--- a/library.properties
+++ b/library.properties
@@ -1,9 +1,9 @@
name=IRremote
-version=4.4.1
+version=4.4.2
author=shirriff, z3t0, ArminJo
maintainer=Armin Joachimsmeyer
sentence=Send and receive infrared signals with multiple protocols
-paragraph=Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, FAST, MagiQuest, Universal Pulse Distance and Pulse Width. NEW: TinyRSender improvements, sendSamsung bug fixes, new fields rawlen and initialGap and new functions stop/startTimer...().
+paragraph=Currently included protocols: Denon / Sharp, JVC, LG / LG2, NEC / Onkyo / Apple, Panasonic / Kaseikyo, RC5, RC6, Samsung, Sony, (Pronto), BangOlufsen, BoseWave, Lego, Whynter, FAST, MagiQuest, Universal Pulse Distance and Pulse Width.
category=Communication
url=https://github.com/Arduino-IRremote/Arduino-IRremote
architectures=avr,megaavr,samd,esp8266,esp32,stm32,STM32F1,mbed,mbed_nano,rp2040,mbed_rp2040,renesas_uno
diff --git a/src/IRFeedbackLED.hpp b/src/IRFeedbackLED.hpp
index ff83b762..0db0c02f 100644
--- a/src/IRFeedbackLED.hpp
+++ b/src/IRFeedbackLED.hpp
@@ -47,7 +47,7 @@ struct FeedbackLEDControlStruct {
struct FeedbackLEDControlStruct FeedbackLEDControl; ///< The feedback LED control instance
/**
- * Enable blinking of feedback LED (LED_BUILTIN is taken as default) on IR sending and receiving
+ * Enables blinking of feedback LED (LED_BUILTIN is taken as default) on IR sending and receiving
* Cannot disable it here!!! Use disableLEDFeedbackForReceive() or disableLEDFeedbackForSend()
* @param aFeedbackLEDPin If aFeedbackLEDPin == 0, then take board specific FEEDBACK_LED_ON() and FEEDBACK_LED_ON() and FEEDBACK_LED_OFF() functions
* If FeedbackLEDPin == 0 and no LED_BUILTIN defined, disable LED feedback
@@ -108,10 +108,11 @@ IRAM_ATTR
void setFeedbackLED(bool aSwitchLedOn) {
if (aSwitchLedOn) {
if (FeedbackLEDControl.FeedbackLEDPin != USE_DEFAULT_FEEDBACK_LED_PIN) {
+ // Turn user defined pin LED on
#if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
- digitalWriteFast(FeedbackLEDControl.FeedbackLEDPin, LOW); // Turn user defined pin LED on
+ if (__builtin_constant_p(FeedbackLEDControl.FeedbackLEDPin) ) { digitalWriteFast(FeedbackLEDControl.FeedbackLEDPin, LOW);} else { digitalWrite(FeedbackLEDControl.FeedbackLEDPin, LOW);}
#else
- digitalWriteFast(FeedbackLEDControl.FeedbackLEDPin, HIGH); // Turn user defined pin LED on
+ if (__builtin_constant_p(FeedbackLEDControl.FeedbackLEDPin) ) { digitalWriteFast(FeedbackLEDControl.FeedbackLEDPin, HIGH);} else { digitalWrite(FeedbackLEDControl.FeedbackLEDPin, HIGH);}
#endif
#if defined(LED_BUILTIN) // use fast macros here
} else {
@@ -124,10 +125,11 @@ void setFeedbackLED(bool aSwitchLedOn) {
}
} else {
if (FeedbackLEDControl.FeedbackLEDPin != USE_DEFAULT_FEEDBACK_LED_PIN) {
+ // Turn user defined pin LED off
#if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
- digitalWriteFast(FeedbackLEDControl.FeedbackLEDPin, HIGH); // Turn user defined pin LED off
+ if (__builtin_constant_p(FeedbackLEDControl.FeedbackLEDPin) ) { digitalWriteFast(FeedbackLEDControl.FeedbackLEDPin, HIGH);} else { digitalWrite(FeedbackLEDControl.FeedbackLEDPin, HIGH);}
#else
- digitalWriteFast(FeedbackLEDControl.FeedbackLEDPin, LOW); // Turn user defined pin LED off
+ if (__builtin_constant_p(FeedbackLEDControl.FeedbackLEDPin) ) { digitalWriteFast(FeedbackLEDControl.FeedbackLEDPin, LOW);} else { digitalWrite(FeedbackLEDControl.FeedbackLEDPin, LOW);}
#endif
#if defined(LED_BUILTIN)
} else {
diff --git a/src/IRProtocol.h b/src/IRProtocol.h
index 2a903bfe..2d765476 100644
--- a/src/IRProtocol.h
+++ b/src/IRProtocol.h
@@ -101,7 +101,7 @@ struct DistanceWidthTimingInfoStruct {
#define IRDATA_FLAGS_IS_MSB_FIRST 0x80 ///< Value is mainly determined by the (known) protocol.
#define IRDATA_FLAGS_IS_LSB_FIRST 0x00
-#define RAW_DATA_ARRAY_SIZE ((((RAW_BUFFER_LENGTH - 2) - 1) / (2 * BITS_IN_RAW_DATA_TYPE)) + 1) // The -2 is for initial gap + stop bit mark, 128 mark + spaces for 64 bit.
+#define DECODED_RAW_DATA_ARRAY_SIZE ((((RAW_BUFFER_LENGTH - 2) - 1) / (2 * BITS_IN_RAW_DATA_TYPE)) + 1) // The -2 is for initial gap + stop bit mark, 128 mark + spaces for 64 bit.
/**
* Data structure for the user application, available as decodedIRData.
* Filled by decoders and read by print functions or user application.
@@ -115,7 +115,7 @@ struct IRData {
#if defined(DECODE_DISTANCE_WIDTH)
// This replaces the address, command, extra and decodedRawData in case of protocol == PULSE_DISTANCE or -rather seldom- protocol == PULSE_WIDTH.
DistanceWidthTimingInfoStruct DistanceWidthTimingInfo; // 12 bytes
- IRRawDataType decodedRawDataArray[RAW_DATA_ARRAY_SIZE]; ///< 32/64 bit decoded raw data, to be used for send function.
+ IRRawDataType decodedRawDataArray[DECODED_RAW_DATA_ARRAY_SIZE]; ///< 32/64 bit decoded raw data, to be used for send function.
#endif
uint16_t numberOfBits; ///< Number of bits received for data (address + command + parity) - to determine protocol length if different length are possible.
uint8_t flags; ///< IRDATA_FLAGS_IS_REPEAT, IRDATA_FLAGS_WAS_OVERFLOW etc. See IRDATA_FLAGS_* definitions above
@@ -171,7 +171,8 @@ const __FlashStringHelper* getProtocolString(decode_type_t aProtocol);
#else
const char* getProtocolString(decode_type_t aProtocol);
#endif
-void printIRResultShort(Print *aSerial, IRData *aIRDataPtr, bool aPrintGap); // A static function to be able to print send or copied received data.
+void printIRResultShort(Print *aSerial, IRData *aIRDataPtr, bool aPrintRepeatGap) __attribute__ ((deprecated ("Remove last parameter, it is not supported any more.")));
+void printIRResultShort(Print *aSerial, IRData *aIRDataPtr); // A static function to be able to print send or copied received data.
/*
* Convenience functions to convert MSB to LSB values
diff --git a/src/IRProtocol.hpp b/src/IRProtocol.hpp
index 5f724c45..bed8fa7a 100644
--- a/src/IRProtocol.hpp
+++ b/src/IRProtocol.hpp
@@ -33,7 +33,7 @@
#ifndef _IR_PROTOCOL_HPP
#define _IR_PROTOCOL_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -81,8 +81,8 @@ const char string_FAST[] PROGMEM = "FAST";
const char *const ProtocolNames[]
PROGMEM = { string_Unknown, string_PulseWidth, string_PulseDistance, string_Apple, string_Denon, string_JVC, string_LG, string_LG2,
string_NEC, string_NEC2, string_Onkyo, string_Panasonic, string_Kaseikyo, string_Kaseikyo_Denon, string_Kaseikyo_Sharp,
- string_Kaseikyo_JVC, string_Kaseikyo_Mitsubishi, string_RC5, string_RC6, string_RC6A, string_Samsung, string_SamsungLG, string_Samsung48,
- string_Sharp, string_Sony
+ string_Kaseikyo_JVC, string_Kaseikyo_Mitsubishi, string_RC5, string_RC6, string_RC6A, string_Samsung, string_SamsungLG,
+ string_Samsung48, string_Sharp, string_Sony
#if !defined(EXCLUDE_EXOTIC_PROTOCOLS)
, string_BangOlufsen, string_BoseWave, string_Lego, string_MagiQuest, string_Whynter, string_FAST
#endif
@@ -150,6 +150,10 @@ namespace PrintULL {
# endif
#endif
+/** @}
+ * \addtogroup Print Print functions
+ * @{
+ */
/**
* Function to print decoded result and flags in one line.
* A static function to be able to print data to send or copied received data.
@@ -161,6 +165,10 @@ namespace PrintULL {
*
*/
void printIRResultShort(Print *aSerial, IRData *aIRDataPtr, bool aPrintRepeatGap) {
+ (void) aPrintRepeatGap;
+ printIRResultShort(aSerial, aIRDataPtr);
+}
+void printIRResultShort(Print *aSerial, IRData *aIRDataPtr) {
if (aIRDataPtr->flags & IRDATA_FLAGS_WAS_OVERFLOW) {
aSerial->println(F("Overflow"));
return;
@@ -210,22 +218,6 @@ void printIRResultShort(Print *aSerial, IRData *aIRDataPtr, bool aPrintRepeatGap
#if defined(DECODE_DISTANCE_WIDTH)
}
#endif
- if (aIRDataPtr->flags & (IRDATA_FLAGS_IS_AUTO_REPEAT | IRDATA_FLAGS_IS_REPEAT)) {
- aSerial->print(' ');
- if (aIRDataPtr->flags & IRDATA_FLAGS_IS_AUTO_REPEAT) {
- aSerial->print(F("Auto-"));
- }
- aSerial->print(F("Repeat"));
-#if !defined(DISABLE_CODE_FOR_RECEIVER)
- if (aPrintRepeatGap) {
- aSerial->print(F(" gap="));
- aSerial->print((uint32_t) aIRDataPtr->initialGapTicks * MICROS_PER_TICK);
- aSerial->print(F("us"));
- }
-#else
- (void)aPrintRepeatGap;
-#endif
- }
/*
* Print raw data
@@ -245,17 +237,44 @@ void printIRResultShort(Print *aSerial, IRData *aIRDataPtr, bool aPrintRepeatGap
aSerial->print(F(" bits"));
if (aIRDataPtr->flags & IRDATA_FLAGS_IS_MSB_FIRST) {
- aSerial->println(F(" MSB first"));
+ aSerial->print(F(" MSB first"));
} else {
- aSerial->println(F(" LSB first"));
+ aSerial->print(F(" LSB first"));
+ }
+ }
+
+ /*
+ * Print gap and duration, in order to be able to compute the repeat period of the protocol by adding the next gap time
+ */
+ if (aIRDataPtr->flags & (IRDATA_FLAGS_IS_AUTO_REPEAT | IRDATA_FLAGS_IS_REPEAT)) {
+ aSerial->print(' ');
+ if (aIRDataPtr->flags & IRDATA_FLAGS_IS_AUTO_REPEAT) {
+ aSerial->print(F("Auto-"));
}
+ aSerial->print(F("Repeat"));
+ }
+#if !defined(DISABLE_CODE_FOR_RECEIVER)
+ aSerial->print(F(" Gap="));
+ aSerial->print((uint32_t) aIRDataPtr->initialGapTicks * MICROS_PER_TICK);
+ aSerial->print(F("us"));
- } else {
- aSerial->println();
+ uint16_t tSumOfDurationTicks = 0;
+ for (IRRawlenType i = 1; i < aIRDataPtr->rawlen; i++) {
+ tSumOfDurationTicks += aIRDataPtr->rawDataPtr->rawbuf[i];
}
+ aSerial->print(F(" Duration="));
+ aSerial->print((uint32_t) tSumOfDurationTicks * MICROS_PER_TICK, DEC);
+ aSerial->println(F("us"));
+#else
+ aSerial->println();
+#endif
}
}
+/** @}
+ * \addtogroup Utils Utility functions
+ * @{
+ */
/**********************************************************************************************************************
* Function to bit reverse OLD MSB values of e.g. NEC.
**********************************************************************************************************************/
diff --git a/src/IRReceive.hpp b/src/IRReceive.hpp
index 380563b0..1c6ab4fb 100644
--- a/src/IRReceive.hpp
+++ b/src/IRReceive.hpp
@@ -33,7 +33,7 @@
#ifndef _IR_RECEIVE_HPP
#define _IR_RECEIVE_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
//#define LOCAL_DEBUG //
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -71,7 +71,7 @@ unsigned long sMicrosAtLastStopTimer = 0; // Used to adjust TickCounterForISR wi
IRrecv::IRrecv() {
decodedIRData.rawDataPtr = &irparams; // for decodePulseDistanceData() etc.
setReceivePin(0);
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_RECEIVE_FEEDBACK_CODE)
setLEDFeedback(0, DO_NOT_ENABLE_LED_FEEDBACK);
#endif
}
@@ -79,7 +79,7 @@ IRrecv::IRrecv() {
IRrecv::IRrecv(uint_fast8_t aReceivePin) {
decodedIRData.rawDataPtr = &irparams; // for decodePulseDistanceData() etc.
setReceivePin(aReceivePin);
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_RECEIVE_FEEDBACK_CODE)
setLEDFeedback(0, DO_NOT_ENABLE_LED_FEEDBACK);
#endif
}
@@ -92,7 +92,7 @@ IRrecv::IRrecv(uint_fast8_t aReceivePin) {
IRrecv::IRrecv(uint_fast8_t aReceivePin, uint_fast8_t aFeedbackLEDPin) {
decodedIRData.rawDataPtr = &irparams; // for decodePulseDistanceData() etc.
setReceivePin(aReceivePin);
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_RECEIVE_FEEDBACK_CODE)
setLEDFeedback(aFeedbackLEDPin, DO_NOT_ENABLE_LED_FEEDBACK);
#else
(void) aFeedbackLEDPin;
@@ -167,15 +167,18 @@ void IRReceiveTimerInterruptHandler() {
* Initialize all state machine variables
*/
irparams.OverflowFlag = false;
-// irparams.rawbuf[0] = irparams.TickCounterForISR;
- irparams.initialGapTicks = irparams.TickCounterForISR; // Enabling 8 bit buffer since 4.4
+ // irparams.rawbuf[0] = irparams.TickCounterForISR;
+ // Usage of initialGapTicks enables usage of 8 bit buffer instead of 16 bit since 4.4,
+ // because the big gap value is not stored in this buffer any more
+ irparams.initialGapTicks = irparams.TickCounterForISR;
irparams.rawlen = 1;
irparams.StateForISR = IR_REC_STATE_MARK;
} // otherwise stay in idle state
irparams.TickCounterForISR = 0; // reset counter in both cases
}
- } else if (irparams.StateForISR == IR_REC_STATE_MARK) { // Timing mark
+ } else if (irparams.StateForISR == IR_REC_STATE_MARK) {
+ // Timing mark here, rawlen is even
if (tIRInputLevel != INPUT_MARK) {
/*
* Mark ended here. Record mark time in rawbuf array
@@ -188,35 +191,18 @@ void IRReceiveTimerInterruptHandler() {
irparams.TickCounterForISR = 0; // This resets the tick counter also at end of frame :-)
}
- } else if (irparams.StateForISR == IR_REC_STATE_SPACE) { // Timing space
- if (tIRInputLevel == INPUT_MARK) {
- /*
- * Space ended here. Check for overflow and record space time in rawbuf array
- */
+ } else if (irparams.StateForISR == IR_REC_STATE_SPACE) {
+ /*
+ * In space receiving here, rawlen is odd
+ * Check for timeout or overflow
+ */
+ if (irparams.TickCounterForISR > RECORD_GAP_TICKS || irparams.rawlen >= RAW_BUFFER_LENGTH - 1) {
if (irparams.rawlen >= RAW_BUFFER_LENGTH) {
// Flag up a read OverflowFlag; Stop the state machine
irparams.OverflowFlag = true;
- irparams.StateForISR = IR_REC_STATE_STOP;
-#if !defined(IR_REMOTE_DISABLE_RECEIVE_COMPLETE_CALLBACK)
- /*
- * Call callback if registered (not NULL)
- */
- if (irparams.ReceiveCompleteCallbackFunction != NULL) {
- irparams.ReceiveCompleteCallbackFunction();
- }
-#endif
- } else {
-#if defined(_IR_MEASURE_TIMING) && defined(_IR_TIMING_TEST_PIN)
-// digitalWriteFast(_IR_TIMING_TEST_PIN, HIGH); // 2 clock cycles
-#endif
- irparams.rawbuf[irparams.rawlen++] = irparams.TickCounterForISR; // record space
- irparams.StateForISR = IR_REC_STATE_MARK;
}
- irparams.TickCounterForISR = 0;
-
- } else if (irparams.TickCounterForISR > RECORD_GAP_TICKS) {
/*
- * Maximum space duration reached here.
+ * Overflow or maximum space duration reached here.
* Current code is ready for processing!
* We received a long space, which indicates gap between codes.
* Switch to IR_REC_STATE_STOP
@@ -235,12 +221,23 @@ void IRReceiveTimerInterruptHandler() {
irparams.StateForISR = IR_REC_STATE_STOP; // This signals the decode(), that a complete frame was received
#if !defined(IR_REMOTE_DISABLE_RECEIVE_COMPLETE_CALLBACK)
/*
- * Call callback if registered (not NULL)
+ * Call callback if registered (not nullptr)
*/
- if (irparams.ReceiveCompleteCallbackFunction != NULL) {
+ if (irparams.ReceiveCompleteCallbackFunction != nullptr) {
irparams.ReceiveCompleteCallbackFunction();
}
#endif
+ } else if (tIRInputLevel == INPUT_MARK) {
+ /*
+ * Space ended here.
+ */
+
+#if defined(_IR_MEASURE_TIMING) && defined(_IR_TIMING_TEST_PIN)
+// digitalWriteFast(_IR_TIMING_TEST_PIN, HIGH); // 2 clock cycles
+#endif
+ irparams.rawbuf[irparams.rawlen++] = irparams.TickCounterForISR; // record space
+ irparams.StateForISR = IR_REC_STATE_MARK;
+ irparams.TickCounterForISR = 0;
}
} else if (irparams.StateForISR == IR_REC_STATE_STOP) {
/*
@@ -256,7 +253,7 @@ void IRReceiveTimerInterruptHandler() {
}
}
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_RECEIVE_FEEDBACK_CODE)
if (FeedbackLEDControl.LedFeedbackEnabled & LED_FEEDBACK_ENABLED_FOR_RECEIVE) {
setFeedbackLED(tIRInputLevel == INPUT_MARK);
}
@@ -286,6 +283,7 @@ ISR()
/**********************************************************************************************************************
* Stream like API
**********************************************************************************************************************/
+
/**
* Initializes the receive and feedback pin
* @param aReceivePin The Arduino pin number, where a demodulating IR receiver is connected.
@@ -295,7 +293,7 @@ ISR()
void IRrecv::begin(uint_fast8_t aReceivePin, bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin) {
setReceivePin(aReceivePin);
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_RECEIVE_FEEDBACK_CODE)
uint_fast8_t tEnableLEDFeedback = DO_NOT_ENABLE_LED_FEEDBACK;
if (aEnableLEDFeedback) {
tEnableLEDFeedback = LED_FEEDBACK_ENABLED_FOR_RECEIVE;
@@ -340,13 +338,18 @@ void IRrecv::setReceivePin(uint_fast8_t aReceivePinNumber) {
irparams.IRReceivePinPortInputRegister = portInputRegister(digitalPinToPort(aReceivePinNumber)); // requires 44 bytes PGM, even if not referenced
# endif
#endif
+ // Seems to be at least required by ESP32
// Set pin mode once. pinModeFast makes no difference if used, but saves 224 if not referenced :-(
- pinModeFast(aReceivePinNumber, INPUT); // Seems to be at least required by ESP32
+ if (__builtin_constant_p(aReceivePinNumber)) {
+ pinModeFast(aReceivePinNumber, INPUT);
+ } else {
+ pinModeFast(aReceivePinNumber, INPUT);
+ }
}
#if !defined(IR_REMOTE_DISABLE_RECEIVE_COMPLETE_CALLBACK)
/**
- * Sets the function to call if a protocol message has arrived
+ * Sets the function to call if a complete protocol frame has arrived
*/
void IRrecv::registerReceiveCompleteCallback(void (*aReceiveCompleteCallbackFunction)(void)) {
irparams.ReceiveCompleteCallbackFunction = aReceiveCompleteCallbackFunction;
@@ -374,7 +377,7 @@ void IRrecv::start() {
}
/*
- * Do not resume() reading of IR data
+ * Restarts timer interrupts, adjusts TickCounterForISR for correct gap value after stopTimer(). Does not call resume()!
*/
void IRrecv::restartTimer() {
// Setup for cyclic 50 us interrupt
@@ -397,7 +400,7 @@ void IRrecv::enableIRIn() {
}
/**
- * Configures the timer and the state machine for IR reception.
+ * Configures the timer and the state machine for IR reception. Does not call resume()!
* We assume, that timer interrupts are disabled here, otherwise it makes no sense to use this functions.
* Therefore we do not need to guard the change of the volatile TickCounterForISR here :-).
* The tick counter value is already at 100 when decode() gets true, because of the 5000 us minimal gap defined in RECORD_GAP_MICROS.
@@ -414,6 +417,10 @@ void IRrecv::restartTimer(uint32_t aMicrosecondsToAddToGapCounter) {
pinModeFast(_IR_TIMING_TEST_PIN, OUTPUT);
#endif
}
+/**
+ * Configures the timer and the state machine for IR reception. Does not call resume()!
+ * @param aTicksToAddToGapCounter To compensate for the amount of ticks the timer was stopped / disabled.
+ */
void IRrecv::restartTimerWithTicksToAdd(uint16_t aTicksToAddToGapCounter) {
irparams.TickCounterForISR += aTicksToAddToGapCounter;
timerConfigForReceive(); // no interrupts enabled here!
@@ -518,16 +525,16 @@ bool IRrecv::available() {
}
/**
- * If IR receiver data is available, returns pointer to IrReceiver.decodedIRData, else NULL.
+ * Returns pointer to IrReceiver.decodedIRData if IR receiver data is available, else nullptr.
*/
IRData* IRrecv::read() {
if (irparams.StateForISR != IR_REC_STATE_STOP) {
- return NULL;
+ return nullptr;
}
if (decode()) {
return &decodedIRData;
} else {
- return NULL;
+ return nullptr;
}
}
@@ -981,6 +988,15 @@ bool IRrecv::decodePulseDistanceWidthData(PulseDistanceWidthProtocolConstants *a
aProtocolConstants->Flags);
}
+bool IRrecv::decodePulseDistanceWidthData_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM,
+ uint_fast8_t aNumberOfBits, IRRawlenType aStartOffset) {
+ PulseDistanceWidthProtocolConstants tTemporaryPulseDistanceWidthProtocolConstants;
+ memcpy_P(&tTemporaryPulseDistanceWidthProtocolConstants, aProtocolConstantsPGM,
+ sizeof(tTemporaryPulseDistanceWidthProtocolConstants));
+
+ return decodePulseDistanceWidthData(&tTemporaryPulseDistanceWidthProtocolConstants, aNumberOfBits, aStartOffset);
+}
+
/*
* Static variables for the getBiphaselevel function
*/
@@ -1075,16 +1091,16 @@ uint_fast8_t IRrecv::compare(uint16_t oldval, uint16_t newval) {
}
/**
- * decodeHash - decode an arbitrary IR code.
+ * Decodes an arbitrary IR code to a 32-bit value.
* Instead of decoding using a standard encoding scheme
* (e.g. Sony, NEC, RC5), the code is hashed to a 32-bit value.
*
- * The algorithm: look at the sequence of MARK and SPACE signals, and see if each one
+ * The algorithm looks at the sequence of MARK and SPACE signals, and see if each one
* is shorter (0), the same length (1), or longer (2) than the previous MARK or SPACE.
- * Hash the resulting sequence of 0's, 1's, and 2's to a 32-bit value.
+ * It hash the resulting sequence of 0's, 1's, and 2's to a 32-bit value.
* This will give a unique value for each different code (probably), for most code systems.
*
- * Use FNV hash algorithm: http://isthe.com/chongo/tech/comp/fnv/#FNV-param
+ * Uses FNV hash algorithm: http://isthe.com/chongo/tech/comp/fnv/#FNV-param
* Converts the raw code values into a 32-bit hash code.
* Hopefully this code is unique for each button.
* This isn't a "real" decoding, just an arbitrary value.
@@ -1164,15 +1180,35 @@ bool IRrecv::checkHeader(PulseDistanceWidthProtocolConstants *aProtocolConstants
return true;
}
+bool IRrecv::checkHeader_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM) {
+// Check header "mark" and "space"
+ if (!matchMark(decodedIRData.rawDataPtr->rawbuf[1], pgm_read_word(&aProtocolConstantsPGM->DistanceWidthTimingInfo.HeaderMarkMicros))) {
+#if defined(LOCAL_TRACE)
+ Serial.print(::getProtocolString(aProtocolConstantsPGM->ProtocolIndex));
+ Serial.println(F(": Header mark length is wrong"));
+#endif
+ return false;
+ }
+ if (!matchSpace(decodedIRData.rawDataPtr->rawbuf[2], pgm_read_word(&aProtocolConstantsPGM->DistanceWidthTimingInfo.HeaderSpaceMicros))) {
+#if defined(LOCAL_TRACE)
+ Serial.print(::getProtocolString(aProtocolConstantsPGM->ProtocolIndex));
+ Serial.println(F(": Header space length is wrong"));
+#endif
+ return false;
+ }
+ return true;
+}
+
/*
- * Do not check for same address and command, because it is almost not possible to press 2 different buttons on the remote within around 100 ms.
+ * Does not check for same address and command, because it is almost not possible to press 2 different buttons on the remote within around 100 ms.
* And if really required, it can be enabled here, or done manually in user program.
* And we have still no RC6 toggle bit check for detecting a second press on the same button.
*/
void IRrecv::checkForRepeatSpaceTicksAndSetFlag(uint16_t aMaximumRepeatSpaceTicks) {
if (decodedIRData.initialGapTicks < aMaximumRepeatSpaceTicks
-#if defined(ENABLE_FULL_REPEAT_CHECK)
- && decodedIRData.address == lastDecodedAddress && decodedIRData.command == lastDecodedCommand /* requires around 85 bytes program space */
+#if defined(ENABLE_COMPLETE_REPEAT_CHECK)
+// Check also for same command and address values to detect a repeat. Not sensible for standard protocols, because it is almost not possible to press 2 different buttons on the remote within around 100 ms
+ && decodedIRData.address == lastDecodedAddress && decodedIRData.command == lastDecodedCommand /* requires around 44 bytes program space */
#endif
) {
decodedIRData.flags |= IRDATA_FLAGS_IS_REPEAT;
@@ -1283,8 +1319,8 @@ int getMarkExcessMicros() {
return MARK_EXCESS_MICROS;
}
-/*
- * Check if protocol is not detected and detected space between two transmissions
+/**
+ * Checks if protocol is not detected and detected space between two transmissions
* is smaller than known value for protocols (Sony with around 24 ms)
* @return true, if CheckForRecordGapsMicros() has printed a message, i.e. gap < 15ms (RECORD_GAP_MICROS_WARNING_THRESHOLD)
*/
@@ -1317,6 +1353,10 @@ void IRrecv::printActiveIRProtocols(Print *aSerial) {
// call no class function with same name
::printActiveIRProtocols(aSerial);
}
+/*
+ * Prints a list of enabled protocols for this application.
+ * @param aSerial pointer to serial used for printing. Use "&Serial".
+ */
void printActiveIRProtocols(Print *aSerial) {
#if defined(DECODE_ONKYO)
aSerial->print(F("Onkyo, "));
@@ -1384,14 +1424,13 @@ void printActiveIRProtocols(Print *aSerial) {
* Ends with println().
*
* @param aSerial The Print object on which to write, for Arduino you can use &Serial.
- * @param aPrintRepeatGap If true also print the gap before repeats.
* @param aCheckForRecordGapsMicros If true, call CheckForRecordGapsMicros() which may do a long printout,
* which in turn may block the proper detection of repeats.*
* @return true, if CheckForRecordGapsMicros() has printed a message, i.e. gap < 15ms (RECORD_GAP_MICROS_WARNING_THRESHOLD).
*/
-bool IRrecv::printIRResultShort(Print *aSerial, bool aPrintRepeatGap, bool aCheckForRecordGapsMicros) {
+bool IRrecv::printIRResultShort(Print *aSerial, bool aCheckForRecordGapsMicros) {
// call no class function with same name
- ::printIRResultShort(aSerial, &decodedIRData, aPrintRepeatGap);
+ ::printIRResultShort(aSerial, &decodedIRData);
if (aCheckForRecordGapsMicros && decodedIRData.protocol != UNKNOWN) {
return checkForRecordGapsMicros(aSerial);
}
@@ -1637,6 +1676,25 @@ void IRrecv::printIRResultMinimal(Print *aSerial) {
}
}
+/*
+ * Not used yet
+ */
+void IRrecv::printIRDuration(Print *aSerial, bool aOutputMicrosecondsInsteadOfTicks) {
+ uint16_t tSumOfDurationTicks = 0;
+ for (IRRawlenType i = 1; i < decodedIRData.rawlen; i++) {
+ tSumOfDurationTicks += decodedIRData.rawDataPtr->rawbuf[i];
+ }
+ aSerial->print(F("Duration="));
+ if (aOutputMicrosecondsInsteadOfTicks) {
+ aSerial->print((uint32_t) tSumOfDurationTicks * MICROS_PER_TICK, DEC);
+ aSerial->println(F("us"));
+
+ } else {
+ aSerial->print(tSumOfDurationTicks, DEC);
+ aSerial->println(F(" ticks"));
+ }
+}
+
/**
* Dump out the timings in IrReceiver.decodedIRData.rawDataPtr->rawbuf[] array 8 values per line.
*
@@ -1717,12 +1775,17 @@ void IRrecv::printIRResultRawFormatted(Print *aSerial, bool aOutputMicrosecondsI
}
aSerial->println();
- aSerial->print(F("Sum: "));
+ aSerial->print(F("Duration="));
if (aOutputMicrosecondsInsteadOfTicks) {
- aSerial->println((uint32_t) tSumOfDurationTicks * MICROS_PER_TICK, DEC);
+ aSerial->print((uint32_t) tSumOfDurationTicks * MICROS_PER_TICK, DEC);
+ aSerial->println(F("us"));
+
} else {
- aSerial->println(tSumOfDurationTicks, DEC);
+ aSerial->print(tSumOfDurationTicks, DEC);
+ aSerial->println(F(" ticks"));
}
+ aSerial->println();
+
}
/**
diff --git a/src/IRSend.hpp b/src/IRSend.hpp
index 66813366..f6c158df 100644
--- a/src/IRSend.hpp
+++ b/src/IRSend.hpp
@@ -32,7 +32,7 @@
#ifndef _IR_SEND_HPP
#define _IR_SEND_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -69,7 +69,7 @@ IRsend::IRsend() { // @suppress("Class members should be properly initialized")
sendPin = 0;
#endif
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_SEND_FEEDBACK_CODE)
setLEDFeedback(0, DO_NOT_ENABLE_LED_FEEDBACK);
#endif
}
@@ -80,7 +80,7 @@ IRsend::IRsend() { // @suppress("Class members should be properly initialized")
* Simple start with defaults - LED feedback enabled! Used if IR_SEND_PIN is defined. Saves program memory.
*/
void IRsend::begin(){
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
setLEDFeedback(USE_DEFAULT_FEEDBACK_LED_PIN, LED_FEEDBACK_ENABLED_FOR_SEND);
# endif
#if defined(_IR_MEASURE_TIMING) && defined(_IR_TIMING_TEST_PIN)
@@ -94,7 +94,7 @@ void IRsend::begin(){
* @param aFeedbackLEDPin If 0 / USE_DEFAULT_FEEDBACK_LED_PIN, then take board specific FEEDBACK_LED_ON() and FEEDBACK_LED_OFF() functions
*/
void IRsend::begin(bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin) {
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_SEND_FEEDBACK_CODE)
uint_fast8_t tEnableLEDFeedback = DO_NOT_ENABLE_LED_FEEDBACK;
if(aEnableLEDFeedback) {
tEnableLEDFeedback = LED_FEEDBACK_ENABLED_FOR_SEND;
@@ -109,7 +109,7 @@ void IRsend::begin(bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin) {
#else // defined(IR_SEND_PIN)
IRsend::IRsend(uint_fast8_t aSendPin) { // @suppress("Class members should be properly initialized")
sendPin = aSendPin;
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
setLEDFeedback(0, DO_NOT_ENABLE_LED_FEEDBACK);
# endif
}
@@ -120,7 +120,7 @@ IRsend::IRsend(uint_fast8_t aSendPin) { // @suppress("Class members should be pr
*/
void IRsend::begin(uint_fast8_t aSendPin) {
sendPin = aSendPin;
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
setLEDFeedback(USE_DEFAULT_FEEDBACK_LED_PIN, LED_FEEDBACK_ENABLED_FOR_SEND);
# endif
}
@@ -142,7 +142,7 @@ void IRsend::begin(uint_fast8_t aSendPin, bool aEnableLEDFeedback, uint_fast8_t
sendPin = aSendPin;
#endif
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_SEND_FEEDBACK_CODE)
uint_fast8_t tEnableLEDFeedback = DO_NOT_ENABLE_LED_FEEDBACK;
if (aEnableLEDFeedback) {
tEnableLEDFeedback = LED_FEEDBACK_ENABLED_FOR_SEND;
@@ -408,7 +408,7 @@ size_t IRsend::write(decode_type_t aProtocol, uint16_t aAddress, uint16_t aComma
}
/**
- * Function using an 16 byte microsecond timing array for every purpose.
+ * Sends a 16 byte microsecond timing array.
* Raw data starts with a Mark. No leading space as in received timing data!
*/
void IRsend::sendRaw(const uint16_t aBufferWithMicroseconds[], uint_fast16_t aLengthOfBuffer, uint_fast8_t aIRFrequencyKilohertz) {
@@ -429,7 +429,7 @@ void IRsend::sendRaw(const uint16_t aBufferWithMicroseconds[], uint_fast16_t aLe
}
/**
- * Function using an 8 byte tick timing array to save program memory
+ * Sends an 8 byte tick timing array to save program memory.
* Raw data starts with a Mark. No leading space as in received timing data!
*/
void IRsend::sendRaw(const uint8_t aBufferWithTicks[], uint_fast16_t aLengthOfBuffer, uint_fast8_t aIRFrequencyKilohertz) {
@@ -597,6 +597,87 @@ void IRsend::sendPulseDistanceWidthFromArray(uint_fast8_t aFrequencyKHz, uint16_
}
}
+void IRsend::sendPulseDistanceWidthFromPGMArray(uint_fast8_t aFrequencyKHz, uint16_t aHeaderMarkMicros, uint16_t aHeaderSpaceMicros,
+ uint16_t aOneMarkMicros, uint16_t aOneSpaceMicros, uint16_t aZeroMarkMicros, uint16_t aZeroSpaceMicros,
+ IRRawDataType const *aDecodedRawDataPGMArray, uint16_t aNumberOfBits, uint8_t aFlags, uint16_t aRepeatPeriodMillis,
+ int_fast8_t aNumberOfRepeats) {
+
+ // Set IR carrier frequency
+ enableIROut(aFrequencyKHz);
+
+ uint_fast8_t tNumberOfCommands = aNumberOfRepeats + 1;
+ uint_fast8_t tNumberOf32Or64BitChunks = ((aNumberOfBits - 1) / BITS_IN_RAW_DATA_TYPE) + 1;
+
+#if defined(LOCAL_DEBUG)
+ // fist data
+ Serial.print(F("Data[0]=0x"));
+ Serial.print(aDecodedRawDataPGMArray[0], HEX);
+ if (tNumberOf32Or64BitChunks > 1) {
+ Serial.print(F(" Data[1]=0x"));
+ Serial.print(aDecodedRawDataPGMArray[1], HEX);
+ }
+ Serial.print(F(" #="));
+ Serial.println(aNumberOfBits);
+ Serial.flush();
+#endif
+
+ while (tNumberOfCommands > 0) {
+ unsigned long tStartOfFrameMillis = millis();
+
+ // Header
+ mark(aHeaderMarkMicros);
+ space(aHeaderSpaceMicros);
+
+ for (uint_fast8_t i = 0; i < tNumberOf32Or64BitChunks; ++i) {
+ uint8_t tNumberOfBitsForOneSend;
+
+ // Manage stop bit
+ uint8_t tFlags;
+ if (i == (tNumberOf32Or64BitChunks - 1)) {
+ // End of data
+ tNumberOfBitsForOneSend = aNumberOfBits;
+ tFlags = aFlags;
+ } else {
+ // intermediate data
+ tNumberOfBitsForOneSend = BITS_IN_RAW_DATA_TYPE;
+ tFlags = aFlags | SUPPRESS_STOP_BIT; // No stop bit for leading data
+ }
+
+ IRRawDataType tDecodedRawData;
+#if (__INT_WIDTH__ < 32)
+ tDecodedRawData = pgm_read_dword(&aDecodedRawDataPGMArray[i]); // pgm_read_dword reads 32 bit on AVR
+#else
+ tDecodedRawData = aDecodedRawDataPGMArray[i]; // assume non Harvard architecture here
+#endif
+ sendPulseDistanceWidthData(aOneMarkMicros, aOneSpaceMicros, aZeroMarkMicros, aZeroSpaceMicros, tDecodedRawData,
+ tNumberOfBitsForOneSend, tFlags);
+ aNumberOfBits -= BITS_IN_RAW_DATA_TYPE;
+ }
+
+ tNumberOfCommands--;
+ // skip last delay!
+ if (tNumberOfCommands > 0) {
+ /*
+ * Check and fallback for wrong RepeatPeriodMillis parameter. I.e the repeat period must be greater than each frame duration.
+ */
+ auto tFrameDurationMillis = millis() - tStartOfFrameMillis;
+ if (aRepeatPeriodMillis > tFrameDurationMillis) {
+ delay(aRepeatPeriodMillis - tFrameDurationMillis);
+ }
+ }
+ }
+}
+
+void IRsend::sendPulseDistanceWidthFromArray_P(uint_fast8_t aFrequencyKHz,
+ DistanceWidthTimingInfoStruct const *aDistanceWidthTimingInfoPGM, IRRawDataType *aDecodedRawDataArray,
+ uint16_t aNumberOfBits, uint8_t aFlags, uint16_t aRepeatPeriodMillis, int_fast8_t aNumberOfRepeats) {
+
+ DistanceWidthTimingInfoStruct tTemporaryDistanceWidthTimingInfo;
+ memcpy_P(&tTemporaryDistanceWidthTimingInfo, aDistanceWidthTimingInfoPGM, sizeof(tTemporaryDistanceWidthTimingInfo));
+ sendPulseDistanceWidthFromArray(aFrequencyKHz, &tTemporaryDistanceWidthTimingInfo, aDecodedRawDataArray, aNumberOfBits, aFlags,
+ aRepeatPeriodMillis, aNumberOfRepeats);
+}
+
/**
* Sends PulseDistance data from array using PulseDistanceWidthProtocolConstants
* For LSB First the LSB of array[0] is sent first then all bits until MSB of array[0]. Next is LSB of array[1] and so on.
@@ -680,6 +761,104 @@ void IRsend::sendPulseDistanceWidthFromArray(PulseDistanceWidthProtocolConstants
}
}
+void IRsend::sendPulseDistanceWidthFromArray_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM,
+ IRRawDataType *aDecodedRawDataArray, uint16_t aNumberOfBits, int_fast8_t aNumberOfRepeats) {
+
+ PulseDistanceWidthProtocolConstants tTemporaryPulseDistanceWidthProtocolConstants;
+ memcpy_P(&tTemporaryPulseDistanceWidthProtocolConstants, aProtocolConstantsPGM,
+ sizeof(tTemporaryPulseDistanceWidthProtocolConstants));
+ sendPulseDistanceWidthFromArray(&tTemporaryPulseDistanceWidthProtocolConstants, aDecodedRawDataArray, aNumberOfBits,
+ aNumberOfRepeats);
+}
+void IRsend::sendPulseDistanceWidthFromPGMArray_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM,
+ IRRawDataType const *aDecodedRawDataPGMArray, uint16_t aNumberOfBits, int_fast8_t aNumberOfRepeats) {
+
+ PulseDistanceWidthProtocolConstants tTemporaryPulseDistanceWidthProtocolConstants;
+ memcpy_P(&tTemporaryPulseDistanceWidthProtocolConstants, aProtocolConstantsPGM,
+ sizeof(tTemporaryPulseDistanceWidthProtocolConstants));
+ sendPulseDistanceWidthFromPGMArray(&tTemporaryPulseDistanceWidthProtocolConstants, aDecodedRawDataPGMArray, aNumberOfBits,
+ aNumberOfRepeats);
+}
+
+void IRsend::sendPulseDistanceWidthFromPGMArray(PulseDistanceWidthProtocolConstants *aProtocolConstants,
+ IRRawDataType const *aDecodedRawDataPGMArray, uint16_t aNumberOfBits, int_fast8_t aNumberOfRepeats) {
+
+// Calling sendPulseDistanceWidthFromArray() costs 68 bytes program memory compared to the implementation below
+// sendPulseDistanceWidthFromArray(aProtocolConstants->FrequencyKHz, aProtocolConstants->DistanceWidthTimingInfo.HeaderMarkMicros,
+// aProtocolConstants->DistanceWidthTimingInfo.HeaderSpaceMicros,
+// aProtocolConstants->DistanceWidthTimingInfo.OneMarkMicros, aProtocolConstants->DistanceWidthTimingInfo.OneSpaceMicros,
+// aProtocolConstants->DistanceWidthTimingInfo.ZeroMarkMicros, aProtocolConstants->DistanceWidthTimingInfo.ZeroSpaceMicros,
+// aDecodedRawDataArray, aNumberOfBits, aProtocolConstants->Flags, aProtocolConstants->RepeatPeriodMillis,
+// aNumberOfRepeats);
+ // Set IR carrier frequency
+ enableIROut(aProtocolConstants->FrequencyKHz);
+
+ uint_fast8_t tNumberOf32Or64BitChunks = ((aNumberOfBits - 1) / BITS_IN_RAW_DATA_TYPE) + 1;
+
+#if defined(LOCAL_DEBUG)
+ // fist data
+ Serial.print(F("Data[0]=0x"));
+ Serial.print(aDecodedRawDataPGMArray[0], HEX);
+ if (tNumberOf32Or64BitChunks > 1) {
+ Serial.print(F(" Data[1]=0x"));
+ Serial.print(aDecodedRawDataPGMArray[1], HEX);
+ }
+ Serial.print(F(" #="));
+ Serial.println(aNumberOfBits);
+ Serial.flush();
+#endif
+
+ uint_fast8_t tNumberOfCommands = aNumberOfRepeats + 1;
+ while (tNumberOfCommands > 0) {
+ auto tStartOfFrameMillis = millis();
+ auto tNumberOfBits = aNumberOfBits; // refresh value for repeats
+
+ // Header
+ mark(aProtocolConstants->DistanceWidthTimingInfo.HeaderMarkMicros);
+ space(aProtocolConstants->DistanceWidthTimingInfo.HeaderSpaceMicros);
+ uint8_t tOriginalFlags = aProtocolConstants->Flags;
+
+ for (uint_fast8_t i = 0; i < tNumberOf32Or64BitChunks; ++i) {
+ uint8_t tNumberOfBitsForOneSend;
+
+ uint8_t tFlags;
+ if (i == (tNumberOf32Or64BitChunks - 1)) {
+ // End of data
+ tNumberOfBitsForOneSend = tNumberOfBits;
+ tFlags = tOriginalFlags;
+ } else {
+ // intermediate data
+ tNumberOfBitsForOneSend = BITS_IN_RAW_DATA_TYPE;
+ tFlags = tOriginalFlags | SUPPRESS_STOP_BIT; // No stop bit for leading data
+ }
+
+ IRRawDataType tDecodedRawData;
+#if (__INT_WIDTH__ < 32)
+ tDecodedRawData = pgm_read_dword(&aDecodedRawDataPGMArray[i]); // pgm_read_dword reads 32 bit on AVR
+#else
+ tDecodedRawData = aDecodedRawDataPGMArray[i]; // assume non Harvard architecture here
+#endif
+ sendPulseDistanceWidthData(aProtocolConstants->DistanceWidthTimingInfo.OneMarkMicros,
+ aProtocolConstants->DistanceWidthTimingInfo.OneSpaceMicros,
+ aProtocolConstants->DistanceWidthTimingInfo.ZeroMarkMicros,
+ aProtocolConstants->DistanceWidthTimingInfo.ZeroSpaceMicros, tDecodedRawData, tNumberOfBitsForOneSend, tFlags);
+ tNumberOfBits -= BITS_IN_RAW_DATA_TYPE;
+ }
+
+ tNumberOfCommands--;
+ // skip last delay!
+ if (tNumberOfCommands > 0) {
+ /*
+ * Check and fallback for wrong RepeatPeriodMillis parameter. I.e the repeat period must be greater than each frame duration.
+ */
+ auto tFrameDurationMillis = millis() - tStartOfFrameMillis;
+ if (aProtocolConstants->RepeatPeriodMillis > tFrameDurationMillis) {
+ delay(aProtocolConstants->RepeatPeriodMillis - tFrameDurationMillis);
+ }
+ }
+ }
+}
+
/**
* Sends PulseDistance frames and repeats
* @param aProtocolConstants The constants to use for sending this protocol.
@@ -700,7 +879,7 @@ void IRsend::sendPulseDistanceWidth(PulseDistanceWidthProtocolConstants *aProtoc
#endif
if (aNumberOfRepeats < 0) {
- if (aProtocolConstants->SpecialSendRepeatFunction != NULL) {
+ if (aProtocolConstants->SpecialSendRepeatFunction != nullptr) {
/*
* Send only a special repeat and return
*/
@@ -719,7 +898,7 @@ void IRsend::sendPulseDistanceWidth(PulseDistanceWidthProtocolConstants *aProtoc
while (tNumberOfCommands > 0) {
unsigned long tStartOfFrameMillis = millis();
- if (tNumberOfCommands < ((uint_fast8_t) aNumberOfRepeats + 1) && aProtocolConstants->SpecialSendRepeatFunction != NULL) {
+ if (tNumberOfCommands < ((uint_fast8_t) aNumberOfRepeats + 1) && aProtocolConstants->SpecialSendRepeatFunction != nullptr) {
// send special repeat, if specified and we are not in the first loop
aProtocolConstants->SpecialSendRepeatFunction();
} else {
@@ -744,6 +923,13 @@ void IRsend::sendPulseDistanceWidth(PulseDistanceWidthProtocolConstants *aProtoc
}
}
}
+void IRsend::sendPulseDistanceWidth_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM, IRRawDataType aData,
+ uint_fast8_t aNumberOfBits, int_fast8_t aNumberOfRepeats) {
+ PulseDistanceWidthProtocolConstants tTemporaryPulseDistanceWidthProtocolConstants;
+ memcpy_P(&tTemporaryPulseDistanceWidthProtocolConstants, aProtocolConstantsPGM,
+ sizeof(tTemporaryPulseDistanceWidthProtocolConstants));
+ sendPulseDistanceWidth(&tTemporaryPulseDistanceWidthProtocolConstants, aData, aNumberOfBits, aNumberOfRepeats);
+}
/**
* Sends PulseDistance frames and repeats.
@@ -753,7 +939,7 @@ void IRsend::sendPulseDistanceWidth(PulseDistanceWidthProtocolConstants *aProtoc
* @param aFlags Evaluated flags are PROTOCOL_IS_MSB_FIRST and SUPPRESS_STOP_BIT. Stop bit is otherwise sent for all pulse distance protocols.
* @param aNumberOfRepeats If < 0 and a aProtocolConstants->SpecialSendRepeatFunction() is specified
* then it is called without leading and trailing space.
- * @param aSpecialSendRepeatFunction If NULL, the first frame is repeated completely, otherwise this function is used for sending the repeat frame.
+ * @param aSpecialSendRepeatFunction If nullptr, the first frame is repeated completely, otherwise this function is used for sending the repeat frame.
*/
void IRsend::sendPulseDistanceWidth(uint_fast8_t aFrequencyKHz, uint16_t aHeaderMarkMicros, uint16_t aHeaderSpaceMicros,
uint16_t aOneMarkMicros, uint16_t aOneSpaceMicros, uint16_t aZeroMarkMicros, uint16_t aZeroSpaceMicros, IRRawDataType aData,
@@ -761,7 +947,7 @@ void IRsend::sendPulseDistanceWidth(uint_fast8_t aFrequencyKHz, uint16_t aHeader
void (*aSpecialSendRepeatFunction)()) {
if (aNumberOfRepeats < 0) {
- if (aSpecialSendRepeatFunction != NULL) {
+ if (aSpecialSendRepeatFunction != nullptr) {
aSpecialSendRepeatFunction();
return;
} else {
@@ -776,7 +962,7 @@ void IRsend::sendPulseDistanceWidth(uint_fast8_t aFrequencyKHz, uint16_t aHeader
while (tNumberOfCommands > 0) {
unsigned long tStartOfFrameMillis = millis();
- if (tNumberOfCommands < ((uint_fast8_t) aNumberOfRepeats + 1) && aSpecialSendRepeatFunction != NULL) {
+ if (tNumberOfCommands < ((uint_fast8_t) aNumberOfRepeats + 1) && aSpecialSendRepeatFunction != nullptr) {
// send special repeat
aSpecialSendRepeatFunction();
} else {
@@ -817,6 +1003,15 @@ void IRsend::sendPulseDistanceWidthData(PulseDistanceWidthProtocolConstants *aPr
aProtocolConstants->DistanceWidthTimingInfo.ZeroSpaceMicros, aData, aNumberOfBits, aProtocolConstants->Flags);
}
+void IRsend::sendPulseDistanceWidthData_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM, IRRawDataType aData,
+ uint_fast8_t aNumberOfBits) {
+
+ PulseDistanceWidthProtocolConstants tTemporaryPulseDistanceWidthProtocolConstants;
+ memcpy_P(&tTemporaryPulseDistanceWidthProtocolConstants, aProtocolConstantsPGM,
+ sizeof(tTemporaryPulseDistanceWidthProtocolConstants));
+ sendPulseDistanceWidthData(&tTemporaryPulseDistanceWidthProtocolConstants, aData, aNumberOfBits);
+}
+
/**
* Sends PulseDistance data with timing parameters and flag parameters.
* The output always ends with a space
@@ -947,7 +1142,7 @@ void IRsend::sendBiphaseData(uint16_t aBiphaseTimeUnit, uint32_t aData, uint_fas
void IRsend::mark(uint16_t aMarkMicros) {
#if defined(SEND_PWM_BY_TIMER) || defined(USE_NO_SEND_PWM)
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
if (FeedbackLEDControl.LedFeedbackEnabled == LED_FEEDBACK_ENABLED_FOR_SEND) {
setFeedbackLED(true);
}
@@ -978,7 +1173,7 @@ void IRsend::mark(uint16_t aMarkMicros) {
customDelayMicroseconds(aMarkMicros);
IRLedOff();
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
if (FeedbackLEDControl.LedFeedbackEnabled == LED_FEEDBACK_ENABLED_FOR_SEND) {
setFeedbackLED(false);
}
@@ -992,7 +1187,7 @@ void IRsend::mark(uint16_t aMarkMicros) {
unsigned long tStartMicros = micros();
unsigned long tNextPeriodEnding = tStartMicros;
unsigned long tMicros;
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
bool FeedbackLedIsActive = false;
# endif
@@ -1011,7 +1206,12 @@ void IRsend::mark(uint16_t aMarkMicros) {
# else
// 3.5 us from FeedbackLed on to pin setting. 5.7 us from call of mark() to pin setting incl. setting of feedback pin.
// 4.3 us from do{ to pin setting if sendPin is no constant
- digitalWriteFast(sendPin, HIGH);
+ // check must be here because of MegaTinyCore and its badArg() check
+ if (__builtin_constant_p(sendPin)) {
+ digitalWriteFast(sendPin, HIGH);
+ } else {
+ digitalWrite(sendPin, HIGH);
+ }
# endif
delayMicroseconds (periodOnTimeMicros); // On time is 8 us for 30% duty cycle. This is normally implemented by a blocking wait.
@@ -1026,7 +1226,11 @@ void IRsend::mark(uint16_t aMarkMicros) {
# endif
# else
- digitalWriteFast(sendPin, LOW);
+ if (__builtin_constant_p(sendPin)) {
+ digitalWriteFast(sendPin, LOW);
+ } else {
+ digitalWrite(sendPin, LOW);
+ }
# endif
/*
* Enable interrupts at start of the longer off period. Required at least to keep micros correct.
@@ -1034,7 +1238,7 @@ void IRsend::mark(uint16_t aMarkMicros) {
*/
interrupts();
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
/*
* Delayed call of setFeedbackLED() to get better startup timing, especially required for consecutive marks
*/
@@ -1049,8 +1253,8 @@ void IRsend::mark(uint16_t aMarkMicros) {
* PWM pause timing
* Measured delta between pause duration values are 13 us for a 16 MHz Uno (from 13 to 26), if interrupts are disabled below
* Measured delta between pause duration values are 20 us for a 16 MHz Uno (from 7.8 to 28), if interrupts are not disabled below
- * Minimal pause duration is 5.2 us with NO_LED_FEEDBACK_CODE enabled
- * and 8.1 us with NO_LED_FEEDBACK_CODE disabled.
+ * Minimal pause duration is 5.2 us with NO_LED_SEND_FEEDBACK_CODE enabled
+ * and 8.1 us with NO_LED_SEND_FEEDBACK_CODE disabled.
*/
tNextPeriodEnding += periodTimeMicros;
#if defined(__AVR__) // micros() for STM sometimes give decreasing values if interrupts are disabled. See https://github.com/stm32duino/Arduino_Core_STM32/issues/1680
@@ -1064,8 +1268,8 @@ void IRsend::mark(uint16_t aMarkMicros) {
* For AVR @16MHz we have only 4 us resolution.
* The duration of the micros() call itself is 3 us.
* It takes 0.9 us from signal going low here.
- * The rest of the loop takes 1.2 us with NO_LED_FEEDBACK_CODE enabled
- * and 3 us with NO_LED_FEEDBACK_CODE disabled.
+ * The rest of the loop takes 1.2 us with NO_LED_SEND_FEEDBACK_CODE enabled
+ * and 3 us with NO_LED_SEND_FEEDBACK_CODE disabled.
*/
#if defined(_IR_MEASURE_TIMING) && defined(_IR_TIMING_TEST_PIN)
digitalWriteFast(_IR_TIMING_TEST_PIN, LOW); // 2 clock cycles
@@ -1078,7 +1282,7 @@ void IRsend::mark(uint16_t aMarkMicros) {
#if defined(__AVR__)
// reset feedback led in the last pause before end
// tDeltaMicros += (160 / CLOCKS_PER_MICRO); // adding this once increases program size, so do it below !
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
if (tDeltaMicros >= aMarkMicros - (30 + (112 / CLOCKS_PER_MICRO))) { // 30 to be constant. Using periodTimeMicros increases program size too much.
if (FeedbackLEDControl.LedFeedbackEnabled & LED_FEEDBACK_ENABLED_FOR_SEND) {
setFeedbackLED(false);
@@ -1089,7 +1293,7 @@ void IRsend::mark(uint16_t aMarkMicros) {
if (tDeltaMicros >= aMarkMicros - (112 / CLOCKS_PER_MICRO)) { // To compensate for call duration - 112 is an empirical value
#else
if (tDeltaMicros >= aMarkMicros) {
-# if !defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
if (FeedbackLEDControl.LedFeedbackEnabled == LED_FEEDBACK_ENABLED_FOR_SEND) {
setFeedbackLED(false);
}
@@ -1134,7 +1338,7 @@ void IRsend::IRLedOff() {
# endif
#endif
-#if !defined(NO_LED_FEEDBACK_CODE)
+#if !defined(NO_LED_SEND_FEEDBACK_CODE)
if (FeedbackLEDControl.LedFeedbackEnabled & LED_FEEDBACK_ENABLED_FOR_SEND) {
setFeedbackLED(false);
}
@@ -1183,7 +1387,7 @@ void IRsend::customDelayMicroseconds(unsigned long aMicroseconds) {
* Enables IR output. The kHz value controls the modulation frequency in kilohertz.
* IF PWM should be generated by a timer, it uses the platform specific timerConfigForSend() function,
* otherwise it computes the delays used by the mark() function.
- * If IR_SEND_PIN is defined, maximum PWM frequency for an AVR @16 MHz is 170 kHz (180 kHz if NO_LED_FEEDBACK_CODE is defined)
+ * If IR_SEND_PIN is defined, maximum PWM frequency for an AVR @16 MHz is 170 kHz (180 kHz if NO_LED_SEND_FEEDBACK_CODE is defined)
*/
void IRsend::enableIROut(uint_fast8_t aFrequencyKHz) {
#if defined(SEND_PWM_BY_TIMER)
@@ -1216,7 +1420,11 @@ void IRsend::enableIROut(uint_fast8_t aFrequencyKHz) {
# if defined(IR_SEND_PIN)
pinModeFast(IR_SEND_PIN, OUTPUT);
# else
- pinModeFast(sendPin, OUTPUT);
+ if (__builtin_constant_p(sendPin)) {
+ pinModeFast(sendPin, OUTPUT);
+ } else {
+ pinMode(sendPin, OUTPUT);
+ }
# endif
# endif
#endif // defined(USE_OPEN_DRAIN_OUTPUT_FOR_SEND_PIN)
diff --git a/src/IRVersion.h b/src/IRVersion.h
index d4dd23f3..acbafa22 100644
--- a/src/IRVersion.h
+++ b/src/IRVersion.h
@@ -6,7 +6,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2015-2024 Ken Shirriff http://www.righto.com, Rafi Khan, Armin Joachimsmeyer
+ * Copyright (c) 2015-2025 Ken Shirriff http://www.righto.com, Rafi Khan, Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -36,10 +36,10 @@
#ifndef _IR_VERSION_HPP
#define _IR_VERSION_HPP
-#define VERSION_IRREMOTE "4.4.1"
+#define VERSION_IRREMOTE "4.4.2"
#define VERSION_IRREMOTE_MAJOR 4
#define VERSION_IRREMOTE_MINOR 4
-#define VERSION_IRREMOTE_PATCH 1
+#define VERSION_IRREMOTE_PATCH 2
/*
* Macro to convert 3 version parts into an integer
diff --git a/src/IRremote.h b/src/IRremote.h
index 3af3f582..73cae038 100644
--- a/src/IRremote.h
+++ b/src/IRremote.h
@@ -9,14 +9,13 @@
#include "IRremote.hpp"
-#warning Thank you for using the IRremote library!
-#warning It seems, that you are using a old version 2.0 code / example.
+#warning It seems, that you are using an old version 2.0 code / example.
#warning This version is no longer supported!
-#warning Please use one of the new code examples from the library available at "File > Examples > Examples from Custom Libraries / IRremote".
-#warning Or downgrade your library to version 2.6.0.
+#warning Upgrade instructions can be found here: "https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#converting-your-2x-program-to-the-4x-version"
+#warning Please use one of the new code examples from the library, available at "File > Examples > Examples from Custom Libraries / IRremote".
#warning Start with the SimpleReceiver or SimpleSender example.
-#warning The examples are documented here: https://github.com/Arduino-IRremote/Arduino-IRremote#examples-for-this-library
-#warning A guide how to convert your 2.0 program is here: https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-4x-version
+#warning The examples are documented here: "https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#examples-for-this-library"
+#warning Or just downgrade your library to version 2.6.0.
/**********************************************************************************************************************
* The OLD and DEPRECATED decode function with parameter aResults, kept for backward compatibility to old 2.0 tutorials
@@ -31,18 +30,19 @@ bool IRrecv::decode(decode_results *aResults) {
if (!sMessageWasSent) {
Serial.println(F("**************************************************************************************************"));
Serial.println(F("Thank you for using the IRremote library!"));
- Serial.println(F("It seems, that you are using a old version 2.0 code / example."));
+ Serial.println(F("It seems, that you are using an old version 2.0 code / example."));
Serial.println(F("This version is no longer supported!"));
+ Serial.println();
+ Serial.println(F("Upgrade instructions can be found here:"));
+ Serial.println(F(" https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#converting-your-2x-program-to-the-4x-version"));
+ Serial.println();
Serial.println(F("Please use one of the new code examples from the library,"));
Serial.println(F(" available at \"File > Examples > Examples from Custom Libraries / IRremote\"."));
- Serial.println(F("Or downgrade your library to version 2.6.0."));
- Serial.println();
Serial.println(F("Start with the SimpleReceiver or SimpleSender example."));
- Serial.println();
Serial.println(F("The examples are documented here:"));
- Serial.println(F(" https://github.com/Arduino-IRremote/Arduino-IRremote#examples-for-this-library"));
- Serial.println(F("A guide how to convert your 2.0 program is here:"));
- Serial.println(F(" https://github.com/Arduino-IRremote/Arduino-IRremote#converting-your-2x-program-to-the-4x-version"));
+ Serial.println(F(" https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#examples-for-this-library"));
+ Serial.println();
+ Serial.println(F("Or just downgrade your library to version 2.6.0."));
Serial.println();
Serial.println(F("Thanks"));
Serial.println(F("**************************************************************************************************"));
diff --git a/src/IRremote.hpp b/src/IRremote.hpp
index 657f0687..fdeeb835 100644
--- a/src/IRremote.hpp
+++ b/src/IRremote.hpp
@@ -13,7 +13,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2015-2023 Ken Shirriff http://www.righto.com, Rafi Khan, Armin Joachimsmeyer
+ * Copyright (c) 2015-2025 Ken Shirriff http://www.righto.com, Rafi Khan, Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -56,6 +56,8 @@
* - RECORD_GAP_MICROS Minimum gap between IR transmissions, to detect the end of a protocol.
* - FEEDBACK_LED_IS_ACTIVE_LOW Required on some boards (like my BluePill and my ESP8266 board), where the feedback LED is active low.
* - NO_LED_FEEDBACK_CODE This completely disables the LED feedback code for send and receive.
+ * - NO_LED_RECEIVE_FEEDBACK_CODE This disables the LED feedback code for receive.
+ * - NO_LED_SEND_FEEDBACK_CODE This disables the LED feedback code for send.
* - IR_INPUT_IS_ACTIVE_HIGH Enable it if you use a RF receiver, which has an active HIGH output signal.
* - IR_SEND_DUTY_CYCLE_PERCENT Duty cycle of IR send signal.
* - MICROS_PER_TICK Resolution of the raw input buffer data. Corresponds to 2 pulses of each 26.3 us at 38 kHz.
@@ -254,12 +256,23 @@
#define MICROS_IN_ONE_SECOND 1000000L
#define MICROS_IN_ONE_MILLI 1000L
+#if defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_RECEIVE_FEEDBACK_CODE)
+#define NO_LED_RECEIVE_FEEDBACK_CODE
+# endif
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
+#define NO_LED_SEND_FEEDBACK_CODE
+# endif
+#endif
+
#include "IRremoteInt.h"
/*
* We always use digitalWriteFast() and digitalReadFast() functions to have a consistent mapping for pins.
* For most non AVR cpu's, it is just a mapping to digitalWrite() and digitalRead() functions.
*/
+#if !defined(MEGATINYCORE) // megaTinyCore has it own digitalWriteFast function set, except digitalToggleFast().
#include "digitalWriteFast.h"
+#endif
#if !defined(USE_IRREMOTE_HPP_AS_PLAIN_INCLUDE)
#include "private/IRTimer.hpp" // defines IR_SEND_PIN for AVR and SEND_PWM_BY_TIMER
@@ -306,7 +319,7 @@ void disableLEDFeedback() {}; // dummy function for examples
#include "ir_Others.hpp"
#include "ir_Pronto.hpp" // pronto is an universal decoder and encoder
# if defined(DECODE_DISTANCE_WIDTH) // universal decoder for pulse distance width protocols - requires up to 750 bytes additional program memory
-#include
+#include "ir_DistanceWidthProtocol.hpp"
# endif
#endif // #if !defined(USE_IRREMOTE_HPP_AS_PLAIN_INCLUDE)
diff --git a/src/IRremoteInt.h b/src/IRremoteInt.h
index 7a35ffa1..02023a8d 100644
--- a/src/IRremoteInt.h
+++ b/src/IRremoteInt.h
@@ -73,7 +73,10 @@
* Air conditioners often send a longer protocol data stream up to 750 bits.
*/
#if !defined(RAW_BUFFER_LENGTH)
-# if (defined(RAMEND) && RAMEND <= 0x8FF) || (defined(RAMSIZE) && RAMSIZE < 0x8FF)
+# if (defined(RAMEND) && RAMEND <= 0x2FF) || (defined(RAMSIZE) && RAMSIZE < 0x2FF)
+// for RAMsize <= 512 bytes
+#define RAW_BUFFER_LENGTH 100 ///< Length of raw duration buffer. Must be even. 100 supports up to 48 bit codings inclusive 1 start and 1 stop bit.
+# elif (defined(RAMEND) && RAMEND <= 0x8FF) || (defined(RAMSIZE) && RAMSIZE < 0x8FF)
// for RAMsize <= 2k
#define RAW_BUFFER_LENGTH 200 ///< Length of raw duration buffer. Must be even. 100 supports up to 48 bit codings inclusive 1 start and 1 stop bit.
# else
@@ -203,8 +206,12 @@ class IRrecv {
public:
IRrecv();
- IRrecv(uint_fast8_t aReceivePin) __attribute__ ((deprecated ("Please use the default IRrecv instance \"IrReceiver\" and IrReceiver.begin(), and not your own IRrecv instance.")));
- IRrecv(uint_fast8_t aReceivePin, uint_fast8_t aFeedbackLEDPin) __attribute__ ((deprecated ("Please use the default IRrecv instance \"IrReceiver\" and IrReceiver.begin(), and not your own IRrecv instance..")));
+ IRrecv(
+ uint_fast8_t aReceivePin)
+ __attribute__ ((deprecated ("Please use the default IRrecv instance \"IrReceiver\" and IrReceiver.begin(), and not your own IRrecv instance.")));
+ IRrecv(uint_fast8_t aReceivePin,
+ uint_fast8_t aFeedbackLEDPin)
+ __attribute__ ((deprecated ("Please use the default IRrecv instance \"IrReceiver\" and IrReceiver.begin(), and not your own IRrecv instance..")));
void setReceivePin(uint_fast8_t aReceivePinNumber);
#if !defined(IR_REMOTE_DISABLE_RECEIVE_COMPLETE_CALLBACK)
void registerReceiveCompleteCallback(void (*aReceiveCompleteCallbackFunction)(void));
@@ -222,7 +229,6 @@ class IRrecv {
void restartTimerWithTicksToAdd(uint16_t aTicksToAddToGapCounter);
void restartAfterSend();
-
bool available();
IRData* read(); // returns decoded data
// write is a method of class IRsend below
@@ -244,6 +250,7 @@ class IRrecv {
* Useful info and print functions
*/
void printIRResultMinimal(Print *aSerial);
+ void printIRDuration(Print *aSerial, bool aOutputMicrosecondsInsteadOfTicks);
void printIRResultRawFormatted(Print *aSerial, bool aOutputMicrosecondsInsteadOfTicks = true);
void printIRResultAsCVariables(Print *aSerial);
uint8_t getMaximumMarkTicksFromRawData();
@@ -254,7 +261,7 @@ class IRrecv {
/*
* Next 4 functions are also available as non member functions
*/
- bool printIRResultShort(Print *aSerial, bool aPrintRepeatGap = true, bool aCheckForRecordGapsMicros = true);
+ bool printIRResultShort(Print *aSerial, bool aCheckForRecordGapsMicros = true);
void printDistanceWidthTimingInfo(Print *aSerial, DistanceWidthTimingInfoStruct *aDistanceWidthTimingInfo);
void printIRSendUsage(Print *aSerial);
#if defined(__AVR__)
@@ -279,6 +286,9 @@ class IRrecv {
bool decodePulseDistanceWidthData(PulseDistanceWidthProtocolConstants *aProtocolConstants, uint_fast8_t aNumberOfBits,
IRRawlenType aStartOffset = 3);
+ bool decodePulseDistanceWidthData_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM,
+ uint_fast8_t aNumberOfBits, IRRawlenType aStartOffset = 3);
+
bool decodePulseDistanceWidthData(uint_fast8_t aNumberOfBits, IRRawlenType aStartOffset, uint16_t aOneMarkMicros,
uint16_t aOneSpaceMicros, uint16_t aZeroMarkMicros, bool aMSBfirst);
@@ -350,15 +360,19 @@ class IRrecv {
void initDecodedIRData();
uint_fast8_t compare(uint16_t oldval, uint16_t newval);
bool checkHeader(PulseDistanceWidthProtocolConstants *aProtocolConstants);
+ bool checkHeader_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM);
void checkForRepeatSpaceTicksAndSetFlag(uint16_t aMaximumRepeatSpaceTicks);
bool checkForRecordGapsMicros(Print *aSerial);
IRData decodedIRData; // Decoded IR data for the application
- // Last decoded IR data for repeat detection and parity for Denon autorepeat
+ // Last decoded IR data for repeat detection and to fill in JVC, LG, NEC repeat values. Parity for Denon autorepeat
decode_type_t lastDecodedProtocol;
- uint32_t lastDecodedAddress;
- uint32_t lastDecodedCommand;
+ uint16_t lastDecodedAddress;
+ uint16_t lastDecodedCommand;
+#if defined(DECODE_DISTANCE_WIDTH)
+ IRRawDataType lastDecodedRawData;
+#endif
uint8_t repeatCount; // Used e.g. for Denon decode for autorepeat decoding.
};
@@ -463,7 +477,7 @@ class IRsend {
// The next function is a dummy to avoid acceptance of pre 4.3 calls to begin(DISABLE_LED_FEEDBACK);
void begin(uint8_t aSendPin)
# if !defined (DOXYGEN)
- __attribute__ ((deprecated ("Error: IR_SEND_PIN is still defined, therefore the function begin(aSendPin) is NOT available. You must disable '#define IR_SEND_PIN' to enable this function.")));
+ __attribute__ ((deprecated ("ERROR: IR_SEND_PIN is still defined, therefore the function begin(aSendPin) is NOT available. You must disable '#define IR_SEND_PIN' to enable this function.")));
# endif
// The next function is a dummy to avoid acceptance of pre 4.0 calls to begin(IR_SEND_PIN, DISABLE_LED_FEEDBACK);
@@ -487,28 +501,49 @@ class IRsend {
void enableHighFrequencyIROut(uint_fast16_t aFrequencyKHz); // Used for Bang&Olufsen
#endif
+ /*
+ * Array functions
+ */
void sendPulseDistanceWidthFromArray(uint_fast8_t aFrequencyKHz, uint16_t aHeaderMarkMicros, uint16_t aHeaderSpaceMicros,
uint16_t aOneMarkMicros, uint16_t aOneSpaceMicros, uint16_t aZeroMarkMicros, uint16_t aZeroSpaceMicros,
IRRawDataType *aDecodedRawDataArray, uint16_t aNumberOfBits, uint8_t aFlags, uint16_t aRepeatPeriodMillis,
int_fast8_t aNumberOfRepeats);
+ void sendPulseDistanceWidthFromPGMArray(uint_fast8_t aFrequencyKHz, uint16_t aHeaderMarkMicros, uint16_t aHeaderSpaceMicros,
+ uint16_t aOneMarkMicros, uint16_t aOneSpaceMicros, uint16_t aZeroMarkMicros, uint16_t aZeroSpaceMicros,
+ IRRawDataType const *aDecodedRawDataPGMArray, uint16_t aNumberOfBits, uint8_t aFlags, uint16_t aRepeatPeriodMillis,
+ int_fast8_t aNumberOfRepeats);
void sendPulseDistanceWidthFromArray(PulseDistanceWidthProtocolConstants *aProtocolConstants,
IRRawDataType *aDecodedRawDataArray, uint16_t aNumberOfBits, int_fast8_t aNumberOfRepeats);
+ void sendPulseDistanceWidthFromPGMArray(PulseDistanceWidthProtocolConstants *aProtocolConstants,
+ IRRawDataType const *aDecodedRawDataPGMArray, uint16_t aNumberOfBits, int_fast8_t aNumberOfRepeats);
+ void sendPulseDistanceWidthFromArray_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM,
+ IRRawDataType *aDecodedRawDataArray, uint16_t aNumberOfBits, int_fast8_t aNumberOfRepeats);
+ void sendPulseDistanceWidthFromPGMArray_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM,
+ IRRawDataType const *aDecodedRawDataPGMArray, uint16_t aNumberOfBits, int_fast8_t aNumberOfRepeats);
+
void sendPulseDistanceWidthFromArray(uint_fast8_t aFrequencyKHz, DistanceWidthTimingInfoStruct *aDistanceWidthTimingInfo,
IRRawDataType *aDecodedRawDataArray, uint16_t aNumberOfBits, uint8_t aFlags, uint16_t aRepeatPeriodMillis,
int_fast8_t aNumberOfRepeats);
+ void sendPulseDistanceWidthFromArray_P(uint_fast8_t aFrequencyKHz,
+ DistanceWidthTimingInfoStruct const *aDistanceWidthTimingInfoPGM, IRRawDataType *aDecodedRawDataArray,
+ uint16_t aNumberOfBits, uint8_t aFlags, uint16_t aRepeatPeriodMillis, int_fast8_t aNumberOfRepeats);
void sendPulseDistanceWidth(PulseDistanceWidthProtocolConstants *aProtocolConstants, IRRawDataType aData,
uint_fast8_t aNumberOfBits, int_fast8_t aNumberOfRepeats);
+ void sendPulseDistanceWidth_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM, IRRawDataType aData,
+ uint_fast8_t aNumberOfBits, int_fast8_t aNumberOfRepeats);
void sendPulseDistanceWidthData(PulseDistanceWidthProtocolConstants *aProtocolConstants, IRRawDataType aData,
uint_fast8_t aNumberOfBits);
+ void sendPulseDistanceWidthData_P(PulseDistanceWidthProtocolConstants const *aProtocolConstantsPGM, IRRawDataType aData,
+ uint_fast8_t aNumberOfBits);
void sendPulseDistanceWidth(uint_fast8_t aFrequencyKHz, uint16_t aHeaderMarkMicros, uint16_t aHeaderSpaceMicros,
uint16_t aOneMarkMicros, uint16_t aOneSpaceMicros, uint16_t aZeroMarkMicros, uint16_t aZeroSpaceMicros,
IRRawDataType aData, uint_fast8_t aNumberOfBits, uint8_t aFlags, uint16_t aRepeatPeriodMillis,
- int_fast8_t aNumberOfRepeats, void (*aSpecialSendRepeatFunction)() = NULL);
+ int_fast8_t aNumberOfRepeats, void (*aSpecialSendRepeatFunction)() = nullptr);
void sendPulseDistanceWidth(uint_fast8_t aFrequencyKHz, uint16_t aHeaderMarkMicros, uint16_t aHeaderSpaceMicros,
uint16_t aOneMarkMicros, uint16_t aOneSpaceMicros, uint16_t aZeroMarkMicros, uint16_t aZeroSpaceMicros,
IRRawDataType aData, uint_fast8_t aNumberOfBits, bool aMSBFirst, bool aSendStopBit, uint16_t aRepeatPeriodMillis,
- int_fast8_t aNumberOfRepeats, void (*aSpecialSendRepeatFunction)() = NULL)
+ int_fast8_t aNumberOfRepeats, void (*aSpecialSendRepeatFunction)() = nullptr)
__attribute__ ((deprecated ("Since version 4.1.0 parameter aSendStopBit is not longer required.")));
void sendPulseDistanceWidthData(uint16_t aOneMarkMicros, uint16_t aOneSpaceMicros, uint16_t aZeroMarkMicros,
uint16_t aZeroSpaceMicros, IRRawDataType aData, uint_fast8_t aNumberOfBits, uint8_t aFlags);
@@ -537,7 +572,7 @@ class IRsend {
void sendBangOlufsenRawDataLink(uint64_t aRawData, int_fast8_t aBits, bool aBackToBack = false,
bool aUseDatalinkTiming = false);
void sendBoseWave(uint8_t aCommand, int_fast8_t aNumberOfRepeats = NO_REPEATS);
- void sendDenon(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, bool aSendSharp = false);
+ void sendDenon(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, uint8_t aSendSharpFrameMarker = 0);
void sendDenonRaw(uint16_t aRawData, int_fast8_t aNumberOfRepeats = NO_REPEATS)
#if !defined (DOXYGEN)
__attribute__ ((deprecated ("Please use sendDenon(aAddress, aCommand, aNumberOfRepeats).")));
@@ -569,7 +604,8 @@ class IRsend {
void sendRC5(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, bool aEnableAutomaticToggle = true);
void sendRC6(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, bool aEnableAutomaticToggle = true);
- void sendRC6A(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, uint16_t aCustomer, bool aEnableAutomaticToggle = true);
+ void sendRC6A(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, uint16_t aCustomer,
+ bool aEnableAutomaticToggle = true);
void sendSamsungLGRepeat();
void sendSamsung(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats);
void sendSamsung16BitAddressAnd8BitCommand(uint16_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats);
@@ -577,6 +613,7 @@ class IRsend {
void sendSamsung48(uint16_t aAddress, uint32_t aCommand, int_fast8_t aNumberOfRepeats);
void sendSamsungLG(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats);
void sendSharp(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats); // redirected to sendDenon
+ void sendSharp2(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats); // redirected to sendDenon
void sendSony(uint16_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, uint8_t numberOfBits = 12); // SIRCS_12_PROTOCOL
void sendLegoPowerFunctions(uint8_t aChannel, uint8_t tCommand, uint8_t aMode, bool aDoSend5Times = true);
diff --git a/src/TinyIR.h b/src/TinyIR.h
index c01a67ab..8e29871e 100644
--- a/src/TinyIR.h
+++ b/src/TinyIR.h
@@ -2,7 +2,7 @@
* TinyIR.h
*
*
- * Copyright (C) 2021-2023 Armin Joachimsmeyer
+ * Copyright (C) 2021-2025 Armin Joachimsmeyer
* armin.joachimsmeyer@gmail.com
*
* This file is part of IRMP https://github.com/IRMP-org/IRMP.
@@ -218,11 +218,11 @@ struct TinyIRReceiverStruct {
/*
* Definitions for member TinyIRReceiverCallbackDataStruct.Flags
- * From IRremoteInt.h
+ * This is a copy of flags from IRremoteInt.h
*/
#define IRDATA_FLAGS_EMPTY 0x00
#define IRDATA_FLAGS_IS_REPEAT 0x01
-#define IRDATA_FLAGS_IS_AUTO_REPEAT 0x02 // not used here, overwritten with _IRDATA_FLAGS_IS_SHORT_REPEAT
+#define IRDATA_FLAGS_IS_AUTO_REPEAT 0x02 // not used for TinyIR
#define IRDATA_FLAGS_PARITY_FAILED 0x04 ///< the current (autorepeat) frame violated parity check
/**
@@ -263,6 +263,19 @@ void sendNECMinimal(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint
void sendNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_t aNumberOfRepeats = 0, bool aSendNEC2Repeats = false);
void sendExtendedNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_t aNumberOfRepeats = 0, bool aSendNEC2Repeats = false);
+#if defined(NO_LED_FEEDBACK_CODE)
+# if !defined(NO_LED_RECEIVE_FEEDBACK_CODE)
+#define NO_LED_RECEIVE_FEEDBACK_CODE
+# endif
+# if !defined(NO_LED_SEND_FEEDBACK_CODE)
+#define NO_LED_SEND_FEEDBACK_CODE
+# endif
+#endif
+
+#if !defined(IR_FEEDBACK_LED_PIN) && defined(LED_BUILTIN)
+#define IR_FEEDBACK_LED_PIN LED_BUILTIN
+#endif
+
/*
* Version 2.2.0 - 7/2024
* - New TinyReceiverDecode() function to be used as drop in for IrReceiver.decode().
diff --git a/src/TinyIRReceiver.hpp b/src/TinyIRReceiver.hpp
index 39b3414e..af66d3c8 100644
--- a/src/TinyIRReceiver.hpp
+++ b/src/TinyIRReceiver.hpp
@@ -1,7 +1,7 @@
/*
* TinyIRReceiver.hpp
*
- * Receives IR protocol data of NEC protocol using pin change interrupts.
+ * Receives IR data of NEC protocol using pin change interrupts.
* NEC is the protocol of most cheap remote controls for Arduino.
*
* Parity check is done for address and data.
@@ -28,7 +28,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2022-2024 Armin Joachimsmeyer
+ * Copyright (c) 2022-2025 Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -56,13 +56,15 @@
*
* - IR_RECEIVE_PIN The pin number for TinyIRReceiver IR input.
* - IR_FEEDBACK_LED_PIN The pin number for TinyIRReceiver feedback LED.
- * - NO_LED_FEEDBACK_CODE Disables the feedback LED function. Saves 14 bytes program memory.
- * - DISABLE_PARITY_CHECKS Disable parity checks. Saves 48 bytes of program memory.
- * - USE_EXTENDED_NEC_PROTOCOL Like NEC, but take the 16 bit address as one 16 bit value and not as 8 bit normal and 8 bit inverted value.
+ * - NO_LED_FEEDBACK_CODE Disables the feedback LED function for send and receive. Saves 14 bytes program memory.
+ * - NO_LED_RECEIVE_FEEDBACK_CODE Disables the LED feedback code for receive.
+ * - NO_LED_SEND_FEEDBACK_CODE Disables the LED feedback code for send.
+ * - DISABLE_PARITY_CHECKS Disable parity checks. Saves 48 bytes of program memory.
+ * - USE_EXTENDED_NEC_PROTOCOL Like NEC, but take the 16 bit address as one 16 bit value and not as 8 bit normal and 8 bit inverted value.
* - USE_ONKYO_PROTOCOL Like NEC, but take the 16 bit address and command each as one 16 bit value and not as 8 bit normal and 8 bit inverted value.
* - USE_FAST_PROTOCOL Use FAST protocol (no address and 16 bit data, interpreted as 8 bit command and 8 bit inverted command) instead of NEC.
* - ENABLE_NEC2_REPEATS Instead of sending / receiving the NEC special repeat code, send / receive the original frame for repeat.
- * - USE_CALLBACK_FOR_TINY_RECEIVER Call the fixed function "void handleReceivedTinyIRData()" each time a frame or repeat is received.
+ * - USE_CALLBACK_FOR_TINY_RECEIVER Call the user provided function "void handleReceivedTinyIRData()" each time a frame or repeat is received.
*/
#ifndef _TINY_IR_RECEIVER_HPP
@@ -70,12 +72,6 @@
#include
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
-#define LOCAL_DEBUG
-#else
-//#define LOCAL_DEBUG // This enables debug output only for this file
-#endif
-
/*
* Protocol selection
*/
@@ -84,7 +80,11 @@
//#define USE_ONKYO_PROTOCOL // Like NEC, but take the 16 bit address and command each as one 16 bit value and not as 8 bit normal and 8 bit inverted value.
//#define USE_FAST_PROTOCOL // Use FAST protocol instead of NEC / ONKYO.
//#define ENABLE_NEC2_REPEATS // Instead of sending / receiving the NEC special repeat code, send / receive the original frame for repeat.
-#include "TinyIR.h" // If not defined, it defines IR_RECEIVE_PIN, IR_FEEDBACK_LED_PIN and TINY_RECEIVER_USE_ARDUINO_ATTACH_INTERRUPT
+
+//#define IR_RECEIVE_PIN 2
+//#define NO_LED_RECEIVE_FEEDBACK_CODE // Disables the LED feedback code for receive.
+//#define IR_FEEDBACK_LED_PIN 12 // Use this, to disable use of LED_BUILTIN definition for IR_FEEDBACK_LED_PIN
+#include "TinyIR.h"
#include "digitalWriteFast.h"
/** \addtogroup TinyReceiver Minimal receiver for NEC and FAST protocol
@@ -92,10 +92,13 @@
*/
#if defined(DEBUG)
+#define LOCAL_DEBUG
#define LOCAL_DEBUG_ATTACH_INTERRUPT
#else
-//#define LOCAL_DEBUG_ATTACH_INTERRUPT // to see if attachInterrupt() or static interrupt (by register tweaking) is used
+//#define LOCAL_DEBUG // This enables debug output only for this file
+//#define LOCAL_DEBUG_ATTACH_INTERRUPT // To see if attachInterrupt() or static interrupt (by register tweaking) is used and no other debug output
#endif
+
#if defined(TRACE)
#define LOCAL_TRACE_STATE_MACHINE
#else
@@ -114,22 +117,20 @@ volatile TinyIRReceiverCallbackDataStruct TinyIRReceiverData;
#warning "IR_INPUT_PIN is deprecated, use IR_RECEIVE_PIN"
#define IR_RECEIVE_PIN IR_INPUT_PIN
#endif
+
#if !defined(IR_RECEIVE_PIN)
-#if defined(__AVR_ATtiny1616__) || defined(__AVR_ATtiny3216__) || defined(__AVR_ATtiny3217__)
+# if defined(__AVR_ATtiny1616__) || defined(__AVR_ATtiny3216__) || defined(__AVR_ATtiny3217__)
#warning "IR_RECEIVE_PIN is not defined, so it is set to 10"
#define IR_RECEIVE_PIN 10
-#elif defined(__AVR_ATtiny816__)
+# elif defined(__AVR_ATtiny816__)
#warning "IR_RECEIVE_PIN is not defined, so it is set to 14"
#define IR_RECEIVE_PIN 14
-#else
+# else
#warning "IR_RECEIVE_PIN is not defined, so it is set to 2"
#define IR_RECEIVE_PIN 2
-#endif
+# endif
#endif
-#if !defined(IR_FEEDBACK_LED_PIN) && defined(LED_BUILTIN)
-#define IR_FEEDBACK_LED_PIN LED_BUILTIN
-#endif
#if !( \
(defined(__AVR_ATtiny25__) || defined(__AVR_ATtiny45__) || defined(__AVR_ATtiny85__)) /* ATtinyX5 */ \
@@ -149,11 +150,9 @@ volatile TinyIRReceiverCallbackDataStruct TinyIRReceiverData;
* Declaration of the callback function provided by the user application.
* It is called every time a complete IR command or repeat was received.
*/
-extern void handleTinyReceivedIRData();
+extern void handleReceivedTinyIRData();
-#if defined(LOCAL_DEBUG)
-uint32_t sMicrosOfGap; // The length of the gap before the start bit
-#endif
+uint32_t sMicrosOfGap; // The length of the gap before the start bit, used for trace
/**
* The ISR (Interrupt Service Routine) of TinyIRRreceiver.
* It handles the NEC protocol decoding and calls the user callback function on complete.
@@ -172,8 +171,12 @@ void IRPinChangeInterruptHandler(void) {
*/
uint_fast8_t tIRLevel = digitalReadFast(IR_RECEIVE_PIN);
-#if !defined(NO_LED_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+#if !defined(NO_LED_RECEIVE_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, tIRLevel);
+# else
digitalWriteFast(IR_FEEDBACK_LED_PIN, !tIRLevel);
+# endif
#endif
/*
@@ -209,7 +212,7 @@ void IRPinChangeInterruptHandler(void) {
// We are at the beginning of the header mark, check timing at the next transition
tState = IR_RECEIVER_STATE_WAITING_FOR_START_SPACE;
TinyIRReceiverControl.Flags = IRDATA_FLAGS_EMPTY; // If we do it here, it saves 4 bytes
-#if defined(LOCAL_TRACE)
+#if defined(TRACE) // Do not use LOCAL_TRACE here since sMicrosOfGap is read in a cpp file at TRACE
sMicrosOfGap = tMicrosOfMarkOrSpace32;
#endif
#if defined(ENABLE_NEC2_REPEATS)
@@ -226,7 +229,7 @@ void IRPinChangeInterruptHandler(void) {
if (tMicrosOfMarkOrSpace >= lowerValue25Percent(TINY_RECEIVER_HEADER_SPACE)
&& tMicrosOfMarkOrSpace <= upperValue25Percent(TINY_RECEIVER_HEADER_SPACE)) {
/*
- * We have a valid data header space here -> initialize data
+ * We had a valid data header space here -> initialize data
*/
TinyIRReceiverControl.IRRawDataBitCounter = 0;
#if (TINY_RECEIVER_BITS > 16)
@@ -323,7 +326,7 @@ void IRPinChangeInterruptHandler(void) {
* Check address parity
* Address is sent first and contained in the lower word
*/
- if (TinyIRReceiverControl.IRRawData.UBytes[0] != (uint8_t) (~TinyIRReceiverControl.IRRawData.UBytes[1])) {
+ if (TinyIRReceiverControl.IRRawData.UBytes[0] != (uint8_t)(~TinyIRReceiverControl.IRRawData.UBytes[1])) {
#if defined(ENABLE_NEC2_REPEATS)
TinyIRReceiverControl.Flags |= IRDATA_FLAGS_PARITY_FAILED; // here we can have the repeat flag already set
#else
@@ -336,7 +339,7 @@ void IRPinChangeInterruptHandler(void) {
* Check command parity
*/
#if (TINY_RECEIVER_ADDRESS_BITS > 0)
- if (TinyIRReceiverControl.IRRawData.UBytes[2] != (uint8_t) (~TinyIRReceiverControl.IRRawData.UBytes[3])) {
+ if (TinyIRReceiverControl.IRRawData.UBytes[2] != (uint8_t)(~TinyIRReceiverControl.IRRawData.UBytes[3])) {
#if defined(ENABLE_NEC2_REPEATS)
TinyIRReceiverControl.Flags |= IRDATA_FLAGS_PARITY_FAILED;
#else
@@ -454,15 +457,17 @@ bool isIRReceiverAttachedForTinyReceiver() {
bool initPCIInterruptForTinyReceiver() {
pinModeFast(IR_RECEIVE_PIN, INPUT);
-#if !defined(NO_LED_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+#if !defined(NO_LED_RECEIVE_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# endif
#endif
return enablePCIInterruptForTinyReceiver();
}
void printTinyReceiverResultMinimal(Print *aSerial) {
// Print only very short output, since we are in an interrupt context and do not want to miss the next interrupts of the repeats coming soon
- // Print only very short output, since we are in an interrupt context and do not want to miss the next interrupts of the repeats coming soon
#if defined(USE_FAST_PROTOCOL)
aSerial->print(F("C=0x"));
#else
@@ -568,14 +573,19 @@ bool enablePCIInterruptForTinyReceiver() {
#if defined(USE_ATTACH_INTERRUPT) || defined(USE_ATTACH_INTERRUPT_DIRECT)
# if defined(USE_ATTACH_INTERRUPT)
-#if defined(NOT_AN_INTERRUPT)
+# if defined(NOT_AN_INTERRUPT) // check if IDE has defined the check of digitalPinToInterrupt
if(digitalPinToInterrupt(IR_RECEIVE_PIN) == NOT_AN_INTERRUPT){
return false;
}
-#endif
+# endif
// costs 112 bytes program memory + 4 bytes RAM
+# if defined(ARDUINO_ARCH_SAMD) // see https://www.arduino.cc/reference/tr/language/functions/external-interrupts/attachinterrupt/ paragraph: Syntax
+ attachInterrupt(IR_RECEIVE_PIN, IRPinChangeInterruptHandler, CHANGE); // no extra pin mapping here :-(
+# else
attachInterrupt(digitalPinToInterrupt(IR_RECEIVE_PIN), IRPinChangeInterruptHandler, CHANGE);
+# endif
# else
+ // USE_ATTACH_INTERRUPT_DIRECT here, only defined for ATtinies *16, see above
// 2.2 us more than version configured with macros and not compatible
attachInterrupt(IR_RECEIVE_PIN, IRPinChangeInterruptHandler, CHANGE); // no extra pin mapping here
# endif
@@ -583,11 +593,11 @@ bool enablePCIInterruptForTinyReceiver() {
# if defined(LOCAL_DEBUG_ATTACH_INTERRUPT)
Serial.println(F("Use attachInterrupt for pin=" STR(IR_RECEIVE_PIN)));
# endif
-
#else
# if defined(LOCAL_DEBUG_ATTACH_INTERRUPT)
Serial.println(F("Use static interrupt for pin=" STR(IR_RECEIVE_PIN)));
# endif
+
# if defined(USE_INT0)
// interrupt on any logical change
EICRA |= _BV(ISC00);
diff --git a/src/TinyIRSender.hpp b/src/TinyIRSender.hpp
index 65a1fe18..be0d07ef 100644
--- a/src/TinyIRSender.hpp
+++ b/src/TinyIRSender.hpp
@@ -19,7 +19,7 @@
************************************************************************************
* MIT License
*
- * Copyright (c) 2022-2024 Armin Joachimsmeyer
+ * Copyright (c) 2022-2025 Armin Joachimsmeyer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -48,11 +48,13 @@
//#define ENABLE_NEC2_REPEATS // Instead of sending / receiving the NEC special repeat code, send / receive the original frame for repeat.
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
#endif
+//#define NO_LED_SEND_FEEDBACK_CODE // Disables the LED feedback code for receive.
+//#define IR_FEEDBACK_LED_PIN 12 // Use this, to disable use of LED_BUILTIN definition for IR_FEEDBACK_LED_PIN
#include "TinyIR.h" // Defines protocol timings
#include "digitalWriteFast.h"
@@ -114,6 +116,15 @@ void sendMark(uint8_t aSendPin, unsigned int aMarkMicros) {
void sendONKYO(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_t aNumberOfRepeats, bool aSendNEC2Repeats) {
pinModeFast(aSendPin, OUTPUT);
+#if !defined(NO_LED_SEND_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+ pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, LOW);
+# else
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# endif
+#endif
+
uint_fast8_t tNumberOfCommands = aNumberOfRepeats + 1;
while (tNumberOfCommands > 0) {
unsigned long tStartOfFrameMillis = millis();
@@ -121,10 +132,10 @@ void sendONKYO(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast
sendMark(aSendPin, NEC_HEADER_MARK);
if ((!aSendNEC2Repeats) && (tNumberOfCommands < aNumberOfRepeats + 1)) {
// send the NEC special repeat
- delayMicroseconds(NEC_REPEAT_HEADER_SPACE); // - 2250
+ delayMicroseconds (NEC_REPEAT_HEADER_SPACE); // - 2250
} else {
// send header
- delayMicroseconds(NEC_HEADER_SPACE);
+ delayMicroseconds (NEC_HEADER_SPACE);
LongUnion tData;
tData.UWord.LowWord = aAddress;
tData.UWord.HighWord = aCommand;
@@ -132,9 +143,9 @@ void sendONKYO(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast
for (uint_fast8_t i = 0; i < NEC_BITS; ++i) {
sendMark(aSendPin, NEC_BIT_MARK); // constant mark length
if (tData.ULong & 1) {
- delayMicroseconds(NEC_ONE_SPACE);
+ delayMicroseconds (NEC_ONE_SPACE);
} else {
- delayMicroseconds(NEC_ZERO_SPACE);
+ delayMicroseconds (NEC_ZERO_SPACE);
}
tData.ULong >>= 1; // shift command for next bit
}
@@ -153,6 +164,14 @@ void sendONKYO(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast
}
}
}
+#if !defined(NO_LED_SEND_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+ pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# else
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, LOW);
+# endif
+#endif
}
/*
@@ -168,6 +187,15 @@ void sendNECMinimal(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint
void sendNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_t aNumberOfRepeats, bool aSendNEC2Repeats) {
pinModeFast(aSendPin, OUTPUT);
+#if !defined(NO_LED_SEND_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+ pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, LOW);
+# else
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# endif
+#endif
+
uint_fast8_t tNumberOfCommands = aNumberOfRepeats + 1;
while (tNumberOfCommands > 0) {
unsigned long tStartOfFrameMillis = millis();
@@ -175,10 +203,10 @@ void sendNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_
sendMark(aSendPin, NEC_HEADER_MARK);
if ((!aSendNEC2Repeats) && (tNumberOfCommands < aNumberOfRepeats + 1)) {
// send the NEC special repeat
- delayMicroseconds(NEC_REPEAT_HEADER_SPACE); // - 2250
+ delayMicroseconds (NEC_REPEAT_HEADER_SPACE); // - 2250
} else {
// send header
- delayMicroseconds(NEC_HEADER_SPACE);
+ delayMicroseconds (NEC_HEADER_SPACE);
LongUnion tData;
/*
* The compiler is intelligent and removes the code for "(aAddress > 0xFF)" if we are called with an uint8_t address :-).
@@ -201,9 +229,9 @@ void sendNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_
sendMark(aSendPin, NEC_BIT_MARK); // constant mark length
if (tData.ULong & 1) {
- delayMicroseconds(NEC_ONE_SPACE);
+ delayMicroseconds (NEC_ONE_SPACE);
} else {
- delayMicroseconds(NEC_ZERO_SPACE);
+ delayMicroseconds (NEC_ZERO_SPACE);
}
tData.ULong >>= 1; // shift command for next bit
}
@@ -222,6 +250,14 @@ void sendNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_
}
}
}
+#if !defined(NO_LED_SEND_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+ pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# else
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, LOW);
+# endif
+#endif
}
/*
@@ -234,6 +270,15 @@ void sendNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_
void sendExtendedNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uint_fast8_t aNumberOfRepeats, bool aSendNEC2Repeats) {
pinModeFast(aSendPin, OUTPUT);
+#if !defined(NO_LED_SEND_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+ pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, LOW);
+# else
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# endif
+#endif
+
uint_fast8_t tNumberOfCommands = aNumberOfRepeats + 1;
while (tNumberOfCommands > 0) {
unsigned long tStartOfFrameMillis = millis();
@@ -241,10 +286,10 @@ void sendExtendedNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uin
sendMark(aSendPin, NEC_HEADER_MARK);
if ((!aSendNEC2Repeats) && (tNumberOfCommands < aNumberOfRepeats + 1)) {
// send the NEC special repeat
- delayMicroseconds(NEC_REPEAT_HEADER_SPACE); // - 2250
+ delayMicroseconds (NEC_REPEAT_HEADER_SPACE); // - 2250
} else {
// send header
- delayMicroseconds(NEC_HEADER_SPACE);
+ delayMicroseconds (NEC_HEADER_SPACE);
LongUnion tData;
tData.UWord.LowWord = aAddress;
if (aCommand > 0xFF) {
@@ -258,9 +303,9 @@ void sendExtendedNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uin
sendMark(aSendPin, NEC_BIT_MARK); // constant mark length
if (tData.ULong & 1) {
- delayMicroseconds(NEC_ONE_SPACE);
+ delayMicroseconds (NEC_ONE_SPACE);
} else {
- delayMicroseconds(NEC_ZERO_SPACE);
+ delayMicroseconds (NEC_ZERO_SPACE);
}
tData.ULong >>= 1; // shift command for next bit
}
@@ -279,6 +324,14 @@ void sendExtendedNEC(uint8_t aSendPin, uint16_t aAddress, uint16_t aCommand, uin
}
}
}
+#if !defined(NO_LED_SEND_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+ pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# else
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, LOW);
+# endif
+#endif
}
/*
@@ -294,6 +347,15 @@ void sendFast8BitAndParity(uint8_t aSendPin, uint8_t aCommand, uint_fast8_t aNum
void sendFAST(uint8_t aSendPin, uint16_t aCommand, uint_fast8_t aNumberOfRepeats) {
pinModeFast(aSendPin, OUTPUT);
+#if !defined(NO_LED_SEND_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+ pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, LOW);
+# else
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# endif
+#endif
+
uint_fast8_t tNumberOfCommands = aNumberOfRepeats + 1;
while (tNumberOfCommands > 0) {
unsigned long tStartOfFrameMillis = millis();
@@ -337,6 +399,14 @@ void sendFAST(uint8_t aSendPin, uint16_t aCommand, uint_fast8_t aNumberOfRepeats
}
}
}
+#if !defined(NO_LED_SEND_FEEDBACK_CODE) && defined(IR_FEEDBACK_LED_PIN)
+ pinModeFast(IR_FEEDBACK_LED_PIN, OUTPUT);
+# if defined(FEEDBACK_LED_IS_ACTIVE_LOW)
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, HIGH);
+# else
+ digitalWriteFast(IR_FEEDBACK_LED_PIN, LOW);
+# endif
+#endif
}
/** @}*/
diff --git a/src/digitalWriteFast.h b/src/digitalWriteFast.h
index 043ae715..faeaa5af 100644
--- a/src/digitalWriteFast.h
+++ b/src/digitalWriteFast.h
@@ -5,12 +5,22 @@
* by Watterott electronic (www.watterott.com)
* based on https://code.google.com/p/digitalwritefast
*
+ * The value of DigitalReadFast() is the content of the input register e.g. 0x04 for pin2 and NOT always 0 or 1.
+ *
* License: BSD 3-Clause License (https://opensource.org/licenses/BSD-3-Clause)
*/
#ifndef __digitalWriteFast_h_
#define __digitalWriteFast_h_ 1
+//#define THROW_ERROR_IF_NOT_FAST // If activated, an error is thrown if pin is not a compile time constant
+void NonConstantsUsedForPinModeFast( void ) __attribute__ (( error("Parameter for pinModeFast() function is not constant") ));
+void NonConstantsUsedForDigitalWriteFast( void ) __attribute__ (( error("Parameter for digitalWriteFast() function is not constant") ));
+void NonConstantsUsedForDigitalToggleFast( void ) __attribute__ (( error("Parameter for digitalToggleFast() function is not constant") ));
+int NonConstantsUsedForDigitalReadFast( void ) __attribute__ (( error("Parameter for digitalReadFast() function is not constant") ));
+
+#if !defined(MEGATINYCORE) // megaTinyCore has it own digitalWriteFast function set, except digitalToggleFast().
+
//#define SANGUINO_PINOUT // define for Sanguino pinout
// general macros/defines
@@ -29,10 +39,6 @@
#include // declarations for the fallback to digitalWrite(), digitalRead() etc.
-#if defined(MEGATINYCORE)
-#error Do not use "#include digitalWriteFast.h" because megaTinyCore has it own digitalWriteFast function set, except digitalToggleFast().
-#endif
-
// --- Arduino Mega and ATmega128x/256x based boards ---
#if (defined(ARDUINO_AVR_MEGA) || \
defined(ARDUINO_AVR_MEGA1280) || \
@@ -316,28 +322,26 @@
#endif
-
-void NonConstantsUsedForPinModeFast( void ) __attribute__ (( error("Parameter for pinModeFast() function is not constant") ));
-void NonConstantsUsedForDigitalWriteFast( void ) __attribute__ (( error("Parameter for digitalWriteFast() function is not constant") ));
-void NonConstantsUsedForDigitalToggleFast( void ) __attribute__ (( error("Parameter for digitalToggleFast() function is not constant") ));
-int NonConstantsUsedForDigitalReadFast( void ) __attribute__ (( error("Parameter for digitalReadFast() function is not constant") ));
-
#if !defined(digitalWriteFast)
# if (defined(__AVR__) || defined(ARDUINO_ARCH_AVR)) && defined(__digitalPinToPortReg)
# if defined(THROW_ERROR_IF_NOT_FAST)
#define digitalWriteFast(P, V) \
-if (__builtin_constant_p(P)) { \
- BIT_WRITE(*__digitalPinToPortReg(P), __digitalPinToBit(P), (V)); \
-} else { \
+do { \
+ if (__builtin_constant_p(P)) { \
+ BIT_WRITE(*__digitalPinToPortReg(P), __digitalPinToBit(P), (V)); \
+ } else { \
NonConstantsUsedForDigitalWriteFast(); \
-}
+ } \
+} while (0)
# else
#define digitalWriteFast(P, V) \
-if (__builtin_constant_p(P)) { \
- BIT_WRITE(*__digitalPinToPortReg(P), __digitalPinToBit(P), (V)); \
-} else { \
- digitalWrite((P), (V)); \
-}
+do { \
+ if (__builtin_constant_p(P)) { \
+ BIT_WRITE(*__digitalPinToPortReg(P), __digitalPinToBit(P), (V)); \
+ } else { \
+ digitalWrite((P), (V)); \
+ } \
+} while (0)
# endif // defined(THROW_ERROR_IF_NOT_FAST)
# else
#define digitalWriteFast digitalWrite
@@ -348,28 +352,32 @@ if (__builtin_constant_p(P)) { \
# if (defined(__AVR__) || defined(ARDUINO_ARCH_AVR)) && defined(__digitalPinToPortReg)
# if defined(THROW_ERROR_IF_NOT_FAST)
#define pinModeFast(P, V) \
-if (__builtin_constant_p(P) && __builtin_constant_p(V)) { \
- if (V == INPUT_PULLUP) {\
- BIT_CLEAR(*__digitalPinToDDRReg(P), __digitalPinToBit(P)); \
- BIT_SET(*__digitalPinToPortReg(P), __digitalPinToBit(P)); \
+do { \
+ if (__builtin_constant_p(P) && __builtin_constant_p(V)) { \
+ if (V == INPUT_PULLUP) {\
+ BIT_CLEAR(*__digitalPinToDDRReg(P), __digitalPinToBit(P)); \
+ BIT_SET(*__digitalPinToPortReg(P), __digitalPinToBit(P)); \
+ } else { \
+ BIT_WRITE(*__digitalPinToDDRReg(P), __digitalPinToBit(P), (V)); \
+ } \
} else { \
- BIT_WRITE(*__digitalPinToDDRReg(P), __digitalPinToBit(P), (V)); \
- } \
-} else { \
NonConstantsUsedForPinModeFast(); \
-}
+ } \
+} while (0)
# else
#define pinModeFast(P, V) \
-if (__builtin_constant_p(P) && __builtin_constant_p(V)) { \
- if (V == INPUT_PULLUP) {\
- BIT_CLEAR(*__digitalPinToDDRReg(P), __digitalPinToBit(P)); \
- BIT_SET(*__digitalPinToPortReg(P), __digitalPinToBit(P)); \
+do { \
+ if (__builtin_constant_p(P) && __builtin_constant_p(V)) { \
+ if (V == INPUT_PULLUP) {\
+ BIT_CLEAR(*__digitalPinToDDRReg(P), __digitalPinToBit(P)); \
+ BIT_SET(*__digitalPinToPortReg(P), __digitalPinToBit(P)); \
+ } else { \
+ BIT_WRITE(*__digitalPinToDDRReg(P), __digitalPinToBit(P), (V)); \
+ } \
} else { \
- BIT_WRITE(*__digitalPinToDDRReg(P), __digitalPinToBit(P), (V)); \
+ pinMode((P), (V)); \
} \
-} else { \
- pinMode((P), (V)); \
-}
+} while (0)
# endif // defined(THROW_ERROR_IF_NOT_FAST)
# else
#define pinModeFast pinMode
@@ -381,17 +389,11 @@ if (__builtin_constant_p(P) && __builtin_constant_p(V)) { \
# if defined(THROW_ERROR_IF_NOT_FAST)
#define digitalReadFast(P) ( (int) __digitalReadFast((P)) )
// since we have return values, it is easier to implement it by ?:
-#define __digitalReadFast(P ) \
- (__builtin_constant_p(P) ) ? \
- (( BIT_READ(*__digitalPinToPINReg(P), __digitalPinToBit(P))) ? HIGH:LOW ) : \
- NonConstantsUsedForDigitalReadFast()
+#define __digitalReadFast(P ) ( (__builtin_constant_p(P) ) ? (( BIT_READ(*__digitalPinToPINReg(P), __digitalPinToBit(P))) ? HIGH:LOW ) : NonConstantsUsedForDigitalReadFast() )
# else
#define digitalReadFast(P) ( (int) __digitalReadFast((P)) )
// since we have return values, it is easier to implement it by ?:
-#define __digitalReadFast(P ) \
- (__builtin_constant_p(P) ) ? \
- (( BIT_READ(*__digitalPinToPINReg(P), __digitalPinToBit(P))) ? HIGH:LOW ) : \
- digitalRead((P))
+#define __digitalReadFast(P ) ( (__builtin_constant_p(P) ) ? (( BIT_READ(*__digitalPinToPINReg(P), __digitalPinToBit(P))) ? HIGH:LOW ) : digitalRead((P)) )
# endif // defined(THROW_ERROR_IF_NOT_FAST)
# else
#define digitalReadFast digitalRead
@@ -402,22 +404,27 @@ if (__builtin_constant_p(P) && __builtin_constant_p(V)) { \
# if (defined(__AVR__) || defined(ARDUINO_ARCH_AVR)) && defined(__digitalPinToPINReg)
# if defined(THROW_ERROR_IF_NOT_FAST)
#define digitalToggleFast(P) \
-if (__builtin_constant_p(P)) { \
- BIT_SET(*__digitalPinToPINReg(P), __digitalPinToBit(P)); \
-} else { \
+do { \
+ if (__builtin_constant_p(P)) { \
+ BIT_SET(*__digitalPinToPINReg(P), __digitalPinToBit(P)); \
+ } else { \
NonConstantsUsedForDigitalToggleFast(); \
-}
+ } \
+} while (0)
# else
#define digitalToggleFast(P) \
-if (__builtin_constant_p(P)) { \
- BIT_SET(*__digitalPinToPINReg(P), __digitalPinToBit(P)); \
-} else { \
- digitalWrite(P, ! digitalRead(P)); \
-}
+do { \
+ if (__builtin_constant_p(P)) { \
+ BIT_SET(*__digitalPinToPINReg(P), __digitalPinToBit(P)); \
+ } else { \
+ digitalWrite(P, ! digitalRead(P)); \
+ } \
+} while (0)
# endif // defined(THROW_ERROR_IF_NOT_FAST)
# else
#define digitalToggleFast(P) digitalWrite(P, ! digitalRead(P))
# endif
#endif // !defined(digitalToggleFast)
+#endif // !defined(MEGATINYCORE)
#endif //__digitalWriteFast_h_
diff --git a/src/ir_BoseWave.hpp b/src/ir_BoseWave.hpp
index c8ec9b7a..336d886f 100644
--- a/src/ir_BoseWave.hpp
+++ b/src/ir_BoseWave.hpp
@@ -9,7 +9,7 @@
#ifndef _IR_BOSEWAVE_HPP
#define _IR_BOSEWAVE_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -46,9 +46,9 @@
#define BOSEWAVE_REPEAT_DISTANCE 50000
#define BOSEWAVE_MAXIMUM_REPEAT_DISTANCE 62000
-struct PulseDistanceWidthProtocolConstants BoseWaveProtocolConstants = { BOSEWAVE, BOSEWAVE_KHZ, BOSEWAVE_HEADER_MARK,
-BOSEWAVE_HEADER_SPACE, BOSEWAVE_BIT_MARK, BOSEWAVE_ONE_SPACE, BOSEWAVE_BIT_MARK, BOSEWAVE_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST
- , (BOSEWAVE_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants const BoseWaveProtocolConstants PROGMEM = {BOSEWAVE, BOSEWAVE_KHZ, BOSEWAVE_HEADER_MARK,
+ BOSEWAVE_HEADER_SPACE, BOSEWAVE_BIT_MARK, BOSEWAVE_ONE_SPACE, BOSEWAVE_BIT_MARK, BOSEWAVE_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST
+ , (BOSEWAVE_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr};
/************************************
* Start of send and decode functions
@@ -58,12 +58,12 @@ void IRsend::sendBoseWave(uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
// send 8 command bits and then 8 inverted command bits LSB first
uint16_t tData = ((~aCommand) << 8) | aCommand;
- sendPulseDistanceWidth(&BoseWaveProtocolConstants, tData, BOSEWAVE_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&BoseWaveProtocolConstants, tData, BOSEWAVE_BITS, aNumberOfRepeats);
}
bool IRrecv::decodeBoseWave() {
- if (!checkHeader(&BoseWaveProtocolConstants)) {
+ if (!checkHeader_P(&BoseWaveProtocolConstants)) {
return false;
}
@@ -76,7 +76,7 @@ bool IRrecv::decodeBoseWave() {
return false;
}
- if (!decodePulseDistanceWidthData(&BoseWaveProtocolConstants, BOSEWAVE_BITS)) {
+ if (!decodePulseDistanceWidthData_P(&BoseWaveProtocolConstants, BOSEWAVE_BITS)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("Bose: "));
Serial.println(F("Decode failed"));
diff --git a/src/ir_Denon.hpp b/src/ir_Denon.hpp
index f2214114..bfbe45ca 100644
--- a/src/ir_Denon.hpp
+++ b/src/ir_Denon.hpp
@@ -32,7 +32,7 @@
#ifndef _IR_DENON_HPP
#define _IR_DENON_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -82,7 +82,7 @@
* 000A 0046 000A 0046 000A 001E 000A 001E 000A 001E 000A 0046 000A 001E 000A 001E // 8 inverted command bits
* 000A 0046 000A 0046 000A 0679 // 2 frame bits 1,1 + stop bit + space for Repeat
* From analyzing the codes for Tuner preset 1 to 8 in tab Main Zone ID#1 it is obvious, that the protocol is LSB first at least for command.
- * All Denon codes with 32 as 3. value use the Kaseyikyo Denon variant.
+ * All Denon codes with 32 as 3. value use the Kaseikyo Denon variant.
*/
// LSB first, no start bit, 5 address + 8 command + 2 frame (0,0) + 1 stop bit - each frame 2 times
// Every frame is auto repeated with a space period of 45 ms and the command and frame inverted to (1,1) or (0,1) for SHARP.
@@ -105,27 +105,38 @@
#define DENON_HEADER_MARK DENON_UNIT // The length of the Header:Mark
#define DENON_HEADER_SPACE (3 * DENON_UNIT) // 780 // The length of the Header:Space
-struct PulseDistanceWidthProtocolConstants DenonProtocolConstants = { DENON, DENON_KHZ, DENON_HEADER_MARK, DENON_HEADER_SPACE,
-DENON_BIT_MARK, DENON_ONE_SPACE, DENON_BIT_MARK, DENON_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST,
- (DENON_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants const DenonProtocolConstants PROGMEM = {DENON, DENON_KHZ, DENON_HEADER_MARK, DENON_HEADER_SPACE,
+ DENON_BIT_MARK, DENON_ONE_SPACE, DENON_BIT_MARK, DENON_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST,
+ (DENON_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr};
/************************************
* Start of send and decode functions
************************************/
void IRsend::sendSharp(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
- sendDenon(aAddress, aCommand, aNumberOfRepeats, true);
+ sendDenon(aAddress, aCommand, aNumberOfRepeats, 1);
+ // see https://github.com/Arduino-IRremote/Arduino-IRremote/issues/1272
}
-void IRsend::sendDenon(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, bool aSendSharp) {
+void IRsend::sendSharp2(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
+ sendDenon(aAddress, aCommand, aNumberOfRepeats, 2);
+}
+
+/*
+ * Denon frames are always sent 3 times. A non inverted (normal), an inverted frame, ending with a normal frame.
+ * Repeats are done by just adding an inverted and a normal frame with no extra delay, so it is quite responsible :-)
+ * If you specify a repeat of e.g. 3, then 3 + 6 frames are sent.
+ * Measured at Denon RC 1081.
+ */
+void IRsend::sendDenon(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, uint8_t aSendSharpFrameMarker) {
// Set IR carrier frequency
enableIROut (DENON_KHZ); // 38 kHz
// Add frame marker for sharp
uint16_t tCommand = aCommand;
- if (aSendSharp) {
- tCommand |= 0x0200; // the 2 upper bits are 00 for Denon and 10 for Sharp
- }
+ // see https://github.com/Arduino-IRremote/Arduino-IRremote/issues/1272
+ tCommand |= aSendSharpFrameMarker << 8; // the 2 upper bits are 00 for Denon and 01 or 10 for Sharp
+
uint16_t tData = aAddress | ((uint16_t) tCommand << DENON_ADDRESS_BITS);
uint16_t tInvertedData = (tData ^ 0x7FE0); // Command and frame (upper 10 bits) are inverted
@@ -133,19 +144,22 @@ void IRsend::sendDenon(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOf
while (tNumberOfCommands > 0) {
// Data
- sendPulseDistanceWidthData(&DenonProtocolConstants, tData, DENON_BITS);
+ sendPulseDistanceWidthData_P(&DenonProtocolConstants, tData, DENON_BITS);
// Inverted autorepeat frame
delay(DENON_AUTO_REPEAT_DISTANCE / MICROS_IN_ONE_MILLI);
- sendPulseDistanceWidthData(&DenonProtocolConstants, tInvertedData, DENON_BITS);
+ sendPulseDistanceWidthData_P(&DenonProtocolConstants, tInvertedData, DENON_BITS);
tNumberOfCommands--;
- // skip last delay!
- if (tNumberOfCommands > 0) {
- // send repeated command with a fixed space gap
- delay( DENON_AUTO_REPEAT_DISTANCE / MICROS_IN_ONE_MILLI);
- }
+ // send repeated command with a fixed space gap
+ delay( DENON_AUTO_REPEAT_DISTANCE / MICROS_IN_ONE_MILLI);
}
+ /*
+ * always end with a normal frame
+ * skip last delay!
+ */
+ sendPulseDistanceWidthData_P(&DenonProtocolConstants, tData, DENON_BITS);
+
}
bool IRrecv::decodeSharp() {
@@ -165,7 +179,7 @@ bool IRrecv::decodeDenon() {
}
// Try to decode as Denon protocol
- if (!decodePulseDistanceWidthData(&DenonProtocolConstants, DENON_BITS, 1)) {
+ if (!decodePulseDistanceWidthData_P(&DenonProtocolConstants, DENON_BITS, 1)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("Denon: "));
Serial.println(F("Decode failed"));
@@ -200,8 +214,8 @@ bool IRrecv::decodeDenon() {
* Here we are in the auto repeated frame with the inverted command
*/
#if defined(LOCAL_DEBUG)
- Serial.print(F("Denon: "));
- Serial.println(F("Autorepeat received="));
+ Serial.print(F("Denon: "));
+ Serial.println(F("Autorepeat received="));
#endif
decodedIRData.flags |= IRDATA_FLAGS_IS_AUTO_REPEAT;
// Check parity of consecutive received commands. There is no parity in one data set.
@@ -274,7 +288,7 @@ void IRsend::sendDenon(unsigned long data, int nbits) {
* Old function without parameter aNumberOfRepeats
*/
void IRsend::sendSharp(uint16_t aAddress, uint16_t aCommand) {
- sendDenon(aAddress, aCommand, true, 0);
+ sendDenon(aAddress, aCommand, 0, true);
}
bool IRrecv::decodeDenonOld(decode_results *aResults) {
diff --git a/src/ir_DistanceWidthProtocol.hpp b/src/ir_DistanceWidthProtocol.hpp
index aa2d4ed2..bea84676 100644
--- a/src/ir_DistanceWidthProtocol.hpp
+++ b/src/ir_DistanceWidthProtocol.hpp
@@ -62,7 +62,7 @@
#define DISTANCE_WIDTH_MAXIMUM_REPEAT_DISTANCE_MICROS 100000 // 100 ms, bit it is just a guess
#endif
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -434,8 +434,12 @@ bool IRrecv::decodeDistanceWidth() {
decodedIRData.flags = IRDATA_FLAGS_IS_MSB_FIRST;
#endif
- // Check for repeat
- checkForRepeatSpaceTicksAndSetFlag(DISTANCE_WIDTH_MAXIMUM_REPEAT_DISTANCE_MICROS / MICROS_PER_TICK);
+ // Check for repeat. Check also for equality of last DecodedRawData.
+ if (decodedIRData.initialGapTicks < DISTANCE_WIDTH_MAXIMUM_REPEAT_DISTANCE_MICROS / MICROS_PER_TICK
+ && decodedIRData.decodedRawDataArray[tNumberOfAdditionalArrayValues] == lastDecodedRawData) {
+ decodedIRData.flags |= IRDATA_FLAGS_IS_REPEAT;
+ }
+ lastDecodedRawData = decodedIRData.decodedRawData;
/*
* Store timing data to reproduce frame for sending
diff --git a/src/ir_FAST.hpp b/src/ir_FAST.hpp
index f9ea167c..e01f9829 100644
--- a/src/ir_FAST.hpp
+++ b/src/ir_FAST.hpp
@@ -35,7 +35,7 @@
#include "TinyIR.h"
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -54,18 +54,19 @@
//==============================================================================
#include "TinyIR.h"
/*
-Protocol=FAST Address=0x0 Command=0x76 Raw-Data=0x8976 16 bits LSB first
+ Protocol=FAST Address=0x0 Command=0x76 Raw-Data=0x8976 16 bits LSB first
+2100,-1050
+ 550,- 500 + 550,-1550 + 550,-1550 + 550,- 500
+ 550,-1550 + 550,-1550 + 550,-1550 + 550,- 500
+ 550,-1550 + 550,- 500 + 550,- 500 + 550,-1550
+ 550,- 500 + 550,- 500 + 550,- 500 + 550,-1550
+ 550
-Sum: 28900
-*/
-struct PulseDistanceWidthProtocolConstants FASTProtocolConstants = { FAST, FAST_KHZ, FAST_HEADER_MARK, FAST_HEADER_SPACE,
-FAST_BIT_MARK, FAST_ONE_SPACE, FAST_BIT_MARK, FAST_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (FAST_REPEAT_PERIOD / MICROS_IN_ONE_MILLI),
-NULL };
+ Sum: 28900
+ */
+struct PulseDistanceWidthProtocolConstants const FASTProtocolConstants PROGMEM = { FAST, FAST_KHZ, FAST_HEADER_MARK,
+ FAST_HEADER_SPACE,
+ FAST_BIT_MARK, FAST_ONE_SPACE, FAST_BIT_MARK, FAST_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (FAST_REPEAT_PERIOD
+ / MICROS_IN_ONE_MILLI), nullptr };
/************************************
* Start of send and decode functions
@@ -84,7 +85,7 @@ void IRsend::sendFAST(uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
mark(FAST_HEADER_MARK);
space(FAST_HEADER_SPACE);
- sendPulseDistanceWidthData(&FASTProtocolConstants, aCommand | (((uint8_t)(~aCommand)) << 8), FAST_BITS);
+ sendPulseDistanceWidthData_P(&FASTProtocolConstants, aCommand | (((uint8_t)(~aCommand)) << 8), FAST_BITS);
tNumberOfCommands--;
// skip last delay!
@@ -108,11 +109,11 @@ bool IRrecv::decodeFAST() {
return false;
}
- if (!checkHeader(&FASTProtocolConstants)) {
+ if (!checkHeader_P(&FASTProtocolConstants)) {
return false;
}
- if (!decodePulseDistanceWidthData(&FASTProtocolConstants, FAST_BITS)) {
+ if (!decodePulseDistanceWidthData_P(&FASTProtocolConstants, FAST_BITS)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("FAST: "));
Serial.println(F("Decode failed"));
@@ -123,7 +124,7 @@ bool IRrecv::decodeFAST() {
WordUnion tValue;
tValue.UWord = decodedIRData.decodedRawData;
- if (tValue.UByte.LowByte != (uint8_t)~(tValue.UByte.HighByte)) {
+ if (tValue.UByte.LowByte != (uint8_t) ~(tValue.UByte.HighByte)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("FAST: "));
Serial.print(F("8 bit parity is not correct. Expected=0x"));
diff --git a/src/ir_JVC.hpp b/src/ir_JVC.hpp
index 614cc00c..ef69a598 100644
--- a/src/ir_JVC.hpp
+++ b/src/ir_JVC.hpp
@@ -32,7 +32,7 @@
#ifndef _IR_JVC_HPP
#define _IR_JVC_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -62,7 +62,8 @@
// IRP: {38k,525}<1,-1|1,-3>(16,-8,(D:8,F:8,1,-45)+)
// LSB first, 1 start bit + 8 bit address + 8 bit command + 1 stop bit.
// The JVC protocol repeats by skipping the header mark and space -> this leads to a poor repeat detection for JVC protocol.
-// Some JVC devices require to send 3 repeats. https://github.com/Arduino-IRremote/Arduino-IRremote/issues/21
+// Some JVC devices require to send 3 repeats.
+
#define JVC_ADDRESS_BITS 8 // 8 bit address
#define JVC_COMMAND_BITS 8 // Command
@@ -79,8 +80,8 @@
#define JVC_REPEAT_DISTANCE (uint16_t)(45 * JVC_UNIT) // 23625 - Commands are repeated with a distance of 23 ms for as long as the key on the remote control is held down.
#define JVC_REPEAT_PERIOD 65000 // assume around 40 ms for a JVC frame. JVC IR Remotes: RM-SA911U, RM-SX463U have 45 ms period
-struct PulseDistanceWidthProtocolConstants JVCProtocolConstants = { JVC, JVC_KHZ, JVC_HEADER_MARK, JVC_HEADER_SPACE, JVC_BIT_MARK,
-JVC_ONE_SPACE, JVC_BIT_MARK, JVC_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (JVC_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants const JVCProtocolConstants PROGMEM = {JVC, JVC_KHZ, JVC_HEADER_MARK, JVC_HEADER_SPACE, JVC_BIT_MARK,
+ JVC_ONE_SPACE, JVC_BIT_MARK, JVC_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (JVC_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr};
/************************************
* Start of send and decode functions
@@ -105,7 +106,7 @@ void IRsend::sendJVC(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRe
while (tNumberOfCommands > 0) {
// Address + command
- sendPulseDistanceWidthData(&JVCProtocolConstants, aAddress | (aCommand << JVC_ADDRESS_BITS), JVC_BITS);
+ sendPulseDistanceWidthData_P(&JVCProtocolConstants, aAddress | (aCommand << JVC_ADDRESS_BITS), JVC_BITS);
tNumberOfCommands--;
// skip last delay!
@@ -148,11 +149,11 @@ bool IRrecv::decodeJVC() {
}
} else {
- if (!checkHeader(&JVCProtocolConstants)) {
+ if (!checkHeader_P(&JVCProtocolConstants)) {
return false;
}
- if (!decodePulseDistanceWidthData(&JVCProtocolConstants, JVC_BITS)) {
+ if (!decodePulseDistanceWidthData_P(&JVCProtocolConstants, JVC_BITS)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("JVC: "));
Serial.println(F("Decode failed"));
diff --git a/src/ir_Kaseikyo.hpp b/src/ir_Kaseikyo.hpp
index fe61f63e..9abce660 100644
--- a/src/ir_Kaseikyo.hpp
+++ b/src/ir_Kaseikyo.hpp
@@ -32,7 +32,7 @@
#ifndef _IR_KASEIKYO_HPP
#define _IR_KASEIKYO_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -118,9 +118,9 @@
#define SHARP_VENDOR_ID_CODE 0x5AAA
#define JVC_VENDOR_ID_CODE 0x0103
-struct PulseDistanceWidthProtocolConstants KaseikyoProtocolConstants = { KASEIKYO, KASEIKYO_KHZ, KASEIKYO_HEADER_MARK,
-KASEIKYO_HEADER_SPACE, KASEIKYO_BIT_MARK, KASEIKYO_ONE_SPACE, KASEIKYO_BIT_MARK, KASEIKYO_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST
- , (KASEIKYO_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants const KaseikyoProtocolConstants PROGMEM = {KASEIKYO, KASEIKYO_KHZ, KASEIKYO_HEADER_MARK,
+ KASEIKYO_HEADER_SPACE, KASEIKYO_BIT_MARK, KASEIKYO_ONE_SPACE, KASEIKYO_BIT_MARK, KASEIKYO_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST
+ , (KASEIKYO_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr};
/************************************
* Start of send and decode functions
@@ -146,7 +146,7 @@ void IRsend::sendKaseikyo(uint16_t aAddress, uint8_t aCommand, int_fast8_t aNumb
IRRawDataType tRawKaseikyoData[2];
tRawKaseikyoData[0] = (uint32_t) tSendValue.UWord.LowWord << 16 | aVendorCode; // LSB of tRawKaseikyoData[0] is sent first
tRawKaseikyoData[1] = tSendValue.UWord.HighWord;
- sendPulseDistanceWidthFromArray(&KaseikyoProtocolConstants, &tRawKaseikyoData[0], KASEIKYO_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidthFromArray_P(&KaseikyoProtocolConstants, &tRawKaseikyoData[0], KASEIKYO_BITS, aNumberOfRepeats);
#else
LongLongUnion tSendValue;
tSendValue.UWords[0] = aVendorCode;
@@ -154,7 +154,7 @@ void IRsend::sendKaseikyo(uint16_t aAddress, uint8_t aCommand, int_fast8_t aNumb
tSendValue.UWords[1] = (aAddress << KASEIKYO_VENDOR_ID_PARITY_BITS) | tVendorParity; // set low nibble to parity
tSendValue.UBytes[4] = aCommand;
tSendValue.UBytes[5] = aCommand ^ tSendValue.UBytes[2] ^ tSendValue.UBytes[3]; // Parity
- sendPulseDistanceWidth(&KaseikyoProtocolConstants, tSendValue.ULongLong, KASEIKYO_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&KaseikyoProtocolConstants, tSendValue.ULongLong, KASEIKYO_BITS, aNumberOfRepeats);
#endif
}
@@ -208,12 +208,12 @@ bool IRrecv::decodeKaseikyo() {
return false;
}
- if (!checkHeader(&KaseikyoProtocolConstants)) {
+ if (!checkHeader_P(&KaseikyoProtocolConstants)) {
return false;
}
// decode first 16 Vendor ID bits
- if (!decodePulseDistanceWidthData(&KaseikyoProtocolConstants, KASEIKYO_VENDOR_ID_BITS)) {
+ if (!decodePulseDistanceWidthData_P(&KaseikyoProtocolConstants, KASEIKYO_VENDOR_ID_BITS)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("Kaseikyo: "));
Serial.println(F("Vendor ID decode failed"));
@@ -243,7 +243,7 @@ bool IRrecv::decodeKaseikyo() {
/*
* Decode next 32 bits, 8 VendorID parity parity + 12 address (device and subdevice) + 8 command + 8 parity
*/
- if (!decodePulseDistanceWidthData(&KaseikyoProtocolConstants,
+ if (!decodePulseDistanceWidthData_P(&KaseikyoProtocolConstants,
KASEIKYO_VENDOR_ID_PARITY_BITS + KASEIKYO_ADDRESS_BITS + KASEIKYO_COMMAND_BITS + KASEIKYO_PARITY_BITS,
3 + (2 * KASEIKYO_VENDOR_ID_BITS))) {
#if defined(LOCAL_DEBUG)
diff --git a/src/ir_LG.hpp b/src/ir_LG.hpp
index 52df1dbd..ad35f812 100644
--- a/src/ir_LG.hpp
+++ b/src/ir_LG.hpp
@@ -32,7 +32,7 @@
#ifndef _IR_LG_HPP
#define _IR_LG_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -114,11 +114,11 @@
//#define LG_REPEAT_DURATION (LG_HEADER_MARK + LG_REPEAT_HEADER_SPACE + LG_BIT_MARK)
//#define LG_REPEAT_DISTANCE (LG_REPEAT_PERIOD - LG_AVERAGE_DURATION) // 52 ms
-struct PulseDistanceWidthProtocolConstants LGProtocolConstants = { LG, LG_KHZ, LG_HEADER_MARK, LG_HEADER_SPACE, LG_BIT_MARK,
-LG_ONE_SPACE, LG_BIT_MARK, LG_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST, (LG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), &sendNECSpecialRepeat };
+struct PulseDistanceWidthProtocolConstants const LGProtocolConstants PROGMEM= {LG, LG_KHZ, LG_HEADER_MARK, LG_HEADER_SPACE, LG_BIT_MARK,
+ LG_ONE_SPACE, LG_BIT_MARK, LG_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST, (LG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), &sendNECSpecialRepeat};
-struct PulseDistanceWidthProtocolConstants LG2ProtocolConstants = { LG2, LG_KHZ, LG2_HEADER_MARK, LG2_HEADER_SPACE, LG_BIT_MARK,
-LG_ONE_SPACE, LG_BIT_MARK, LG_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST, (LG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), &sendLG2SpecialRepeat };
+struct PulseDistanceWidthProtocolConstants const LG2ProtocolConstants PROGMEM = {LG2, LG_KHZ, LG2_HEADER_MARK, LG2_HEADER_SPACE, LG_BIT_MARK,
+ LG_ONE_SPACE, LG_BIT_MARK, LG_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST, (LG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), &sendLG2SpecialRepeat};
/************************************
* Start of send and decode functions
@@ -163,14 +163,14 @@ uint32_t IRsend::computeLGRawDataAndChecksum(uint8_t aAddress, uint16_t aCommand
* LG uses the NEC repeat.
*/
void IRsend::sendLG(uint8_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) {
- sendPulseDistanceWidth(&LGProtocolConstants, computeLGRawDataAndChecksum(aAddress, aCommand), LG_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&LGProtocolConstants, computeLGRawDataAndChecksum(aAddress, aCommand), LG_BITS, aNumberOfRepeats);
}
/**
* LG2 uses a special repeat.
*/
void IRsend::sendLG2(uint8_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) {
- sendPulseDistanceWidth(&LG2ProtocolConstants, computeLGRawDataAndChecksum(aAddress, aCommand), LG_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&LG2ProtocolConstants, computeLGRawDataAndChecksum(aAddress, aCommand), LG_BITS, aNumberOfRepeats);
}
bool IRrecv::decodeLG() {
@@ -232,7 +232,7 @@ bool IRrecv::decodeLG() {
return false;
}
- if (!decodePulseDistanceWidthData(&LGProtocolConstants, LG_BITS)) {
+ if (!decodePulseDistanceWidthData_P(&LGProtocolConstants, LG_BITS)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("LG: "));
Serial.println(F("Decode failed"));
@@ -284,7 +284,7 @@ bool IRrecv::decodeLG() {
* @param aNumberOfRepeats If < 0 then only a special repeat frame will be sent.
*/
void IRsend::sendLGRaw(uint32_t aRawData, int_fast8_t aNumberOfRepeats) {
- sendPulseDistanceWidth(&LGProtocolConstants, aRawData, LG_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&LGProtocolConstants, aRawData, LG_BITS, aNumberOfRepeats);
}
bool IRrecv::decodeLGMSB(decode_results *aResults) {
diff --git a/src/ir_Lego.hpp b/src/ir_Lego.hpp
index 1885f3bf..156bf743 100644
--- a/src/ir_Lego.hpp
+++ b/src/ir_Lego.hpp
@@ -83,9 +83,9 @@
#define LEGO_MODE_COMBO 1
#define LEGO_MODE_SINGLE 0x4 // here the 2 LSB have meanings like Output A / Output B
-struct PulseDistanceWidthProtocolConstants LegoProtocolConstants = { LEGO_PF, 38, LEGO_HEADER_MARK, LEGO_HEADER_SPACE, LEGO_BIT_MARK,
-LEGO_ONE_SPACE, LEGO_BIT_MARK, LEGO_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (LEGO_AUTO_REPEAT_PERIOD_MIN
- / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants LegoProtocolConstants = { LEGO_PF, 38, LEGO_HEADER_MARK, LEGO_HEADER_SPACE,
+LEGO_BIT_MARK, LEGO_ONE_SPACE, LEGO_BIT_MARK, LEGO_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (LEGO_AUTO_REPEAT_PERIOD_MIN
+ / MICROS_IN_ONE_MILLI), nullptr };
/************************************
* Start of send and decode functions
diff --git a/src/ir_MagiQuest.hpp b/src/ir_MagiQuest.hpp
index 291f8086..ccd214f8 100644
--- a/src/ir_MagiQuest.hpp
+++ b/src/ir_MagiQuest.hpp
@@ -38,7 +38,7 @@
#ifndef _IR_MAGIQUEST_HPP
#define _IR_MAGIQUEST_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -55,7 +55,6 @@
//==============================================================================
/*
* https://github.com/kitlaan/Arduino-IRremote/blob/master/ir_Magiquest.cpp
- * https://github.com/Arduino-IRremote/Arduino-IRremote/discussions/1027#discussioncomment-3636857
* https://github.com/Arduino-IRremote/Arduino-IRremote/issues/1015#issuecomment-1222247231
Protocol=MagiQuest Address=0xFF00 Command=0x176 Raw-Data=0x6BCDFF00 56 bits MSB first
@@ -109,9 +108,9 @@
#define MAGIQUEST_ZERO_SPACE (3 * MAGIQUEST_UNIT) // 864
// assume 110 as repeat period
-struct PulseDistanceWidthProtocolConstants MagiQuestProtocolConstants = { MAGIQUEST, 38, MAGIQUEST_ZERO_MARK, MAGIQUEST_ZERO_SPACE,
+struct PulseDistanceWidthProtocolConstants const MagiQuestProtocolConstants PROGMEM = { MAGIQUEST, 38, MAGIQUEST_ZERO_MARK, MAGIQUEST_ZERO_SPACE,
MAGIQUEST_ONE_MARK, MAGIQUEST_ONE_SPACE, MAGIQUEST_ZERO_MARK, MAGIQUEST_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST | SUPPRESS_STOP_BIT, 110,
- NULL };
+nullptr };
//+=============================================================================
//
/**
@@ -131,11 +130,11 @@ void IRsend::sendMagiQuest(uint32_t aWandId, uint16_t aMagnitude) {
tChecksum = ~tChecksum + 1;
// 8 start bits
- sendPulseDistanceWidthData(&MagiQuestProtocolConstants, 0, 8);
+ sendPulseDistanceWidthData_P(&MagiQuestProtocolConstants, 0, 8);
// 48 bit data
- sendPulseDistanceWidthData(&MagiQuestProtocolConstants, aWandId, MAGIQUEST_WAND_ID_BITS); // send only 31 bit, do not send MSB here
- sendPulseDistanceWidthData(&MagiQuestProtocolConstants, aMagnitude, MAGIQUEST_MAGNITUDE_BITS);
- sendPulseDistanceWidthData(&MagiQuestProtocolConstants, tChecksum, MAGIQUEST_CHECKSUM_BITS);
+ sendPulseDistanceWidthData_P(&MagiQuestProtocolConstants, aWandId, MAGIQUEST_WAND_ID_BITS); // send only 31 bit, do not send MSB here
+ sendPulseDistanceWidthData_P(&MagiQuestProtocolConstants, aMagnitude, MAGIQUEST_MAGNITUDE_BITS);
+ sendPulseDistanceWidthData_P(&MagiQuestProtocolConstants, tChecksum, MAGIQUEST_CHECKSUM_BITS);
#if defined(LOCAL_DEBUG)
// must be after sending, in order not to destroy the send timing
Serial.print(F("MagiQuest checksum=0x"));
@@ -165,7 +164,7 @@ bool IRrecv::decodeMagiQuest() {
/*
* Check for 8 zero header bits
*/
- if (!decodePulseDistanceWidthData(&MagiQuestProtocolConstants, MAGIQUEST_START_BITS, 1)) {
+ if (!decodePulseDistanceWidthData_P(&MagiQuestProtocolConstants, MAGIQUEST_START_BITS, 1)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("MagiQuest: "));
Serial.println(F("Start bit decode failed"));
@@ -184,7 +183,7 @@ bool IRrecv::decodeMagiQuest() {
/*
* Decode the 31 bit ID
*/
- if (!decodePulseDistanceWidthData(&MagiQuestProtocolConstants, MAGIQUEST_WAND_ID_BITS, (MAGIQUEST_START_BITS * 2) + 1)) {
+ if (!decodePulseDistanceWidthData_P(&MagiQuestProtocolConstants, MAGIQUEST_WAND_ID_BITS, (MAGIQUEST_START_BITS * 2) + 1)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("MagiQuest: "));
Serial.println(F("ID decode failed"));
@@ -208,7 +207,7 @@ bool IRrecv::decodeMagiQuest() {
/*
* Decode the 9 bit Magnitude + 8 bit checksum
*/
- if (!decodePulseDistanceWidthData(&MagiQuestProtocolConstants, MAGIQUEST_MAGNITUDE_BITS + MAGIQUEST_CHECKSUM_BITS,
+ if (!decodePulseDistanceWidthData_P(&MagiQuestProtocolConstants, MAGIQUEST_MAGNITUDE_BITS + MAGIQUEST_CHECKSUM_BITS,
((MAGIQUEST_WAND_ID_BITS + MAGIQUEST_START_BITS) * 2) + 1)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("MagiQuest: "));
diff --git a/src/ir_NEC.hpp b/src/ir_NEC.hpp
index b02931cc..5bf750fe 100644
--- a/src/ir_NEC.hpp
+++ b/src/ir_NEC.hpp
@@ -32,7 +32,7 @@
#ifndef _IR_NEC_HPP
#define _IR_NEC_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG // IR_DEBUG_PRINT is a real print function here. Add local debug output.
#else
//#define LOCAL_DEBUG // This enables debug output only for this file. IR_DEBUG_PRINT is still a void function here.
@@ -115,14 +115,13 @@
#define APPLE_ADDRESS 0x87EE
-struct PulseDistanceWidthProtocolConstants NECProtocolConstants =
- { NEC, NEC_KHZ, NEC_HEADER_MARK, NEC_HEADER_SPACE, NEC_BIT_MARK,
- NEC_ONE_SPACE, NEC_BIT_MARK, NEC_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (NEC_REPEAT_PERIOD / MICROS_IN_ONE_MILLI),
- &sendNECSpecialRepeat };
+struct PulseDistanceWidthProtocolConstants const NECProtocolConstants PROGMEM = {NEC, NEC_KHZ, NEC_HEADER_MARK, NEC_HEADER_SPACE, NEC_BIT_MARK,
+ NEC_ONE_SPACE, NEC_BIT_MARK, NEC_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (NEC_REPEAT_PERIOD / MICROS_IN_ONE_MILLI),
+ &sendNECSpecialRepeat};
// Like NEC but repeats are full frames instead of special NEC repeats
-struct PulseDistanceWidthProtocolConstants NEC2ProtocolConstants = { NEC2, NEC_KHZ, NEC_HEADER_MARK, NEC_HEADER_SPACE, NEC_BIT_MARK,
-NEC_ONE_SPACE, NEC_BIT_MARK, NEC_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (NEC_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants const NEC2ProtocolConstants PROGMEM = {NEC2, NEC_KHZ, NEC_HEADER_MARK, NEC_HEADER_SPACE, NEC_BIT_MARK,
+ NEC_ONE_SPACE, NEC_BIT_MARK, NEC_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (NEC_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr};
/************************************
* Start of send and decode functions
@@ -181,7 +180,7 @@ uint32_t IRsend::computeNECRawDataAndChecksum(uint16_t aAddress, uint16_t aComma
* @param aNumberOfRepeats If < 0 then only a special NEC repeat frame will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction().
*/
void IRsend::sendNEC(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) {
- sendPulseDistanceWidth(&NECProtocolConstants, computeNECRawDataAndChecksum(aAddress, aCommand), NEC_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&NECProtocolConstants, computeNECRawDataAndChecksum(aAddress, aCommand), NEC_BITS, aNumberOfRepeats);
}
/**
@@ -190,7 +189,7 @@ void IRsend::sendNEC(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOf
* will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction().
*/
void IRsend::sendOnkyo(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) {
- sendPulseDistanceWidth(&NECProtocolConstants, (uint32_t) aCommand << 16 | aAddress, NEC_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&NECProtocolConstants, (uint32_t) aCommand << 16 | aAddress, NEC_BITS, aNumberOfRepeats);
}
/**
@@ -199,7 +198,7 @@ void IRsend::sendOnkyo(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumber
* @param aNumberOfRepeats If < 0 then nothing is sent.
*/
void IRsend::sendNEC2(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) {
- sendPulseDistanceWidth(&NEC2ProtocolConstants, computeNECRawDataAndChecksum(aAddress, aCommand), NEC_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&NEC2ProtocolConstants, computeNECRawDataAndChecksum(aAddress, aCommand), NEC_BITS, aNumberOfRepeats);
}
/**
@@ -220,7 +219,7 @@ void IRsend::sendApple(uint8_t aDeviceId, uint8_t aCommand, int_fast8_t aNumberO
tRawData.UByte.MidHighByte = aCommand;
tRawData.UByte.HighByte = aDeviceId; // e.g. 0xD7
- sendPulseDistanceWidth(&NECProtocolConstants, tRawData.ULong, NEC_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&NECProtocolConstants, tRawData.ULong, NEC_BITS, aNumberOfRepeats);
}
/**
@@ -229,7 +228,7 @@ void IRsend::sendApple(uint8_t aDeviceId, uint8_t aCommand, int_fast8_t aNumberO
* will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction().
*/
void IRsend::sendNECRaw(uint32_t aRawData, int_fast8_t aNumberOfRepeats) {
- sendPulseDistanceWidth(&NECProtocolConstants, aRawData, NEC_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&NECProtocolConstants, aRawData, NEC_BITS, aNumberOfRepeats);
}
/**
@@ -278,7 +277,7 @@ bool IRrecv::decodeNEC() {
}
// Try to decode as NEC protocol
- if (!decodePulseDistanceWidthData(&NECProtocolConstants, NEC_BITS)) {
+ if (!decodePulseDistanceWidthData_P(&NECProtocolConstants, NEC_BITS)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("NEC: "));
Serial.println(F("Decode failed"));
diff --git a/src/ir_Others.hpp b/src/ir_Others.hpp
index cc5291b0..20e4cc62 100644
--- a/src/ir_Others.hpp
+++ b/src/ir_Others.hpp
@@ -58,11 +58,11 @@
#define DISH_ZERO_SPACE 2800
#define DISH_REPEAT_SPACE 6200 // really?
-struct PulseDistanceWidthProtocolConstants DishProtocolConstants = { UNKNOWN, 56, DISH_HEADER_MARK, DISH_HEADER_SPACE,
-DISH_BIT_MARK, DISH_ONE_SPACE, DISH_BIT_MARK, DISH_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST, 40, NULL };
+struct PulseDistanceWidthProtocolConstants const DishProtocolConstants PROGMEM = { UNKNOWN, 56, DISH_HEADER_MARK, DISH_HEADER_SPACE,
+DISH_BIT_MARK, DISH_ONE_SPACE, DISH_BIT_MARK, DISH_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST, 40, nullptr };
void IRsend::sendDish(uint16_t aData) {
- sendPulseDistanceWidth(&DishProtocolConstants, aData, DISH_BITS, 4);
+ sendPulseDistanceWidth_P(&DishProtocolConstants, aData, DISH_BITS, 4);
}
//==============================================================================
@@ -84,11 +84,11 @@ void IRsend::sendDish(uint16_t aData) {
#define WHYNTER_ONE_SPACE 2150
#define WHYNTER_ZERO_SPACE 750
-struct PulseDistanceWidthProtocolConstants WhynterProtocolConstants = { WHYNTER, 38, WHYNTER_HEADER_MARK, WHYNTER_HEADER_SPACE,
-WHYNTER_BIT_MARK, WHYNTER_ONE_SPACE, WHYNTER_BIT_MARK, WHYNTER_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST, 110, NULL };
+struct PulseDistanceWidthProtocolConstants const WhynterProtocolConstants PROGMEM = { WHYNTER, 38, WHYNTER_HEADER_MARK, WHYNTER_HEADER_SPACE,
+WHYNTER_BIT_MARK, WHYNTER_ONE_SPACE, WHYNTER_BIT_MARK, WHYNTER_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST, 110, nullptr };
void IRsend::sendWhynter(uint32_t aData, uint8_t aNumberOfBitsToSend) {
- sendPulseDistanceWidth(&WhynterProtocolConstants, aData, NEC_BITS, aNumberOfBitsToSend);
+ sendPulseDistanceWidth_P(&WhynterProtocolConstants, aData, NEC_BITS, aNumberOfBitsToSend);
}
bool IRrecv::decodeWhynter() {
@@ -96,10 +96,10 @@ bool IRrecv::decodeWhynter() {
if (decodedIRData.rawlen != (2 * WHYNTER_BITS) + 4) {
return false;
}
- if (!checkHeader(&WhynterProtocolConstants)) {
+ if (!checkHeader_P(&WhynterProtocolConstants)) {
return false;
}
- if (!decodePulseDistanceWidthData(&WhynterProtocolConstants, WHYNTER_BITS)) {
+ if (!decodePulseDistanceWidthData_P(&WhynterProtocolConstants, WHYNTER_BITS)) {
return false;
}
// Success
diff --git a/src/ir_Pronto.hpp b/src/ir_Pronto.hpp
index b7b31d27..5fbad18c 100644
--- a/src/ir_Pronto.hpp
+++ b/src/ir_Pronto.hpp
@@ -2,6 +2,8 @@
* @file ir_Pronto.hpp
* @brief In this file, the functions IRrecv::compensateAndPrintPronto and IRsend::sendPronto are defined.
*
+ * Pronto is the standard for the professional audio and video hardware market.
+ *
* See http://www.harctoolbox.org/Glossary.html#ProntoSemantics
* Pronto database http://www.remotecentral.com/search.htm
*
@@ -34,7 +36,7 @@
#ifndef _IR_PRONTO_HPP
#define _IR_PRONTO_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
diff --git a/src/ir_RC5_RC6.hpp b/src/ir_RC5_RC6.hpp
index 424f52c8..b8eebb57 100644
--- a/src/ir_RC5_RC6.hpp
+++ b/src/ir_RC5_RC6.hpp
@@ -32,7 +32,7 @@
#ifndef _IR_RC5_RC6_HPP
#define _IR_RC5_RC6_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -70,6 +70,7 @@ uint8_t sLastSendToggleValue = 1; // To start first command with toggle 0
//
// see: https://www.sbprojects.net/knowledge/ir/rc5.php
// https://en.wikipedia.org/wiki/Manchester_code
+// https://en.wikipedia.org/wiki/RC-5
// https://forum.arduino.cc/t/sending-rc-5-extended-code-using-irsender/1045841/10 - Protocol Maranz Extended
// mark->space => 0
// space->mark => 1
diff --git a/src/ir_Samsung.hpp b/src/ir_Samsung.hpp
index eaa6e921..976e8807 100644
--- a/src/ir_Samsung.hpp
+++ b/src/ir_Samsung.hpp
@@ -32,7 +32,7 @@
#ifndef _IR_SAMSUNG_HPP
#define _IR_SAMSUNG_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -102,13 +102,13 @@
#define SAMSUNG_MAXIMUM_REPEAT_DISTANCE (SAMSUNG_REPEAT_PERIOD + (SAMSUNG_REPEAT_PERIOD / 4)) // 137000 - Just a guess
// 19 byte RAM
-struct PulseDistanceWidthProtocolConstants SamsungProtocolConstants = { SAMSUNG, SAMSUNG_KHZ, SAMSUNG_HEADER_MARK,
-SAMSUNG_HEADER_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ONE_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST,
- (SAMSUNG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants const SamsungProtocolConstants PROGMEM = {SAMSUNG, SAMSUNG_KHZ, SAMSUNG_HEADER_MARK,
+ SAMSUNG_HEADER_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ONE_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST,
+ (SAMSUNG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr};
-struct PulseDistanceWidthProtocolConstants SamsungLGProtocolConstants = { SAMSUNGLG, SAMSUNG_KHZ, SAMSUNG_HEADER_MARK,
-SAMSUNG_HEADER_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ONE_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST,
- (SAMSUNG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), &sendSamsungLGSpecialRepeat };
+struct PulseDistanceWidthProtocolConstants const SamsungLGProtocolConstants PROGMEM = {SAMSUNGLG, SAMSUNG_KHZ, SAMSUNG_HEADER_MARK,
+ SAMSUNG_HEADER_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ONE_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST,
+ (SAMSUNG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), &sendSamsungLGSpecialRepeat};
/************************************
* Start of send and decode functions
************************************/
@@ -143,6 +143,7 @@ void sendSamsungLGSpecialRepeat() {
/*
* Sent e.g. by an LG 6711R1P071A remote
+ * @param aAddress 16 bit address. If < 0x100, i.e. only 8 bit, then a (standard) 16 bit address <8_bit_address><8_bit_address> is generated.
* @param aNumberOfRepeats If < 0 then only a special repeat frame will be sent
*/
void IRsend::sendSamsungLG(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) {
@@ -154,10 +155,13 @@ void IRsend::sendSamsungLG(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNu
// send 16 bit address and 8 command bits and then 8 inverted command bits LSB first
LongUnion tRawData;
tRawData.UWord.LowWord = aAddress;
+ if (aAddress < 0x100) { // This disables the sending of an (non standard?) 16 bit address with upper byte = 0 like 0x0014.
+ tRawData.UByte.MidLowByte = aAddress; // here we have 8 bit address which must be duplicated
+ }
tRawData.UByte.MidHighByte = aCommand;
tRawData.UByte.HighByte = ~aCommand;
- sendPulseDistanceWidth(&SamsungLGProtocolConstants, tRawData.ULong, SAMSUNG_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&SamsungLGProtocolConstants, tRawData.ULong, SAMSUNG_BITS, aNumberOfRepeats);
}
/**
@@ -191,7 +195,7 @@ void IRsend::sendSamsung(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumb
tSendValue.UWords[1] = aCommand;
}
- sendPulseDistanceWidth(&SamsungProtocolConstants, tSendValue.ULong, SAMSUNG_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&SamsungProtocolConstants, tSendValue.ULong, SAMSUNG_BITS, aNumberOfRepeats);
}
/**
@@ -208,7 +212,7 @@ void IRsend::sendSamsung16BitAddressAnd8BitCommand(uint16_t aAddress, uint8_t aC
tSendValue.UBytes[2] = aCommand;
tSendValue.UBytes[3] = ~aCommand;
- sendPulseDistanceWidth(&SamsungProtocolConstants, tSendValue.ULong, SAMSUNG_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&SamsungProtocolConstants, tSendValue.ULong, SAMSUNG_BITS, aNumberOfRepeats);
}
/**
@@ -224,7 +228,7 @@ void IRsend::sendSamsung16BitAddressAndCommand(uint16_t aAddress, uint16_t aComm
// Send 16 command bits
tSendValue.UWords[1] = aCommand;
- sendPulseDistanceWidth(&SamsungProtocolConstants, tSendValue.ULong, SAMSUNG_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&SamsungProtocolConstants, tSendValue.ULong, SAMSUNG_BITS, aNumberOfRepeats);
}
/**
* Here we send Samsung48
@@ -244,7 +248,7 @@ void IRsend::sendSamsung48(uint16_t aAddress, uint32_t aCommand, int_fast8_t aNu
tRawSamsungData[1] = tUpper8BitsOfCommand | (~tUpper8BitsOfCommand) << 8;
tRawSamsungData[0] = tSendValue.ULong;
- sendPulseDistanceWidthFromArray(&SamsungProtocolConstants, &tRawSamsungData[0], SAMSUNG48_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidthFromArray_P(&SamsungProtocolConstants, &tRawSamsungData[0], SAMSUNG48_BITS, aNumberOfRepeats);
#else
LongLongUnion tSendValue;
tSendValue.UWords[0] = aAddress;
@@ -257,7 +261,7 @@ void IRsend::sendSamsung48(uint16_t aAddress, uint32_t aCommand, int_fast8_t aNu
} else {
tSendValue.ULongLong = aAddress | aCommand << 16;
}
- sendPulseDistanceWidth(&SamsungProtocolConstants, tSendValue.ULongLong, SAMSUNG48_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&SamsungProtocolConstants, tSendValue.ULongLong, SAMSUNG48_BITS, aNumberOfRepeats);
#endif
}
@@ -278,7 +282,7 @@ bool IRrecv::decodeSamsung() {
return false;
}
- if (!checkHeader(&SamsungProtocolConstants)) {
+ if (!checkHeader_P(&SamsungProtocolConstants)) {
return false;
}
@@ -294,7 +298,7 @@ bool IRrecv::decodeSamsung() {
/*
* Decode first 32 bits
*/
- if (!decodePulseDistanceWidthData(&SamsungProtocolConstants, SAMSUNG_BITS, 3)) {
+ if (!decodePulseDistanceWidthData_P(&SamsungProtocolConstants, SAMSUNG_BITS, 3)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("Samsung: "));
Serial.println(F("Decode failed"));
@@ -310,7 +314,7 @@ bool IRrecv::decodeSamsung() {
* Samsung48
*/
// decode additional 16 bit
- if (!decodePulseDistanceWidthData(&SamsungProtocolConstants, (SAMSUNG_COMMAND32_BITS - SAMSUNG_COMMAND16_BITS),
+ if (!decodePulseDistanceWidthData_P(&SamsungProtocolConstants, (SAMSUNG_COMMAND32_BITS - SAMSUNG_COMMAND16_BITS),
3 + (2 * SAMSUNG_BITS))) {
#if defined(LOCAL_DEBUG)
Serial.print(F("Samsung: "));
@@ -349,11 +353,15 @@ bool IRrecv::decodeSamsung() {
if (tValue.UByte.MidHighByte == (uint8_t)(~tValue.UByte.HighByte)) {
// 8 bit command protocol -> assume 8 bit address
decodedIRData.command = tValue.UByte.MidHighByte; // first 8 bit
- decodedIRData.address = tValue.UByte.LowByte; // assume LowByte == MidLowByte
+ }
+
+ if (tValue.UByte.MidLowByte == tValue.UByte.LowByte) {
+ decodedIRData.address = tValue.UByte.LowByte; // assume LowByte == MidLowByte as seen for a LG HX906 A/V Receive E8172C2C
} else {
// 16 bit command protocol, address is filled above with the 16 bit value
decodedIRData.command = tValue.UWord.HighWord; // first 16 bit
}
+
decodedIRData.numberOfBits = SAMSUNG_BITS;
decodedIRData.protocol = SAMSUNG;
}
diff --git a/src/ir_Sony.hpp b/src/ir_Sony.hpp
index 59b7a8f7..bcb9eb9d 100644
--- a/src/ir_Sony.hpp
+++ b/src/ir_Sony.hpp
@@ -30,7 +30,7 @@
#ifndef _IR_SONY_HPP
#define _IR_SONY_HPP
-#if defined(DEBUG) && !defined(LOCAL_DEBUG)
+#if defined(DEBUG)
#define LOCAL_DEBUG
#else
//#define LOCAL_DEBUG // This enables debug output only for this file
@@ -90,8 +90,8 @@
#define SONY_REPEAT_PERIOD 45000 // Commands are repeated every 45 ms (measured from start to start) for as long as the key on the remote control is held down.
#define SONY_MAXIMUM_REPEAT_DISTANCE (SONY_REPEAT_PERIOD - SONY_AVERAGE_DURATION_MIN) // 24 ms
-struct PulseDistanceWidthProtocolConstants SonyProtocolConstants = { SONY, SONY_KHZ, SONY_HEADER_MARK, SONY_SPACE, SONY_ONE_MARK,
-SONY_SPACE, SONY_ZERO_MARK, SONY_SPACE, PROTOCOL_IS_LSB_FIRST, (SONY_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants const SonyProtocolConstants PROGMEM = { SONY, SONY_KHZ, SONY_HEADER_MARK, SONY_SPACE, SONY_ONE_MARK,
+SONY_SPACE, SONY_ZERO_MARK, SONY_SPACE, PROTOCOL_IS_LSB_FIRST, (SONY_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr };
/************************************
* Start of send and decode functions
@@ -103,12 +103,12 @@ SONY_SPACE, SONY_ZERO_MARK, SONY_SPACE, PROTOCOL_IS_LSB_FIRST, (SONY_REPEAT_PERI
void IRsend::sendSony(uint16_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats, uint8_t numberOfBits) {
uint32_t tData = (uint32_t) aAddress << 7 | (aCommand & 0x7F);
// send 5, 8, 13 address bits LSB first
- sendPulseDistanceWidth(&SonyProtocolConstants, tData, numberOfBits, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&SonyProtocolConstants, tData, numberOfBits, aNumberOfRepeats);
}
bool IRrecv::decodeSony() {
- if (!checkHeader(&SonyProtocolConstants)) {
+ if (!checkHeader_P(&SonyProtocolConstants)) {
return false;
}
@@ -122,7 +122,7 @@ bool IRrecv::decodeSony() {
return false;
}
- if (!decodePulseDistanceWidthData(&SonyProtocolConstants, (decodedIRData.rawlen - 1) / 2, 3)) {
+ if (!decodePulseDistanceWidthData_P(&SonyProtocolConstants, (decodedIRData.rawlen - 1) / 2, 3)) {
#if defined(LOCAL_DEBUG)
Serial.print(F("Sony: "));
Serial.println(F("Decode failed"));
diff --git a/src/ir_Template.hpp b/src/ir_Template.hpp
index 9855f51a..ce1dab06 100644
--- a/src/ir_Template.hpp
+++ b/src/ir_Template.hpp
@@ -123,9 +123,9 @@
#define SHUZU_OTHER 1234 // Other things you may need to define
// use BOSEWAVE, we have no SHUZU code
-struct PulseDistanceWidthProtocolConstants ShuzuProtocolConstants = { BOSEWAVE, 38, SHUZU_HEADER_MARK, SHUZU_HEADER_SPACE,
-SHUZU_BIT_MARK, SHUZU_ONE_SPACE, SHUZU_BIT_MARK, SHUZU_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (SHUZU_REPEAT_PERIOD
- / MICROS_IN_ONE_MILLI), NULL };
+struct PulseDistanceWidthProtocolConstants const ShuzuProtocolConstants PROGMEM = {BOSEWAVE, 38, SHUZU_HEADER_MARK, SHUZU_HEADER_SPACE,
+ SHUZU_BIT_MARK, SHUZU_ONE_SPACE, SHUZU_BIT_MARK, SHUZU_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (SHUZU_REPEAT_PERIOD
+ / MICROS_IN_ONE_MILLI), nullptr};
/************************************
* Start of send and decode functions
@@ -133,7 +133,7 @@ SHUZU_BIT_MARK, SHUZU_ONE_SPACE, SHUZU_BIT_MARK, SHUZU_ZERO_SPACE, PROTOCOL_IS_L
void IRsend::sendShuzu(uint16_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
- sendPulseDistanceWidth(&ShuzuProtocolConstants, (uint32_t) aCommand << 8 | aCommand, SHUZU_BITS, aNumberOfRepeats);
+ sendPulseDistanceWidth_P(&ShuzuProtocolConstants, (uint32_t) aCommand << 8 | aCommand, SHUZU_BITS, aNumberOfRepeats);
}
bool IRrecv::decodeShuzu() {
@@ -149,12 +149,12 @@ bool IRrecv::decodeShuzu() {
}
// Check header
- if (!checkHeader(&ShuzuProtocolConstants)) {
+ if (!checkHeader_P(&ShuzuProtocolConstants)) {
return false;
}
// Decode
- if (!decodePulseDistanceData(&ShuzuProtocolConstants, SHUZU_BITS)) {
+ if (!decodePulseDistanceData_P(&ShuzuProtocolConstants, SHUZU_BITS)) {
IR_DEBUG_PRINT(F("Shuzu: "));
IR_DEBUG_PRINTLN(F("Decode failed"));
return false;
diff --git a/src/private/IRTimer.hpp b/src/private/IRTimer.hpp
index aaf2ed96..872c4edd 100644
--- a/src/private/IRTimer.hpp
+++ b/src/private/IRTimer.hpp
@@ -48,7 +48,7 @@ void timerConfigForReceive(); // Initialization of 50 us timer, interr
void timerEnableReceiveInterrupt(); // Enable interrupts of an initialized timer
void timerDisableReceiveInterrupt(); // Disable interrupts of an initialized timer
void timerResetInterruptPending(); // ISR helper function for some architectures, which require a manual reset
- // of the pending interrupt (TIMER_REQUIRES_RESET_INTR_PENDING is defined). Otherwise empty.
+// of the pending interrupt (TIMER_REQUIRES_RESET_INTR_PENDING is defined). Otherwise empty.
void timerConfigForSend(uint16_t aFrequencyKHz); // Initialization of timer hardware generated PWM, if defined(SEND_PWM_BY_TIMER)
void enableSendPWMByTimer(); // Switch on PWM generation
@@ -196,7 +196,7 @@ void disableSendPWMByTimer() {
// ATtiny84
#elif defined(__AVR_ATtiny84__) || defined(__AVR_ATtiny88__)
# if !defined(IR_USE_AVR_TIMER1)
-#define IR_USE_AVR_TIMER1 // send pin = pin 6
+#define IR_USE_AVR_TIMER1 // send pin = pin 6, no tone() available when using ATTinyCore
# endif
#elif defined(__AVR_ATtiny87__) || defined(__AVR_ATtiny167__)
@@ -1437,17 +1437,17 @@ void timerConfigForReceive() {
**********************************************************/
#elif defined(ESP32)
# if !defined(ESP_ARDUINO_VERSION)
-#define ESP_ARDUINO_VERSION 0
+#define ESP_ARDUINO_VERSION 0x010101 // Version 1.1.1
# endif
# if !defined(ESP_ARDUINO_VERSION_VAL)
-#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) 202
+#define ESP_ARDUINO_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
# endif
// Variables specific to the ESP32.
// the ledc functions behave like hardware timers for us :-), so we do not require our own soft PWM generation code.
-hw_timer_t *s50usTimer = NULL; // set by timerConfigForReceive()
+hw_timer_t *s50usTimer = nullptr; // set by timerConfigForReceive()
-# if !defined(SEND_LEDC_CHANNEL)
+# if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(3, 0, 0) && !defined(SEND_LEDC_CHANNEL)
#define SEND_LEDC_CHANNEL 0 // The channel used for PWM 0 to 7 are high speed PWM channels
# endif
@@ -1464,7 +1464,7 @@ void timerEnableReceiveInterrupt() {
* Special support for ESP core < 202
*/
void timerDisableReceiveInterrupt() {
- if (s50usTimer != NULL) {
+ if (s50usTimer != nullptr) {
timerDetachInterrupt(s50usTimer);
timerEnd(s50usTimer);
}
@@ -1472,7 +1472,7 @@ void timerDisableReceiveInterrupt() {
# else
void timerDisableReceiveInterrupt() {
- if (s50usTimer != NULL) {
+ if (s50usTimer != nullptr) {
# if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3, 0, 0)
timerStop(s50usTimer);
# else
@@ -1492,7 +1492,7 @@ void timerConfigForReceive() {
// ESP32 has a proper API to setup timers, no weird chip macros needed
// simply call the readable API versions :)
// 3 timers, choose #1, 80 divider for microsecond precision @80MHz clock, count_up = true
- if(s50usTimer == NULL) {
+ if(s50usTimer == nullptr) {
# if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3, 0, 0)
s50usTimer = timerBegin(1000000); // Only 1 parameter is required. 1000000 corresponds to 1 MHz / 1 uSec. After successful setup the timer will automatically start.
timerStop(s50usTimer); // Stop it here, to avoid "error E (3447) gptimer: gptimer_start(348): timer is not enabled yet" at timerEnableReceiveInterrupt()
@@ -1581,8 +1581,13 @@ void timerConfigForSend(uint16_t aFrequencyKHz) {
# if !defined(IR_SAMD_TIMER)
# if defined(__SAMD51__)
+# if defined(TC5)
#define IR_SAMD_TIMER TC5
#define IR_SAMD_TIMER_IRQ TC5_IRQn
+# else
+#define IR_SAMD_TIMER TC3
+#define IR_SAMD_TIMER_IRQ TC3_IRQn
+# endif
# else
// SAMD21
#define IR_SAMD_TIMER TC3
@@ -1617,7 +1622,11 @@ void timerConfigForReceive() {
# if defined(__SAMD51__)
// Enable the TC5 clock, use generic clock generator 0 (F_CPU) for TC5
+# if defined(TC5_GCLK_ID)
GCLK->PCHCTRL[TC5_GCLK_ID].reg = GCLK_PCHCTRL_GEN_GCLK0_Val | (1 << GCLK_PCHCTRL_CHEN_Pos);
+# else
+ GCLK->PCHCTRL[TC3_GCLK_ID].reg = GCLK_PCHCTRL_GEN_GCLK0_Val | (1 << GCLK_PCHCTRL_CHEN_Pos);
+# endif
// The TC should be disabled before the TC is reset in order to avoid undefined behavior.
TC->CTRLA.reg &= ~TC_CTRLA_ENABLE; // Disable the Timer
@@ -1674,18 +1683,12 @@ void timerConfigForReceive() {
}
# if !defined(DISABLE_CODE_FOR_RECEIVER)
-# if defined(__SAMD51__)
-void TC5_Handler(void) {
- TcCount16 *TC = (TcCount16*) IR_SAMD_TIMER;
- // Check for right interrupt bit
- if (TC->INTFLAG.bit.MC0 == 1) {
- // reset bit for next turn
- TC->INTFLAG.bit.MC0 = 1;
- IRReceiveTimerInterruptHandler();
- }
-}
+# if defined(__SAMD51__) && defined(TC5)
+void TC5_Handler(void)
# else
-void TC3_Handler(void) {
+void TC3_Handler(void)
+# endif // defined(__SAMD51__)
+{
TcCount16 *TC = (TcCount16*) IR_SAMD_TIMER;
// Check for right interrupt bit
if (TC->INTFLAG.bit.MC0 == 1) {
@@ -1694,7 +1697,6 @@ void TC3_Handler(void) {
IRReceiveTimerInterruptHandler();
}
}
-# endif // defined(__SAMD51__)
# endif // !defined(DISABLE_CODE_FOR_RECEIVER)
/***************************************
@@ -1773,7 +1775,7 @@ bool IRTimerInterruptHandlerHelper(repeating_timer_t*) {
}
void timerEnableReceiveInterrupt() {
- add_repeating_timer_us(-(MICROS_PER_TICK), IRTimerInterruptHandlerHelper, NULL, &s50usTimer);
+ add_repeating_timer_us(-(MICROS_PER_TICK), IRTimerInterruptHandlerHelper, nullptr, &s50usTimer);
}
void timerDisableReceiveInterrupt() {
cancel_repeating_timer(&s50usTimer);