Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
A Pebble app that prevents you from falling asleep.
C
branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
resources/src
src
README.md

README.md

Deprive Me

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

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 build
    
  • Create a simple python server to install the app:

    python -m SimpleHTTPServer 8000
    
  • On your iPhone or Android phone:

    http://your.computer.ip.address:8000/build/DepriveMe.pbw
    
  • That's it!

Pictures

Here are some pictures of the app:

Home Screen

Pulsing

Something went wrong with that request. Please try again.