Jake Schwind

Pebble SDK – LG TV Controller

January 04, 2014 | development

I recently purchased a Pebble Watch and, like any programming nerd would do, started writing software for it.

I do plan on releasing source at some point, but I thought it would be good to share some resources for those interested in either writing software for the Pebble watch or who want to work with their LG TV.

Pebble Development

The first resource to consult is the official Pebble Developer portal. Their documentation is quite good and there are many great people in the forums ready to help.

Pebble Developer Site

For developing the software on the watch, I suggest using this great site called Cloud Pebble

This web application allows for writing software for the Pebble Watch without having to set up a development environment on your own machine. It also supports connecting to GitHub.

LG TV API

LG provides an open API for communicating with their new smart TVs. I highly suggest using a REST client while experimenting and developing your application. There are several available as plugins for FireFox and Google Chrome – search “rest client” in their respective plugin catalogues.

API used to control TV here

Future of Application

I wrote this application using the Pebble SDK 1. I will be updating this application to SDK 2, and when it becomes widely available, I will clean up the iOS code and release it so that others can use it and learn from it.

If you are interested in the current application code or would like to ask any questions about my experience, I very much welcome it. Post a comment below!

Happy Coding!

-Jake