-
I got the following ir command:
# define LIGHT_STRIKE_RAW_LENGTH 66
# define LIGHT_STRIKE_HEADER_MARK 6750
# define LIGHT_STRIKE_HEADER_SPACE 0
# define LIGHT_STRIKE_MARK_ONE 750
# define…
-
We have excellent package managers like: pip, homebrew, bower, npm... I think it is time to create a libraries manager for different platforms (+ embedded). Each library should have `library.json` fil…
-
http://www.righto.com/2009/08/multi-protocol-infrared-remote-library.html
-
There is currently no IR send/receive functionality
For arduino, see:
http://www.pjrc.com/teensy/td_libs_IRremote.html
or
http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html
-
Since upgrading to 2.0, I get an error when compiling a project for teensy3.1-arduino:
'''
../lib/gcc/arm-none-eabi/4.8.3/../../../../arm-none-eabi/bin/ld: cannot open linker script file /home/andy/.…
-
Hello,
I need some help to put some pieces together.
1) I can run https://github.com/shirriff/Arduino-IRremote with no problems in my Arduino Uno, so I can send raw data to remote control my TV.
2…
-
Hi!
I'm reading the book and doing all the projects. On the chapter that talks about the hardware interrupts I'm stuck trying to make two pins to change state. This is my code:
# include
# include …
-
regis
with the ir library using the 47j and 26j i cannot compile but with the 4550 ansd 2550 they work fine i just have to add an extra curly brace at the end of the PDE
/*
- DecodeRemote: demonstrat…
-
D:\Documents and Settings\My Documents\Downloads\arduino-1.0.6-windows\arduino-1.0.6\libraries\RobotIRremote\IRremoteTools.cpp:5: error: 'TKD2' was not declared in this scope
Has any body got anyanswe…
-
Hi all,
Here is my project, Reading On/Off IR code coming from my mistubishing remote.
I used the sketch 'IRrecvDump'
# include
# define MAX_CAPTURE 425
# define RAWBUF 250 // Length of raw duration…