-
### Input C/C++ Header
Since the header file generated has 15000+ lines, I won't copy it here, you can find the repository [Arduino-IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote)…
-
Adafruit_Learning_System_Guides/Circuit_Playground_Express_and_IR/CPX_IR_Remote_Recieve.py /
Great example, almost perfect. Got me from knowing close to nothing about the circuit playground express…
-
Great job! It works perfectly!
Do you know if you can communicate with IR using the IRremote library?
For this, I would need the corresponding hexadecimal code.
So I could call it this way:
…
-
powerful, cheap, small,...
-
### The problem
When using a newer Magiquest wand the wand_id and magnitude values returned are random / not correct as the protocol has been updated to include a checksum. wand_id should be static …
-
Hello,
In a small project, I would like to receive an IR Signal from a TV Remote (=> I'm using the IRremote library https://github.com/z3t0/Arduino-IRremote here) - and trigger a 433MHz switch in ord…
-
Hello!
I'm struggling to find a way to make ATTiny85 receive IR code signals.
About half year ago I managed to receive and send IR codes.
Cannot find out what is changed in library code in this pe…
-
libraries/MideaIRWrapper/MidearIR.cpp.o (symbol from plugin): In function `irparams':
(.text+0x0): multiple definition of `irparams'
sketch/basic_commands.ino.cpp.o (symbol from plugin):(.text+0x0):…
-
I was looking at the specs for the Robot IR Sensor library that comes packaged with arduino. It's robust but I want to look into trying shirriff/Arduino-IRremote for setting up the sensor. There is …
-
Hi,
I can't get the library to work with an attiny 85 which has it's pwm on pin 5 (D0)
Where can I change the pin in the library and what's the advantage of this library compared to the original I…