Skip to content

makotokw/pebble-irkit-remote

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

IRKit Remote as Pebble Watchapp

Send IR signal to IRKit. (IRKit device is IR remote controller and is seller in only Japan)

Development

Requirements

  • Pebble SDK
  • Node.JS
  • Bower
  • Ruby, Compass

Directory Structure

/
├── bower_components    settings page third party packages
├── build               watchapp built
├── dist                settings page built
├── node_modules        build tools
├── resources           watchapp resources
├── src                 watchapp source
└── web                 settings page source

Develop watchapp

git clone https://github.com/makotokw/pebble-irkit-remote.git
cd pebble-irkit-remote
npm install
grunt pebbleBuild
grunt pebbleInstall

Develop settings page

npm install
bower install
grunt settingsDebug

Modify irkitConfig.settingsUrl on src/js/pebble-js-app.js to connect localhost.

Release watchapp

  1. grunt pebbleBuild
  2. Submit build/pebble2irkit.pbw to Dev Portal

Deploy settings page

grunt settingsBuild
git commit dist
git subtree push --prefix dist origin gh-pages