How to test app without pebble watch?
Asked Answered
S

4

6

I have to add a feature for the Pebble smart watch in my android app. Is there any cloud or emulators available to test Pebble watch coding? How can I test my app without a Pebble watch ?

Swastika answered 21/2, 2014 at 10:8 Comment(4)
see this github.com/pebble/pebble-sdk-examples and this github.com/pebble/pebblekit/blob/master/Android/…Cleavland
I need testing device like emulator for bebble watchSwastika
@user3057145, Pebble does not provide a watch emulator.Lop
(via David Stosik's answer below) About a year after this question was asked, Pebble integrated a QEMU watch emulator into their online IDE CloudPebble.Nominalism
T
8

This question is a bit old, and that's probably the reason why nobody answered with CloudPebble yet.

Since Jan. 24th 2015, CloudPebble includes an emulator that allows you to run your app pretty quickly in your browser. You have to login with your Pebble ids at https://cloudpebble.net/ide/ , import or create a new project, then you can go to Compilation > Emulator, then click "Install and run".

CloudPebble works for C SDK apps, Simply.js and Pebble.js apps too.

Tetracaine answered 27/1, 2015 at 7:13 Comment(0)
W
6

Since the release of the developer preview of the SDK 3.0 and as an alternative to CloudPebble you can also install the Pebble emulator based on QEMU.

Follow this instructions for linux (Mac and Win also available).

Then after building your app you can install it in the emulator as follows:

pebble install --emulator basalt /[your project path]/build/[Your app name].pbw
Wesleyanism answered 23/3, 2015 at 16:27 Comment(0)
S
1

There's a very nice Pebble simulator at https://github.com/Helco/PebbleLocalSim It only seems to work with the C SDK, I can't find a way of running pebble.js javaScript, which is a shame.

Schauer answered 3/10, 2014 at 22:28 Comment(0)
A
-2

There are no emulators out there to test Pebble apps. At the very least you could test the javascript end of a Pebble app with simulated data from the watch. Beyond that you need a Pebble watch to work with.

Arabele answered 10/9, 2014 at 19:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.