Search found 6 matches
- 10:06, 05 Nov 2014
- Forum: General discussion
- Topic: Developing apps for TI SensorTag made easy
- Replies: 7
- Views: 39272
Re: Developing apps for TI SensorTag made easy
A bit more evidence... If I follow your instructions exactly cordova create DemoProject com.evothings.demoapp DemoApp cd DemoProject cordova platform add android cordova build android It works fine. If I then replace the www folder with the one from your ti sensor tag example and add the ble plugin ...
- 16:53, 04 Nov 2014
- Forum: General discussion
- Topic: Developing apps for TI SensorTag made easy
- Replies: 7
- Views: 39272
Re: Developing apps for TI SensorTag made easy
Thx Mikael, Got the plugin installed by downloading first. Created a new cordova project to avoid any history. Next error is this from cordova build android BUILD FAILED /opt/android-sdk/tools/ant/build.xml:653: The following error occurred while executing this line: /opt/android-sdk/tools/ant/build...
- 14:31, 04 Nov 2014
- Forum: General discussion
- Topic: Developing apps for TI SensorTag made easy
- Replies: 7
- Views: 39272
Re: Developing apps for TI SensorTag made easy
Thx Micke, Trying via the Studio worked for me this time around and a visible drop area presented itself. Similarly, copying an example, editing the title and h1 tags then dropiing it in worked fine. Not sure why I could not do this before but many thanks for what looks like a really great tool for ...
- 17:07, 01 Nov 2014
- Forum: General discussion
- Topic: DFRobot Bluno board
- Replies: 5
- Views: 35836
Re: DFRobot Bluno board
A quick test on Android 4.4 shows that scanning for the Bluno works fine but discovery does not.
To verify the hardware I tried BLE Scanner (from playstore) and that did the scanning and discovery correctly
To verify the hardware I tried BLE Scanner (from playstore) and that did the scanning and discovery correctly
- 16:40, 01 Nov 2014
- Forum: General discussion
- Topic: DFRobot Bluno board
- Replies: 5
- Views: 35836
DFRobot Bluno board
As it happens we chose this single-board Aduino/BLE solution
I wondered if anyone has tried to make this work with Evothings?
Paul
I wondered if anyone has tried to make this work with Evothings?
Paul
- 09:34, 31 Oct 2014
- Forum: General discussion
- Topic: Developing apps for TI SensorTag made easy
- Replies: 7
- Views: 39272
Developing apps for TI SensorTag made easy
Evothings looks great so I got stuck in using this README https://github.com/divineprog/evo-demos/tree/master/Demos2014/TISensorTag Running the included apps worked fine but I the whole idea was to be able to roll my own. The 2 approaches I tried failed. This may be my wrong reading of the instructi...