Search found 256 matches

by micke
12:17, 11 Dec 2014
Forum: Questions and answers
Topic: Sample iBeacon project not working on Cordova?
Replies: 4
Views: 22600

Re: Sample iBeacon project not working on Cordova?

Regarding how to build a stand-alone Cordova app from the iBeacon Scan example, here are the steps to do this. Initial setup to create the project: ⋅ Create a new Cordova project ⋅ Delete the contents of the www folder ⋅ Copy in the files in the ibeacon-scan folder to t...
by micke
11:47, 11 Dec 2014
Forum: Questions and answers
Topic: Sample iBeacon project not working on Cordova?
Replies: 4
Views: 22600

Re: Sample iBeacon project not working on Cordova?

Hi, thanks for detailing this issue! Did some testing and looked at the plugin source code, and there are some inconsistencies and version issues, as you point out. What I found that in the version of cordova-plugin-ibeacon that is included with Evothings Client 1.0.0, the API is indeed a bit outdat...
by micke
10:56, 11 Dec 2014
Forum: Questions and answers
Topic: Reading rssi value
Replies: 10
Views: 47077

Re: Reading rssi value

Hi Robert, You are on the right track! When scanning the RSSI value is always included with the info you get about the found device. But when connected you have to poll for it. The problem is you cannot poll too frequently, only about once a second. This is a limitation of the underlying system (not...
by micke
18:18, 04 Dec 2014
Forum: Questions and answers
Topic: How to set EvothingsWorkbench monitoring location
Replies: 2
Views: 14236

Re: How to set EvothingsWorkbench monitoring location

Thanks for sharing! Great that you found the documentation on how to set up a Cordova project for use with Evothings Workbench. Just to make clear also to others reading this thread: They way you add apps to the Workbench is by dragging and dropping the main HTML file (typically index.html) to the &...
by micke
12:36, 04 Dec 2014
Forum: Texas Instruments
Topic: TI Sensortag advertising and conversion periods
Replies: 18
Views: 113316

Re: TI Sensortag advertising and conversion periods

Hi Chris, sorry for slow response here. Did you find the problem? This could perhaps be a JavaScript error. Errors saying something is not defined can be a sign that something went wrong in loading some script. This could be a problem in the app itself, or a problem with Evothings Workbench not fetc...
by micke
15:42, 28 Nov 2014
Forum: Texas Instruments
Topic: TI Sensortag advertising and conversion periods
Replies: 18
Views: 113316

Re: TI Sensortag advertising and conversion periods

Hi Chris, if it is feasible for you to share the custom firmware with us we can flash a SensorTag with it and debug the problem.
Best, Mikael
by micke
23:40, 27 Nov 2014
Forum: Questions and answers
Topic: iBeacon background processing
Replies: 2
Views: 19469

Re: iBeacon background processing

Just an update, here is a guide for how to use notifications when ranging Estimote beacons when the app is in the background:

https://github.com/evothings/phonegap-e ... tion-guide

This should work also with the plugin: cordova-plugin-ibeacon

Regards, Mikael
by micke
16:02, 27 Nov 2014
Forum: Questions and answers
Topic: iBeacon scan app not working
Replies: 3
Views: 18600

Re: iBeacon scan app not working

Hi again, just looked at this commit in cordova-plugin-ibeacon: https://github.com/petermetz/cordova-plugin-ibeacon/commit/181648cb341dc6b3aa409e90631d1df99260faa1 There is a section about "Breaking Changes" in the change log for 3.2.2, is that in any way related to the problem you experie...
by micke
15:57, 27 Nov 2014
Forum: Questions and answers
Topic: Parsing advertisement data (scanRecord)
Replies: 7
Views: 32833

Re: Parsing advertisement data (scanRecord)

I wonder if there is a workaround for this bug? Can the array buffer be constructed in an alternative way?

What Android version and device are you using?

Best, Mikael
by micke
15:49, 27 Nov 2014
Forum: Questions and answers
Topic: additional plugins not available?
Replies: 3
Views: 16985

Re: additional plugins not available?

Thanks a lot for the feedback!

Go to advanced search