Search found 256 matches

by micke
11:20, 04 Nov 2014
Forum: General discussion
Topic: Developing apps for TI SensorTag made easy
Replies: 7
Views: 31656

Re: Developing apps for TI SensorTag made easy

Hi Paul, Thanks for reporting unclear documentation. Here is an attempt to clarify. Dragging HTML files into Evothings Workbench You can drag and drop HTML files anywhere in the project list window of the Workbench. This will make the new file appear as the first item in the list. (Items can be rear...
by micke
11:26, 29 Oct 2014
Forum: Questions and answers
Topic: iBeaconDemo Compilation Using Cordova
Replies: 4
Views: 21242

Re: iBeaconDemo Compilation Using Cordova

By the way, did I mention that you can use Evothings Studio with your Cordova app? If you link to the IP-address of the Workbench you can connect from any Cordova app and get the reload-on-save and debug logging features. Here is a description of how to do this: http://evothings.com/doc/build/cordov...
by micke
10:33, 29 Oct 2014
Forum: Questions and answers
Topic: iBeaconDemo Compilation Using Cordova
Replies: 4
Views: 21242

Re: iBeaconDemo Compilation Using Cordova

Great, thanks! :)
by micke
10:30, 29 Oct 2014
Forum: Questions and answers
Topic: how to send print from Arduino to client app thru BLE?
Replies: 9
Views: 419080

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

Hi, The actual data is sent from the Arduino code, in the arduino.ble file. Look in the loop function, here are the lines that send data to the mobile phone: // Read the analog input pin and send the data over BLE. short i = analogRead(INPUT_PIN); ble_write_bytes((byte*)&i, 2); In app.js the sta...
by micke
20:06, 28 Oct 2014
Forum: Questions and answers
Topic: Reading Characteristic Data
Replies: 4
Views: 27735

Re: Reading Characteristic Data

Great findings, thanks for reporting!

I usually use Uint8Array, which might be safer if you rely on getting unsigned byte values.

Best regards, Mikael
by micke
20:01, 28 Oct 2014
Forum: Texas Instruments
Topic: TI Sensor Tag - Gyroscope
Replies: 25
Views: 105893

Re: TI Sensor Tag - Gyroscope

Hi Klemens, Sorry for the confusion regarding the unit of the update interval! The rationale was that milliseconds is more widely used, but for people who read up on the TI SensorTag documentation they use 10 ms units. Should document all this much more clearly! We have also experienced some instabi...
by micke
19:49, 28 Oct 2014
Forum: Questions and answers
Topic: beacon and app closed
Replies: 3
Views: 17322

Re: beacon and app closed

Thanks for the link! Adding background notifications is on our todo-list.

Thanks for signing up as a tester :)

Best regards, Mikael
by micke
19:45, 28 Oct 2014
Forum: Questions and answers
Topic: com.evothings.ble issue
Replies: 3
Views: 19752

Re: com.evothings.ble issue

Did it work? If not you could try with .git at the end of the URL, like this:

Code: Select all

cordova plugin add https://github.com/evothings/cordova-ble.git
by micke
19:44, 28 Oct 2014
Forum: Questions and answers
Topic: Google Play says Evothings client not compatible?
Replies: 6
Views: 29448

Re: Google Play says Evothings client not compatible?

Hi Mila, Thanks for greetings! The minimum Android SDK level we have set is 14 (Android 4.0). Just made a test to build Evothings Client with minimum level 10 and running it on a Nexus One (Android 2.3) but it does not work very well... What I suggest if you wish to develop for 2.3 and 3.x is that y...
by micke
19:13, 28 Oct 2014
Forum: Questions and answers
Topic: how to send print from Arduino to client app thru BLE?
Replies: 9
Views: 419080

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

Hi, It is a bit complex to pass data back from Arduino to JavaScript. To learn more I suggest you run and explore the example "Arduino BLE": http://evothings.com/doc/examples/arduino-ble.html It has code for doing this. Then you can adopt the example to work with your own code. We plan doi...

Go to advanced search