Search found 256 matches

by micke
14:45, 03 Nov 2015
Forum: Questions and answers
Topic: Node.js Integration with Ble scan example
Replies: 1
Views: 12999

Re: Node.js Integration with Ble scan example

Hi, Which method do you use to store log data? One way is to use some kind of server and send RSSI values there. For example a web server and send data using XHR requests. For development and debugging, you can send log data to the Evothings Workbench Tools window. Just use hyper.log(), like this: h...
by micke
13:31, 05 Oct 2015
Forum: Estimote
Topic: Estimote IOS Cordova Issue
Replies: 2
Views: 31649

Re: Estimote IOS Cordova Issue

Hello, this sounds like it could be the problem reported in this issue: https://github.com/evothings/phonegap-estimotebeacons/issues/96 What you can test is to add the plugin using the address of the GitHub repo (instead of the plugin name registered on npm). Use this command: cordova plugin add htt...
by micke
11:51, 05 Oct 2015
Forum: Questions and answers
Topic: How to automatically reconnect with Easyble.js
Replies: 2
Views: 16089

Re: How to automatically reconnect with Easyble.js

Hi, here is a way to do what you are asking, some "pseudo-code" that scans and connects to a device with known name or address, then connects again when disconnected. function startScanning() { // Stop any ongoing scan. evothings.easyble.stopScan() // Start scanning. evothings.easyble.star...
by micke
11:16, 28 Sep 2015
Forum: Estimote
Topic: [Estimote Beacons] iOS notifications
Replies: 1
Views: 26509

Re: [Estimote Beacons] iOS notifications

Hi, yes this is possible using the Cordova local notification plugin. Here is a tutorial that may be of help, it mentions the use of the notification plugin: https://evothings.com/hands-on-guide-to-building-a-native-javascript-ibeacon-app-using-cordova/ Note that this plugin is currently not support...
by micke
11:11, 28 Sep 2015
Forum: Estimote
Topic: Problems with Estimote beacons and example app
Replies: 3
Views: 34719

Re: Problems with Estimote beacons and example app

@vilas Perhaps the error function is never called (no error occurs)? Also try using hyper.log in place of console.log, to make sure the message is sent to the Workbench window. You can also try to display any error message in the UI of the app. I am not familiar with MobileFirst, so cannot help much...
by micke
09:59, 28 Sep 2015
Forum: Questions and answers
Topic: Problem with Evothings Workbench 2.0.0 Alpha 3
Replies: 3
Views: 22611

Re: Problem with Evothings Workbench 2.0.0 Alpha 3

Hi, We are working on tracking down this problem. Can I ask you to check the server address setting? It is found under the top-left menu icon. The setting for Alpha 3 should be http://staging.evothings.com:8081 May I also ask if the problem with the upgrade message reproduces consistently (does it h...
by micke
16:37, 03 Sep 2015
Forum: Questions and answers
Topic: RFDUINO + APP
Replies: 3
Views: 18397

Re: RFDUINO + APP

Hi jecaron, just to sum up what Alex said and some additional info. Publishing an app on the AppStore is quite complex, especially if you are on Windows: ⋅ If you wish to publish an iOS app on the Apple AppStore you need a developer license: https://developer.apple.com/programs/ ⋅&nbs...
by micke
12:14, 29 Aug 2015
Forum: Questions and answers
Topic: Newer version of BLE Discovery for Workbench 2.0.0 Alpha?
Replies: 5
Views: 25664

Re: Newer version of BLE Discovery for Workbench 2.0.0 Alpha?

@mangopudding Amazed to hear about your daughter! Perhaps you would like to do a blogpost and/or video about your coding adventures? We would be happy to feature it :)
Very best, Mikael
by micke
12:03, 29 Aug 2015
Forum: Questions and answers
Topic: About the callback function "onConnection"
Replies: 4
Views: 23529

Re: About the callback function "onConnection"

What worked for me, for another example, is that I imported the example and check the checkbox for updating libraries. Perhaps this is what you have already tried?

Go to advanced search