Skip to content

alexandruast/pebble-binary-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pebble-binary-basic

Build/Installation

  • Setup Pebble SDK 3.0
  • Edit src/weather.js and add your openweathermap API key
  • run 'pebble build'
  • copy build/pebble-binary-basic.pbw to phone
  • Open pebble-binary-basic.pbw on phone; Pebble app will ask you to install to watch

Usage

Usage of the app is pretty straight forward. Each column encodes "binary coded decimal" to show the 4 digits of the time, where a black shaded box represents a 1 and a white shaded box represents a 0. Inside each square is (From left to right starting at the top) Wind Speed, Barometric Pressure, Relative Humidity, Minutes since last weather update, Sunrise, Sunset, current conditions graphic (sunny, rainy, cloudy, etc), temperature, Day of Week, Month of Year, Day of Month, Seconds

There is currently no configuration settings. To change from Metric to Imperial units, edit weather.js and main.c accordingly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published