7 ms·
That's not entirely correct - you also must write C code. You can write JS that runs on the phone and can do stuff like call web services, store data, and comm
by rlevy 12y ago
That's not entirely correct - you also must write C code. You can write JS that runs on the phone and can do stuff like call web services, store data, and communicate with the watch. But it's old fashioned C code that you need to have running on the watch in order to render stuff, get sensor data, or exchange messages with the JS running on the phone.
- IanCal 12y agoThat's not true, you can write a basic app with a UI entirely in JS. I have done this to have control over some home automation bits and bobs.
- bostonvaulter2 12y agoCan we get some links to resources?
- IanCal 12y agoThere should be plenty on the pebble dev site, but here's the start to a tutorial that'll build a weather app entirely in js http://developer.getpebble.com/getting-started/pebble-js-tutorial/part1/ http://developer.getpebble.com/getting-started/pebble-js-tut...