Search found 256 matches

by micke
19:07, 06 Feb 2016
Forum: Questions and answers
Topic: Detect if bluetooth is off and enable it
Replies: 1
Views: 13801

Re: Detect if bluetooth is off and enable it

Hi, the Bluetooth plugin will automatically ask the user to turn Bluetooth on if it is off. There is however no function for detecting if Bluetooth is on, or for turning it on/off. Created an issue for adding this functionality: https://github.com/evothings/cordova-ble/issues/86 Many thanks for the ...
by micke
18:35, 20 Jan 2016
Forum: General discussion
Topic: Problem Getting Started
Replies: 5
Views: 55921

Re: Problem Getting Started

Hi, Tested with a fresh install Evothings Viewer 1.2.0 on Android 5.0.2 on LG G2, and Workbench 1.2 on OX X, it worked. @Paul Is the custom-build app a custom version of Evothings Viewer? Or another Cordova app? A custom Viewer should install over the existing Viewer (unless the app id is changed) a...
by micke
10:02, 07 Jan 2016
Forum: Questions and answers
Topic: BLE Example and iOS
Replies: 6
Views: 37086

Re: BLE Example and iOS

@uapp Which BLE devices do you have?
by micke
21:21, 02 Jan 2016
Forum: Texas Instruments
Topic: TI CC2650/MPU-9250 acceleration sensor range
Replies: 5
Views: 44678

Re: TI CC2650/MPU-9250 acceleration sensor range

Hi Juergen, The high-level SensorTag library used by for instance the "TI SensorTag Accelerometer" example app is hard-coded internally for which bits are set when enabling motion sensors. Here the 3-axis accelerometer + 3-axis gyro + magnetometer is turned with the byte value 127: instanc...
by micke
22:42, 29 Dec 2015
Forum: Questions and answers
Topic: Uncaught TypeError: cannot call method 'stopScan' of 'undefined' source: file:///android_asset/www/app.js
Replies: 5
Views: 27453

Re: Uncaught TypeError: cannot call method 'stopScan' of 'undefined' source: file:///android_asset/www/app.js

@josephclawrence One thing to try is building the Evothings Viewer app and see if that works. Build instructions are provided here: https://github.com/evothings/evothings-viewer Evothings Viewer is easier to build than Evothings Client (and works with Evothings 2.0). The build depends only on Cordov...
by micke
22:38, 29 Dec 2015
Forum: Questions and answers
Topic: Trouble getting BLE to work with Cordova app
Replies: 10
Views: 55968

Re: Trouble getting BLE to work with Cordova app

@josephclawrence What I would suggest is trying to make a minimal app work with Evothings Viewer and the Workbench, and add in functionality from your app step-by-step. It is difficult to say something specific not having the code at hand. Regarding building and app with PhobeGap Build that include ...
by micke
22:24, 29 Dec 2015
Forum: Questions and answers
Topic: Question about support for Bluetooth classic + BLE
Replies: 10
Views: 123355

Re: Question about support for Bluetooth classic + BLE

@arvindpdm You can always build Evothings Viewer yourself, it includes the Bluetooth Serial plugin. Here is the project and build instructions: https://github.com/evothings/evothings-viewer If you get stuck, try to make a minimal Cordova project with the Bluetooth Serial plugin and see if that works...
by micke
22:20, 29 Dec 2015
Forum: Questions and answers
Topic: Alljoyn Cordova Plugin
Replies: 1
Views: 15680

Re: Alljoyn Cordova Plugin

Hi Michael, Answering an old question here, did you make progress with the Alljoyn plugin? It should be perfectly possible to add the plugin (or any other plugin) to the Evothings Viewer app. Just edit this file and add you plugin there: https://github.com/evothings/evothings-viewer/blob/master/pack...
by micke
22:15, 29 Dec 2015
Forum: Questions and answers
Topic: Reading Characteristics / Enabling notifications using the SmartRF06 EVB (TI)
Replies: 1
Views: 18318

Re: Reading Characteristics / Enabling notifications using the SmartRF06 EVB (TI)

Hi, this is an old question, hope you are still with us! Looks like the problem is that the variable "device" on line 460 is null/undefined. This is beacause app.getdata is called with an undefined variable in this function: app.onReadButton = function() { app.getdata(device); }; When the ...
by micke
22:06, 29 Dec 2015
Forum: Questions and answers
Topic: Arduino USB Serial
Replies: 1
Views: 16265

Re: Arduino USB Serial

Hi Alain, here are some posts that may be of help: http://android.serverbox.ch/?p=549 http://www.instructables.com/id/Program-your-Arduino-with-a-Android-device/ http://www.hobbyist.co.nz/?q=android-control-arduino https://github.com/mik3y/usb-serial-for-android https://www.youtube.com/watch?v=CVSdz...

Go to advanced search