Search found 58 matches

by ardiri
09:36, 01 Apr 2015
Forum: Questions and answers
Topic: Got the examples working inside Intel XDK
Replies: 4
Views: 36065

Re: Got the examples working inside Intel XDK

Third party plugins are not supported via the Intel XDK emulate or test tabs, or via Intel App Preview on the device. The only way to test the app is to build it, and install the native app on the target device. this makes sense - great that you figured it out. it definitely is an issue to try to i...
by ardiri
23:22, 30 Mar 2015
Forum: Questions and answers
Topic: Compatibility with Cordova 4
Replies: 4
Views: 19588

Re: Compatibility with Cordova 4

Thanks Uli

I'll get Fredrik to take a quick look at this when he has some spare cycles. getting Cordova 4.x support would be great - it has been on our list for a while.
by ardiri
12:54, 30 Mar 2015
Forum: General discussion
Topic: adding a non-default plugin to the client
Replies: 7
Views: 33482

Re: adding a non-default plugin to the client

as Fredrik has mentioned; in order to add plugin's that are not supported within our standard client - you will need to go through the various steps to rebuild the client from source code and have build another application and submit it to the various application stores. the complete set of instruct...
by ardiri
10:38, 20 Mar 2015
Forum: Questions and answers
Topic: RFduino keeping connected
Replies: 1
Views: 10766

Re: RFduino keeping connected

it may be an issue with a local variable used for maintaining the connection with the RFduino - have you considered using a div based approach and then show/hide what is relevant; Mikael posted a tutorial that uses this type of technique showing how this is done with an example: http://evothings.com...
by ardiri
10:34, 10 Mar 2015
Forum: Estimote
Topic: Access web-api client from evothing client
Replies: 3
Views: 82385

Re: Access web-api client from evothing client

http://localhost:8080/test/evothings when running on your mobile device (evothings client) is obviously going to try to connect to localhost (127.0.0.1) - you may want to put the IP address of the desktop/laptop where you are running your webserver. your workbench and client have two different ip a...
by ardiri
06:49, 20 Feb 2015
Forum: Questions and answers
Topic: Help Needed: RFduino LED Control for R G B
Replies: 4
Views: 20822

Re: Help Needed: RFduino LED Control for R G B

what you need to do is do a switch() statement switch (data[0]) { case 0: digitalWrite(BLUE_LED_PIN, LOW); Serial.println("Turn RFduino Blue LED Off"); break; case 1: digitalWrite(BLUE_LED_PIN, HIGH); Serial.println("Turn RFduino Blue LED On"); break; case 2: digitalWrite(RED_LED...
by ardiri
12:18, 18 Feb 2015
Forum: Questions and answers
Topic: Bean Connected but No LED / Temp
Replies: 4
Views: 22416

Re: Bean Connected but No LED / Temp

have you checked to see if there is any information broadcast by the iBeacon using a scanning tool? it could be that when you make the bean an iBeacon that the other information isn't broadcasted or available anymore. if it is; then there is probably a set of characteristics; traditionally the light...
by ardiri
10:31, 06 Feb 2015
Forum: Questions and answers
Topic: Any good editors?
Replies: 3
Views: 16256

Re: Any good editors?

i use vi on the command line - but, it does interfere with the file frequently so it constantly thinks i'm saving :P the point with Evothings Studio is that you are free to use whatever editor you want; this means we can focus on building you cool software over being yet-another-editor-company and t...
by ardiri
10:27, 06 Feb 2015
Forum: Questions and answers
Topic: Endless Reloading
Replies: 2
Views: 13102

Re: Endless Reloading

do you still have the file open in the editor? i personally use "vi" (yes, start the flame wars if needed) and it interferes with file enough constantly that even just moving around in the editor causes the application to be pushed out. Evothings Studio is designed to monitor when a file c...
by ardiri
10:33, 02 Feb 2015
Forum: Questions and answers
Topic: Arduino ble example with Bluegiga 112
Replies: 8
Views: 48160

Re: Arduino ble example with Bluegiga 112

i've got contact with the tinyduino guys and have requested a BLE module myself so we can look into this - i participated in their tinyscreen kickstarter and received some hardware via that.

Go to advanced search