SaaSHub helps you find the best software and product alternatives Learn more →
Arduino-IRremote Alternatives
Similar projects and alternatives to Arduino-IRremote
-
FastLED
The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
IRremoteESP8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
-
-
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
Adafruit_IO_Arduino
Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
-
Arduino-IRremote discussion
Arduino-IRremote reviews and mentions
- IRRemote 程式庫搭配 Adafruit_NeoPoxel 程式庫的問題
-
Connect to wand?
However, there are plenty of libraries at this point which can handle the signal to varying degrees (some cant handle cast type but many dont care about that feature, including the game itself). I believe the most up to date currently is: https://github.com/Arduino-IRremote/Arduino-IRremote
-
ffffffff error in serial monitor
RTFM. https://github.com/Arduino-IRremote/Arduino-IRremote : "...you must use the statement #include instead of #include in your main program..."
- IRremote SendAndReceive
-
pls need help with school project
Maybe your use of decode() is not correct, it seems to have changed in newer versions. https://github.com/Arduino-IRremote/Arduino-IRremote
-
How do i build a homemade Infrared Sender?
Use this library
-
IR receiver returns the same code for every button input
if (IrReceiver.decodedIRData.flags & IRDATA_FLAGS_WAS_OVERFLOW) { 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 } else { Serial.println(divider); Serial.print("protocol: "); Serial.print(getProtocolString(IrReceiver.decodedIRData.protocol)); Serial.print(" (0x"); Serial.print(IrReceiver.decodedIRData.protocol, HEX); Serial.println(")"); if (IrReceiver.decodedIRData.protocol != 0) { // Unknown protocol (typically due to a misread) is ignored. Serial.print("address: "); Serial.println(IrReceiver.decodedIRData.address, HEX); Serial.print("command: "); Serial.println(IrReceiver.decodedIRData.command, HEX); Serial.print("data: "); Serial.println(IrReceiver.decodedIRData.decodedRawData, HEX);
-
IRremote only returns ffffffff value
GitHub - Arduino-IRremote/Arduino-IRremote: Infrared remote library for Arduino: send and receive infrared signals with multiple protocols
-
MQTT & IR Receiver
I have tried https://github.com/Arduino-IRremote/Arduino-IRremote and https://github.com/crankyoldgit/IRremoteESP8266, both cause the same error.
-
IRemote Library
This is the library: https://github.com/Arduino-IRremote/Arduino-IRremote
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Jul 2025
Stats
Arduino-IRremote/Arduino-IRremote is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of Arduino-IRremote is C++.
Popular Comparisons
- Arduino-IRremote VS Adafruit_VL53L1X
- Arduino-IRremote VS DHT-sensor-library
- Arduino-IRremote VS ESP32_FFT_VU
- Arduino-IRremote VS AGirs
- Arduino-IRremote VS ExtremeRacers-Speedometer
- Arduino-IRremote VS IRremoteESP8266
- Arduino-IRremote VS MD_MAX72XX
- Arduino-IRremote VS FastLED
- Arduino-IRremote VS Adafruit_IO_Arduino
- Arduino-IRremote VS FT81x_Arduino_Driver