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

Files at this revision

API Documentation at this revision

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
--- 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
--- 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"