This project ties together the Pebble smartwatch and the Particle cloud, allowing you to easily monitor your Particle devices from your wrist. You can view all Particle devices (Electrons, Photons, Cores) associated with your account, check which devices are online, check which variables are being exposed through the cloud, and you can view each variables value.
- In orer to use this code you must have a CloudPebble account and a Particle account.
- Create a new Pebble.js app on CloudPebble and paste this code into the app.js file. Make sure to fill in your Particle account's unique access token on line 8.
- Use CloudPebble to install the app onto your phone.
- Program a Particle device to expose at least one variable using
Particle.variable()
(see reference material here) - When you run the watch app you should be able to see all devices connected to your Particle account and their online status.
- Click a device to view all avaialble variables.
- Click a variable to see its value and the time it was last updated.
This project is licensed under the MIT License - see the LICENSE file for details.