BLE-writeable Display Puck with an e-paper display. Built on the Puck IOT platform.
Dependencies: Puck lz mbed seeedstudio-epaper
The Display puck is a puck with an e-paper display that can show arbitrary black and white images received over Bluetooth LE.
A tutorial for the Display Puck is available on GitHub.
Tutorials and in-depth documentation for the Puck platform is available at the project's GitHub page
Revision 11:c6ae6aeb65f9, committed 2015-03-09
- Comitter:
- aleksanb
- Date:
- Mon Mar 09 14:05:40 2015 +0000
- Parent:
- 10:5650885bd825
- Commit message:
- Bump puck lib version, add power usage 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 5650885bd825 -r c6ae6aeb65f9 Puck.lib --- a/Puck.lib Sun Mar 01 23:51:01 2015 +0000 +++ b/Puck.lib Mon Mar 09 14:05:40 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/teams/Nordic-Pucks/code/Puck/#e41c83f1430e +http://mbed.org/teams/Nordic-Pucks/code/Puck/#cd6703df9501
diff -r 5650885bd825 -r c6ae6aeb65f9 main.cpp --- a/main.cpp Sun Mar 01 23:51:01 2015 +0000 +++ b/main.cpp Mon Mar 09 14:05:40 2015 +0000 @@ -2,7 +2,7 @@ #include "EPD.h" #include "lz.h" - +// Remove the log level define in production. It will prevent your mbed from entering low power modes. #define LOG_LEVEL_ERROR #include "Puck.h"