The IR Puck can mimic arbitrary infrared remote controls. Built on the Puck IOT platform.
Dependencies: Puck IRSender mbed
The IR Puck is a puck that can mimic arbitrary infrared remote controls. This is useful for controlling things like TVs, radios, airconditioners, window blinds, and just about anything and everything that can be otherwise be controlled by a regular remote control.
A tutorial for the IR Puck is available on GitHub.
Tutorials and in-depth documentation for the Puck platform is available at the project's GitHub page
Revision 21:b65729957b9e, committed 2015-03-09
- Comitter:
- aleksanb
- Date:
- Mon Mar 09 14:01:52 2015 +0000
- Parent:
- 20:73500007b95a
- Commit message:
- Update puck lib, add power warning;
Changed in this revision
Puck.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 73500007b95a -r b65729957b9e Puck.lib --- a/Puck.lib Mon Mar 09 13:38:47 2015 +0000 +++ b/Puck.lib Mon Mar 09 14:01:52 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Nordic-Pucks/code/Puck/#21b5ecbc84ea +http://mbed.org/teams/Nordic-Pucks/code/Puck/#cd6703df9501
diff -r 73500007b95a -r b65729957b9e main.cpp --- a/main.cpp Mon Mar 09 13:38:47 2015 +0000 +++ b/main.cpp Mon Mar 09 14:01:52 2015 +0000 @@ -17,7 +17,8 @@ #include "mbed.h" #include "IRSender.h" -#define LOG_LEVEL_INFO +// Remove the log level define in production. It will prevent your mbed from entering low power modes. +#define LOG_LEVEL_INFO #include "Log.h" #include "Puck.h"