Search found 14 matches
- 18:23, 06 Oct 2016
- Forum: Questions and answers
- Topic: Startscan error "JSON error"
- Replies: 0
- Views: 45207
Startscan error "JSON error"
Hey everyone, We have a pretty odd issue. We have been using Evothings BLE in an Ionic app for quite a while, and haven't had many issues. All of our development has been on windows machines so far. We just had someone start, who is using a Mac. When they build the project and load it on an android ...
- 07:38, 20 Aug 2015
- Forum: Questions and answers
- Topic: Codova integration with Evothings Studio
- Replies: 13
- Views: 68073
Re: Codova integration with Evothings Studio
I never had any issues with EasyBLE, it always worked well, and I am still using it. Evothings worked well for me in the early prototyping stages of my app. My only issue came when I tried to roll my own cordova app and use the live reload feature from evothings studio. Ionic does this very well.
- 21:29, 17 Aug 2015
- Forum: Questions and answers
- Topic: Codova integration with Evothings Studio
- Replies: 13
- Views: 68073
Re: Codova integration with Evothings Studio
In case anyone finds this thread, I was never able to get this to work. I have since switched to using Ionic, which is amazing. It does a much better job at live reload.
- 18:35, 05 Aug 2015
- Forum: Questions and answers
- Topic: Codova integration with Evothings Studio
- Replies: 13
- Views: 68073
Re: Codova integration with Evothings Studio
Just curious, has anyone else gotten a custom cordova app to talk with the evothings studio and auto update?
Thanks,
Scott
Thanks,
Scott
- 22:18, 27 Jul 2015
- Forum: Questions and answers
- Topic: Codova integration with Evothings Studio
- Replies: 13
- Views: 68073
Re: Codova integration with Evothings Studio
I just did the whole process on another computer that was totally fresh, same issue. When I point the app to another source for the index.html file how does it know where to go to include the cordova.js file? When I connect to the workbench from the client, I can execute "cordova" and it s...
- 19:54, 27 Jul 2015
- Forum: Questions and answers
- Topic: Codova integration with Evothings Studio
- Replies: 13
- Views: 68073
Re: Codova integration with Evothings Studio
Yep, did that, I didn't notice anything interesting. Here is every line that has cordova in it. I/CordovaLog(32670): Changing log level to DEBUG(3) I/CordovaLog(32670): Found start page location: http://192.168.0.3:4042 D/CordovaActivity(32670): CordovaActivity.onCreate() D/CordovaWebView(32670): Co...
- 18:38, 27 Jul 2015
- Forum: Questions and answers
- Topic: Codova integration with Evothings Studio
- Replies: 13
- Views: 68073
Re: Codova integration with Evothings Studio
The line that is causing the error in easyble.js is var base64 = cordova.require('cordova/base64'); I got adb logcat to save to a file. There doesn't seem to be anything that looks bad in there. Is there anything I should be looking for specifically? I started using the "Cordova Accelerometer&q...
- 07:37, 24 Jul 2015
- Forum: Questions and answers
- Topic: Codova integration with Evothings Studio
- Replies: 13
- Views: 68073
Re: Codova integration with Evothings Studio
Does the app work as expected when built as a stand-alone Cordova app? (That is, referring to index.html in the content tag.) Yes, I point the config file to index.html, put all my code into the www folder into the root cordova app, build it and load the apk, it works great. Is cordova.js included ...
- 21:14, 22 Jul 2015
- Forum: Questions and answers
- Topic: Codova integration with Evothings Studio
- Replies: 13
- Views: 68073
Codova integration with Evothings Studio
First off, I realize there is a very similar topic that was recently posted. I studied it, but I found the initial question very confusing. I am trying to build a cordova app to replace the evothings client app becuase I need to use a plugin not included in the evothings client. When I put all of th...
- 22:27, 15 Jul 2015
- Forum: Questions and answers
- Topic: Updating Nordic firmare with DFU
- Replies: 0
- Views: 37531
Updating Nordic firmare with DFU
Hi everyone, I was just curious if anyone had got over the air FW update working for Nordic BLE chips. Nordic has released a sample android project here https://github.com/NordicSemiconductor/Android-DFU-Library . If nobody has it working, does anyone have any pointers on how to go about figuring th...