Search found 14 matches
- 16:17, 14 Aug 2015
- Forum: Questions and answers
- Topic: Error code reporting time issue
- Replies: 3
- Views: 23162
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...
- 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: 19891
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?
May be antivirus/firewall on you pc preventing it from opening?
- 20:11, 13 Aug 2015
- Forum: Questions and answers
- Topic: Error code reporting time issue
- Replies: 3
- Views: 23162
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...
- 02:45, 10 Jul 2015
- Forum: Questions and answers
- Topic: Using one tablet for Two Rfduinos - Question
- Replies: 6
- Views: 37976
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...
- 23:25, 09 Jul 2015
- Forum: Questions and answers
- Topic: Using one tablet for Two Rfduinos - Question
- Replies: 6
- Views: 37976
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...
- 03:19, 06 Jul 2015
- Forum: Questions and answers
- Topic: Using one tablet for Two Rfduinos - Question
- Replies: 6
- Views: 37976
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...
- 18:36, 04 Jul 2015
- Forum: Questions and answers
- Topic: nrf51-dk compile error
- Replies: 5
- Views: 32537
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.
- 21:11, 03 Jul 2015
- Forum: Questions and answers
- Topic: Using one tablet for Two Rfduinos - Question
- Replies: 6
- Views: 37976
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...
- 23:58, 15 May 2015
- Forum: Questions and answers
- Topic: LED ON/OFF TCP CORDOVA. Cannot connect to arduino
- Replies: 3
- Views: 21412
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...
- 16:47, 06 May 2015
- Forum: Questions and answers
- Topic: BLE-Discovery not working for Cordova build on Android
- Replies: 7
- Views: 36388
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...