Search found 14 matches

by Amman
16:17, 14 Aug 2015
Forum: Questions and answers
Topic: Error code reporting time issue
Replies: 3
Views: 18794

Re: Error code reporting time issue

Thanks Fredrik, I need a little bit more guidance as I am not expert with js. This is what I did (after some research how to use setTimeout) and, as you suggested modified the code. But my question is I wanted my phone to start scanning and report back within 30sec, the Error message - if it can't f...
by Amman
21:42, 13 Aug 2015
Forum: Questions and answers
Topic: No launch of workbench on fresh win 7, 8.1, or 10
Replies: 2
Views: 16031

Re: No launch of workbench on fresh win 7, 8.1, or 10

i'm using windows 8.1 and no problems launching the workbench.

May be antivirus/firewall on you pc preventing it from opening?
by Amman
20:11, 13 Aug 2015
Forum: Questions and answers
Topic: Error code reporting time issue
Replies: 3
Views: 18794

Error code reporting time issue

Hi, Working with the evothings BLE example using the RFduino. It works great when connecting and turning on and off the blue LED. However, when the RFduino is not available, the client app on my phone takes forever to report back that it can not connect with the device. It is stuck on "Connecti...
by Amman
02:45, 10 Jul 2015
Forum: Questions and answers
Topic: Using one tablet for Two Rfduinos - Question
Replies: 6
Views: 28908

Re: Using one tablet for Two Rfduinos - Question

After some more research I found some info and it works. Just added the following code inside app.connect functions http://www.webdeveloper.com/forum/showthread.php?68281-how-do-I-call-a-css-class-from-a-function app.connect1 = function() { . . function(device) { . . document.getElementsByTagName('b...
by Amman
23:25, 09 Jul 2015
Forum: Questions and answers
Topic: Using one tablet for Two Rfduinos - Question
Replies: 6
Views: 28908

Re: Using one tablet for Two Rfduinos - Question

Thank you Aaron, One more question I have on this topic, How can I change the color of the Connect button from Yellow to Green when it is connected. I have visited multiple sites to learn how to do that using the HTML/js. However, their button color changing example (when clicked) works by itself bu...
by Amman
03:19, 06 Jul 2015
Forum: Questions and answers
Topic: Using one tablet for Two Rfduinos - Question
Replies: 6
Views: 28908

Re: Using one tablet for Two Rfduinos - Question

I think I got an answer for my own question :D On the Rfduino#2 side (rfduino-led-onoff.ino) I changed the following as RfduinoBLE.deviceName = "RFduino2" And on the HTML/JS code I duplicated "Connect" button and created "Connect2" and created app.connect2 exactly as ap...
by Amman
18:36, 04 Jul 2015
Forum: Questions and answers
Topic: nrf51-dk compile error
Replies: 5
Views: 25030

Re: nrf51-dk compile error

I have been working with Arduinos and as you described it seems the BLEDevice.h is completely missing from your folder structure or misplaced. As an example: Arduino -->Libraries folder --> NRF51-DK folder => examples folder (contains other example subfolders and .ino) => BLEDevice.h If that helps.
by Amman
21:11, 03 Jul 2015
Forum: Questions and answers
Topic: Using one tablet for Two Rfduinos - Question
Replies: 6
Views: 28908

Using one tablet for Two Rfduinos - Question

Hi , I am using the Rfduino LED On/Off evothings client/workbench example. I have two Rfduinos that are powered on. And using the example I was able to connect to one of them and turn the Blue LED on and off. It seems the connection is made between the app and the nearest Rfduino (one of the two I h...
by Amman
23:58, 15 May 2015
Forum: Questions and answers
Topic: LED ON/OFF TCP CORDOVA. Cannot connect to arduino
Replies: 3
Views: 16886

Re: LED ON/OFF TCP CORDOVA. Cannot connect to arduino

Thank you Mikael, It took me some time to get back to it and I did try as you suggested. Surprisingly the "BLE Scan" worked (I generated the apk using cordova and downloaded it into the tablet and it worked; seeing the RFduino) But the "RFduino LED On/Off" example did not work, a...
by Amman
16:47, 06 May 2015
Forum: Questions and answers
Topic: BLE-Discovery not working for Cordova build on Android
Replies: 7
Views: 28197

Re: BLE-Discovery not working for Cordova build on Android

Thanks Fredrik, Can you please give me a little bit more guidance how to check or look for the trouble point using the console log? ( I am a newbie using Cordova and developing android apps) One thing i understood from the problem; the Js code given by Evothings works great if i am using my device a...

Go to advanced search