Deprive Me
A Pebble app that deprives you from sleeping. Set the timer (5 to 60 minutes) and Pebble will pulse on each occurrence.
The is the first time I develop for Pebble and C in general.
Download the App
- You can download a pbw file from My Pebble Faces
Running the App
- Clone this repo and CD to the directory
Symlink the project:
create_pebble_project.py --symlink-only ~/path/to/pebble/sdk .Run waf configure and waf build:
./waf configure ./waf buildCreate a simple python server to install the app:
python -m SimpleHTTPServer 8000On your iPhone or Android phone:
http://your.computer.ip.address:8000/build/DepriveMe.pbwThat's it!
Pictures
Here are some pictures of the app:


