This application shows how to use the various sensors on the device and capture the data points for display to the user, with the help of the Flotr2 graphing library.
The sample code for this application is Open Source under the Apache 2.0 License.
Applies To
- BlackBerry WebWorks SDK for BB10 Version 2.0 or higher.
Author(s)
Dependencies
- bbUI.js version 0.9.6, available under the Apache 2.0 License.
- Flotr2.js, available under the MIT License
- Subway Icons by Pixle Licensed under CC-BY3
Screenshots
Known Issues
-
The Y axis of the graphs is set to autoscale. When significant changes happen, there can be a pause while the graph recalculates the appropriate size, and no graph is shown temporarily.
-
The Sensors API doesn't work in the Simulator.
Tested On
- BlackBerry 10 Dev Alpha B 10.0.9.1103
- BlackBerry Z10 10.1.0.1471, 10.2.1.1205
- BlackBerry Q10 10.1.0.1471
To contribute code to this repository you must be signed up as an official contributor.
-
Clone this repo to your local machine.
-
Ensure the BlackBerry 10 WebWorks SDK 2.0 is correctly installed.
-
Open a command prompt (windows) or terminal (mac) and run the following command:
webworks create <your source folder>\Sensors
-
Replace the default CustomContext\www folder with the \www folder from this project
-
Replace the default CustomContext\config.xml with the config.xml from this project
-
From the command prompt (Windows) or terminal (mac), navigate to the Sensors folder
cd <your source folder>\Sensors
-
Run the following commands to configure plugins used by this app
webworks plugin add com.blackberry.app webworks plugin add com.blackberry.sensors webworks plugin add com.blackberry.system
-
Run the following command to build and deploy the app to a device connected via USB
webworks run
- BlackBerry HTML5 WebWorks - Downloads, Getting Started guides, samples, code signing keys.
- BlackBerry WebWorks Development Guides
- BlackBerry WebWorks Community Forums
- BlackBerry Open Source WebWorks Contributions Forums
Please see the README of the WebWorks-Samples repository for instructions on how to add new Samples or make modifications to existing Samples.
If you find a bug in a Sample, or have an enhancement request, simply file an Issue for the Sample.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.