Search found 7 matches
- 18:12, 19 Nov 2015
- Forum: Questions and answers
- Topic: Client and workbench loses connection
- Replies: 1
- Views: 27716
Re: Client and workbench loses connection
I found the problem. I was modifying some of the code and something I must have done broke the connection. I removed an include from the index.html that I was working on and it started working ok then. The problem was between the chair and the keyboard, as I like to say.
- 17:51, 19 Nov 2015
- Forum: Questions and answers
- Topic: Client and workbench loses connection
- Replies: 1
- Views: 27716
Client and workbench loses connection
Been using the workbench for a while the past month or so and it usually works great. Once in a while, it seems to loose the connection after the app starts. This is what I do and what I'm seeing. 1) Log into workbench 2) Start up mobile viewer, get the login buttons so I'm pretty sure it's connecte...
- 00:19, 10 Nov 2015
- Forum: Questions and answers
- Topic: Scan for BLE devices in the background?
- Replies: 4
- Views: 46513
Scan for BLE devices in the background?
Wondering if the Evothings cordova BLE plugin is capable of running in the background and discovering devices while in background mode? I updated my Cordova project to run in the background and I can confirm it's running via some console.logs in the code. I also update the Objective C code in the BL...
- 16:46, 09 Nov 2015
- Forum: Questions and answers
- Topic: Standalone Cordova BLE scanner
- Replies: 5
- Views: 57597
Re: Standalone Cordova BLE scanner
OK, that did it. I was having some trouble with it before, but I had been installing/un-installing plugins to see what's going on. I started a fresh project and installed from git and now it's working just like it was in the viewer.
Thanks!
Thanks!
- 16:20, 09 Nov 2015
- Forum: Questions and answers
- Topic: Standalone Cordova BLE scanner
- Replies: 5
- Views: 57597
Re: Standalone Cordova BLE scanner
Thanks for the quick reply. When I installed the plugin, I did a "cordova plugin add com.evothings.ble". I started digging around in the source code for Obj-C and it doesn't seem to be doing anything with the advertisement data. I added some debug code and was able to verify the info I was...
- 14:49, 09 Nov 2015
- Forum: Questions and answers
- Topic: Standalone Cordova BLE scanner
- Replies: 5
- Views: 57597
Standalone Cordova BLE scanner
I was working with the BLE scanner sample in the EVO Workbench samples. I modified it a bit to do what I wanted, which was reading the advertisement data from a RAD Dot beacon transmitting in AltBeacon mode on iOS. I wanted to make a standalone version of this not using the workbench in Cordova so a...
- 20:21, 31 Oct 2015
- Forum: General discussion
- Topic: HTTP call from evothings client
- Replies: 15
- Views: 1325378
HTTP call from evothings client
Is there a way setup to make http calls from the evothings client? I'm looking to log BLE devices that are found, but I keep getting errors. I'm guessing that the pre-compiled viewer app doesn't have a whitelist to allow all http calls? I'm running the Android version. If there is a way to make http...