Search found 256 matches

by micke
13:29, 09 Jul 2015
Forum: Texas Instruments
Topic: Anyone create a Ionic app with Angular?
Replies: 1
Views: 25095

Re: Anyone create a Ionic app with Angular?

Hi, here is an example for Estimote Beacons, if that is of any help: https://github.com/divineprog/evo-demos/tree/master/Demos2015/estimote-ionic You could use the code as a template, adding the SensorTag code. Someone reported that FastClick.js conflicts with Ionic. FastClick.js is included with th...
by micke
13:19, 09 Jul 2015
Forum: Texas Instruments
Topic: Barometer in CC2650
Replies: 3
Views: 34626

Re: Barometer in CC2650

Thanks a lot for reporting! Opened an issue for this bug here: https://github.com/evothings/evothings- ... issues/161
Best regards, Mikael
by micke
13:42, 26 Jun 2015
Forum: General discussion
Topic: Receive data from BLE into evothings ?
Replies: 1
Views: 25174

Re: Receive data from BLE into evothings ?

Hi, you can use the easyble.js library that comes with the example apps in the Evothings Studio download. Here are two examples you can use to see the library in action and use as an inspiration for communicating with your BLE device: http://evothings.com/doc/examples/mbed-custom-gatt.html http://ev...
by micke
08:53, 12 Jun 2015
Forum: Questions and answers
Topic: How much UDP and TCP traffic does Evothings generate
Replies: 2
Views: 12836

Re: How much UDP and TCP traffic does Evothings generate

Just a question, is it when connecting the crashes occur, or on RUN/Reload? If connecting works, then the socket.io traffic is likely not the problem. If RUN/Reload does not work, it is likely the transfer of the files that brings the router down. The Evothings examples are a bit heavyweight in that...
by micke
08:25, 12 Jun 2015
Forum: Questions and answers
Topic: How much UDP and TCP traffic does Evothings generate
Replies: 2
Views: 12836

Re: How much UDP and TCP traffic does Evothings generate

Dear Sir, It might be the router, however, I am not up-to-date regarding the evolution of router performance. Perhaps the difference is huge between old and modern routers. What you could test is to see how the performance is with one Workbench and one mobile device (client app). Then add another mo...
by micke
10:52, 08 May 2015
Forum: Questions and answers
Topic: Cordova file plugins
Replies: 2
Views: 14827

Re: Cordova file plugins

Another post that may be of help:

viewtopic.php?f=8&t=1428#p3706

Best, Micke
by micke
10:45, 08 May 2015
Forum: Texas Instruments
Topic: BLE TI Sensor Tag
Replies: 7
Views: 38918

Re: BLE TI Sensor Tag

Sorry for the super-slow response. Actually I have not tested this myself, but here is a thing to try out: sensortag1 = evothings.tisensortag.createInstance( evothings.tisensortag.CC2650_BLUETOOTH_SMART) // TODO: enable sensors sensortag1.connectToNearestDevice() sensortag2 = evothings.tisensortag.c...
by micke
10:39, 08 May 2015
Forum: General discussion
Topic: Server side app
Replies: 4
Views: 35856

Re: Server side app

Arriving late at the party here! Hope the question is still valid, or even better solved :) You can certainly build a "safe browser" for your app. This is basically what Evothings Client is. The trick is serving the cordova.js files. In Evothings Client they are bundled with the app and ac...
by micke
10:30, 08 May 2015
Forum: Texas Instruments
Topic: Sensor fusion
Replies: 9
Views: 119292

Re: Sensor fusion

Hi, perhaps the source for the Cordova BLE plugin could be of some help?

https://github.com/evothings/cordova-bl ... d/BLE.java

Sounds very cool with your sensor fusion app, please post about it if you feel like it!

Best, Micke

Go to advanced search