Skip to content

DamiMartinez/pebble-sdk-examples

 
 

Repository files navigation

Pebble Smartwatch SDK Examples

This repository contains the examples that are shipped with the Pebble Smartwatch SDK to make it easy for you to fork them.

For SDK download and installation instructions, see:

Description of directory content

Content overview:

  • watchfaces -- Complete watchfaces demos.

  • watchapps -- Includes simple "feature" demos that show how to use specific features (e.g timers, vibes, custom fonts).

  • pebblekit-js/weather -- Demonstrates how to use the PebbleKit JavaScript framework to make http requests and update fields on Pebble display (with AppSync)

  • pebblekit-js/quotes -- Demonstrates how to use the PebbleKit JavaScript framework to make http requests and update fields on Pebble display (with AppMessage). Also includes a nice example of text entry on Pebble.

  • weather-demo -- Demonstrates how to use the AppMessage API to send weather information to a watchface (with PebbleKit iOS and Android)

  • golf-demo -- Demonstrates how to use the Golf application that is embedded in every Pebble (iOS and Android)

  • sports-demo -- Demonstrates how to use the Sports application that is embedded in every Pebble (iOS and Android)

  • data-logging-demo -- Demonstrates how to use the DataLogging APIs on Pebble, iOS and Android

License

All the examples are released under the MIT License. Please contact us if you would like to use another license.

Copyright (C) 2013 Pebble Technology

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 59.6%
  • Java 28.7%
  • C 8.7%
  • Python 2.2%
  • Shell 0.6%
  • JavaScript 0.2%