Search found 256 matches

by micke
15:48, 27 Nov 2014
Forum: Questions and answers
Topic: New to Evothings, First Question
Replies: 5
Views: 24089

Re: New to Evothings, First Question

Hi Don, Thanks a lot for sharing your findings. I guess you could just test to use the single characteristic available for both reading and writing. Don't have personal experience from this particular case, but it would be straightforward to try. I don't know about setting up notifications on the ch...
by micke
15:20, 27 Nov 2014
Forum: Questions and answers
Topic: iBeacon scan app not working
Replies: 3
Views: 17360

Re: iBeacon scan app not working

Hi Peter, thanks for sharing your findings. That is good to know that cordova-plugin-ibeacon version 3.2.2 has some problems.
Best regards, Mikael
by micke
20:33, 26 Nov 2014
Forum: Texas Instruments
Topic: TI Sensortag advertising and conversion periods
Replies: 18
Views: 105750

Re: TI Sensortag advertising and conversion periods

Hi again Chris, About the error in the you see in ti-sensortag.js in function sensorOn, as you say this indicates that device is null. It is weird that the execution comes this far, if device is not set it should not proceed and connect. Could it be that somehow instance.disconnectDevice is called (...
by micke
19:31, 26 Nov 2014
Forum: Texas Instruments
Topic: TI Sensortag advertising and conversion periods
Replies: 18
Views: 105750

Re: TI Sensortag advertising and conversion periods

Hi Chris, Regarding the issue with hyper.log, try using this function for your logging: <script> function mylog(message) { if (window.hyper && window.hyper.log) { hyper.log(message); // If you also want it to log to console.log uncomment this line: //console.log(message); } else { console.lo...
by micke
13:42, 21 Nov 2014
Forum: Questions and answers
Topic: how to send print from Arduino to client app thru BLE?
Replies: 9
Views: 419582

Re: how to send print from Arduino to client app thru BLE?

Hi Juan, thanks for the feedback!

I wonder what causes the 7 second delay?

Is your setup similar to that of the Arduino BLE example? How is performance of the Arduino BLE example on your device? Would be interesting to see if there is a difference.

Regards, Mikael
by micke
13:39, 21 Nov 2014
Forum: Questions and answers
Topic: Cordova App with BLE functionality
Replies: 11
Views: 46057

Re: Cordova App with BLE functionality

That is great to hear! Thanks for sharing!
by micke
13:36, 21 Nov 2014
Forum: Texas Instruments
Topic: TI Sensortag advertising and conversion periods
Replies: 18
Views: 105750

Re: TI Sensortag advertising and conversion periods

Hi quilkin, We should look into the Cordova BLE plugin to investigate further. There is a problem on some Android devices that scanning does not report same device multiple times, and the plugin does not rescan or anything to work around this. Perhaps the problem you see is somehow related to this i...
by micke
11:31, 21 Nov 2014
Forum: Questions and answers
Topic: Reading data from BLE into the ON/OFF BLE example
Replies: 1
Views: 15515

Re: Reading data from BLE into the ON/OFF BLE example

Hello Juan, Arduino BLE is the example available right now for reading data from an Arduino via a BLE shield. There is a new example in Evothings 1.0.0 called Arduino Input TCP that demonstrates reading using a WiFi shield or Ethernet shield. Perhaps you could use that for inspiration. I am curious ...
by micke
11:18, 21 Nov 2014
Forum: Questions and answers
Topic: additional plugins not available?
Replies: 3
Views: 15673

Re: additional plugins not available?

Hi Jen, If you have built a Cordova project with the plugins you wish to use, it should be possible to use that project with the Workbench. Is this what you are doing or are you using Evothings Client? Evothings Client won't work for push notifications as that plugin is not included. Here is some do...
by micke
13:16, 12 Nov 2014
Forum: General discussion
Topic: Developing apps for TI SensorTag made easy
Replies: 7
Views: 32136

Re: Developing apps for TI SensorTag made easy

Hi again,

Just realized you can add the BLE plugin by referring to the name in the plugin registry, like this:

cordova plugin add com.evothings.ble

That might be easier/quicker than getting the code from GitHub.

Best, Mikael

Go to advanced search