Published new version of the BLE-plugin with support for Android 6:
https://github.com/evothings/cordova-bl ... /tag/1.3.0
Follow this issue for further progress:
https://github.com/evothings/cordova-ble/issues/87
Search found 256 matches
- 19:27, 01 May 2016
- Forum: Questions and answers
- Topic: cordova build of viewer app failing on android 6.0.1
- Replies: 3
- Views: 62202
- 20:36, 28 Apr 2016
- Forum: Questions and answers
- Topic: cordova build of viewer app failing on android 6.0.1
- Replies: 3
- Views: 62202
Re: cordova build of viewer app failing on android 6.0.1
Hello again, have been working on a solution to this issue.
The result is pushed to the master branch of the BLE plugin.
For further details see this issue: https://github.com/evothings/cordova-ble/issues/87
The result is pushed to the master branch of the BLE plugin.
For further details see this issue: https://github.com/evothings/cordova-ble/issues/87
- 09:40, 28 Apr 2016
- Forum: General discussion
- Topic: webbluetooth problem
- Replies: 1
- Views: 49014
Re: webbluetooth problem
Hi,
Perhaps the Bleat libraries are not included in index.html?
Does the example apps for Web Bluetooth that comes with Evothings Studio work?
Regards, Mikael
Perhaps the Bleat libraries are not included in index.html?
Does the example apps for Web Bluetooth that comes with Evothings Studio work?
Regards, Mikael
- 19:47, 20 Apr 2016
- Forum: Questions and answers
- Topic: cordova build of viewer app failing on android 6.0.1
- Replies: 3
- Views: 62202
Re: cordova build of viewer app failing on android 6.0.1
Hi, this could be a related issue: https://github.com/evothings/cordova-ble/issues/87
Added a note to the above issue about the permissions mentioned in your log.
Working on a new version of Evothings Viewer, will look for this problem.
Many thanks for reporting this!
Best, Mikael
Added a note to the above issue about the permissions mentioned in your log.
Working on a new version of Evothings Viewer, will look for this problem.
Many thanks for reporting this!
Best, Mikael
- 15:42, 21 Mar 2016
- Forum: Questions and answers
- Topic: Background mode in IOS
- Replies: 5
- Views: 46416
Re: Background mode in IOS
Support for BLE background scanning on iOS available in this branch: https://github.com/mikaelkindborg/cordo ... background
Will be merged to master branch.
Will be merged to master branch.
- 10:07, 21 Mar 2016
- Forum: Texas Instruments
- Topic: Pushing sensor data onto AWS - multiple BLE characteristic
- Replies: 1
- Views: 40185
Re: Pushing sensor data onto AWS - multiple BLE characteristic
Hi, have a look at the example app "TI SensorTag CC2650 & CC2541 Sensors", it shows how to read multiple sensors at once.
- 17:02, 08 Mar 2016
- Forum: Questions and answers
- Topic: BLE enableNotification works on iOS but not Android
- Replies: 6
- Views: 59667
Re: BLE enableNotification works on iOS but not Android
@sjrcgtek Many thanks for finding this bug! Pushed a fix: https://github.com/evothings/evothings-libraries/commit/e4ee6ebf2bae7da11ed9c5f0e4b64527d6909dab Closed this issue: https://github.com/evothings/evothings-libraries/issues/4 Regarding enabling notifications, the plan is to handle this in the ...
- 14:00, 29 Feb 2016
- Forum: Estimote
- Topic: Cordova-plugin-eddystone distance calculation
- Replies: 2
- Views: 48897
Re: Cordova-plugin-eddystone distance calculation
Hi, I see the problem, commonly used beacon distance calculation formulas use txPower at 1 meters, while the Eddystone specification uses txPower at 0 meters. Found a note in the Eddystone specification indicating that it should work to subtract 41 from the reported txPower value at 0 meters: Note t...
- 16:35, 22 Feb 2016
- Forum: General discussion
- Topic: Problem Getting Started
- Replies: 5
- Views: 70167
Re: Problem Getting Started
Thanks for the update!
- 13:10, 18 Feb 2016
- Forum: Questions and answers
- Topic: Support for BlueDuino board
- Replies: 5
- Views: 58103
Re: Support for BlueDuino board
Hi, The error "RangeError: Out of bounds access" points to a problem with the BLE-plugin. I have however no solution at hand, did a google search and that particular error does not have any hits, which is strange. Also searched the source code without finding anything. Do you have any idea...