Search found 91 matches

by alex
00:41, 30 Mar 2016
Forum: Questions and answers
Topic: Simple HTML 5 website
Replies: 1
Views: 24994

Re: Simple HTML 5 website

Yes, if you use certain browsers, like Chrome 51 the js part will work ( not the native plugin naturally). Read more here:
https://evothings.com/evothings-studio- ... ascript-6/
by alex
04:42, 22 Mar 2016
Forum: Questions and answers
Topic: Jquery Mobile
Replies: 2
Views: 28065

Re: Jquery Mobile

Hi!

Our services are https, so you need to use the https:// scheme for the CDN hosted versions, to
avoid the cross-protocol (CORS) violation that occurs otherwise.
https://code.jquery.com/mobile/

Alternatively, you need to dl and bundle the jquery files in the project!

best of luck

axl
by alex
17:19, 13 Mar 2016
Forum: Estimote
Topic: Beacon data from Ble.scan problem
Replies: 2
Views: 28959

Re: Beacon data from Ble.scan problem

Hi! Please let us know what you do actually get, some of the data but not all? Can you dump this for us, e.g. using hyper.log() if you're using Evothings Studio or log info from Visual Studio (which we don't use ourselves) Are you running on Android or iOS? They do reveal different sets of info, lik...
by alex
17:15, 13 Mar 2016
Forum: Texas Instruments
Topic: Using Bleduino TI CC2540 to build beacon
Replies: 1
Views: 23856

Re: Using Bleduino TI CC2540 to build beacon

The dev guys are back tomorron, while this example might give some hints:
https://evothings.com/writing-your-firs ... y-dfrobot/

axl
by alex
15:24, 13 Mar 2016
Forum: Questions and answers
Topic: cordovaHTTP.post not working as expected
Replies: 3
Views: 22863

Re: cordovaHTTP.post not working as expected

Hi! I see you didn't get more replies, did you figure out if it was the server which was acting up, or something else?
by alex
13:14, 06 Mar 2016
Forum: Questions and answers
Topic: Estimote Beacon ranging is not working for Android!
Replies: 1
Views: 14519

Re: Estimote Beacon ranging is not working for Android!

Hi!

Does the BLE scan example work for you on both OS?
Which Android device /version do you use?
Is it foremost Apple-style beacons you are interested in?
by alex
22:00, 05 Mar 2016
Forum: General discussion
Topic: Multi page app - refrencing another page from Evothings index.html
Replies: 2
Views: 30440

Re: Multi page app - refrencing another page from Evothings index.html

My hunch is that it's very straight-forward; copy the index.html page and call it "another-page.html" or whatever you like. Then add links like any page on the web, e.g. <a href="another-page.html">Go to the next page</a> . You see, Evothings is plain html, and if you use a speci...
by alex
18:07, 05 Mar 2016
Forum: Showcase
Topic: arduino101 + evothings + arduino-led-onoff-ble example
Replies: 1
Views: 26598

Re: arduino101 + evothings + arduino-led-onoff-ble example

You rock!

best regards

Alex
by alex
13:27, 02 Mar 2016
Forum: General discussion
Topic: Debugging Evo Mobile App howto?
Replies: 2
Views: 29751

Re: Debugging Evo Mobile App howto?

You can use the hyper.log() to send messages, variables et cetera just like you would console.log(). And for some uses, connecting a regular browser sometimes helps too; use https://deploy.evothings.com/connect/YOUR.CONNECT.CODE

best

Alex
by alex
13:21, 02 Mar 2016
Forum: General discussion
Topic: Add existing Evothings workbeanch project to myApp
Replies: 2
Views: 28800

Re: Add existing Evothings workbeanch project to myApp

If you want to add his project to your Workbench, just drag-drop his "index.html" or whatever your friend calls his start file and will be added to your "My Apps"

Best

Alex

Go to advanced search