Search found 58 matches

by ardiri
09:26, 02 Dec 2014
Forum: General discussion
Topic: Which board?
Replies: 3
Views: 19857

Re: Which board?

For now these are what I can only use from your Studio: - BLE Scan - BLE Discovery Do you suggest me to buy a BLE shield from RedBearLabs that could be used with your Evothings apps ? … as I have heard about some CPU limitations for BLEND boards… you can use any of the BLE examples with the Blend, ...
by ardiri
14:31, 21 Nov 2014
Forum: Texas Instruments
Topic: TI Sensortag advertising and conversion periods
Replies: 18
Views: 102554

Re: TI Sensortag advertising and conversion periods

By the way, I really appreciate the fast turnaround for developing with this, compared with having to make and upload the Cordova code every time. But I can't make the command "<script>console.log = hyper.log</script>" work and if I just use 'hyper.log' then I can't debug using Chrome 'In...
by ardiri
11:25, 21 Nov 2014
Forum: Questions and answers
Topic: New to Evothings, First Question
Replies: 5
Views: 23379

Re: New to Evothings, First Question

this board is very similar to the Bluno - which was posted on a while ago here http://forum.evothings.com/viewtopic.php?f=3&t=140 on one of the links you provided; there was a zip file "BLE debug uart1.zip" that contains a .ino sketch. from what it looks like, Serial1 is used to direct...
by ardiri
10:45, 20 Nov 2014
Forum: Texas Instruments
Topic: TI Sensortag advertising and conversion periods
Replies: 18
Views: 102554

Re: TI Sensortag advertising and conversion periods

sensortag .statusCallback(statusHandler) .errorCallback(errorHandler) .keypressCallback(keypressHandler) .irTemperatureCallback(irTemperatureHandler, 500) .humidityCallback(humidityHandler) .barometerCallback(barometerHandler, 500) .accelerometerCallback(accelerometerHandler, 200) .magnetometerCall...
by ardiri
15:05, 07 Nov 2014
Forum: Texas Instruments
Topic: TI Sensor Tag - Gyroscope
Replies: 25
Views: 103292

Re: TI Sensor Tag - Gyroscope

i put a bit of work into this earlier (as part of a cleanup) - will let the guys review it later on; but these are the routines i implemented for data extraction: function getInt8Value(data, offset) { return data[offset] } function getUInt8Value(data, offset) { var x = getInt8Value(data, offset) if ...
by ardiri
01:50, 24 Oct 2014
Forum: Questions and answers
Topic: can't connect between workbench & client
Replies: 13
Views: 61871

Re: can't connect between workbench & client

we are constantly working on improving the tools - we are very close to releasing 1.0 of our development tools, UDP scanning is one area we are focusing to improve on and hopefully can either address the issues or let users know what they need to do instead to make it work (ie: manual entry of URL)
by ardiri
01:56, 20 Oct 2014
Forum: Questions and answers
Topic: Evo Things Studio and google maps
Replies: 1
Views: 13463

Re: Evo Things Studio and google maps

Hi Magnus Evothings Studio is simply a wrapper for Cordova with some custom cordova-plugin's built in so there should not be anything specific you would need to do differently for Evothings Studio as compared to using Cordova directly. are you able to get the google maps application/plugin working w...
by ardiri
11:49, 19 Oct 2014
Forum: Off-topic
Topic: ibeacon
Replies: 3
Views: 36023

Re: ibeacon

you would need to call the function cordova.plugins.locationManager.stopRangingBeaconsInRegion on each region - there is a good example of this here: https://github.com/petermetz/cordova-plugin-ibeacon you would need to integrate this into the example application, currently we only start scanning an...
by ardiri
00:39, 19 Oct 2014
Forum: Questions and answers
Topic: can't connect between workbench & client
Replies: 13
Views: 61871

Re: can't connect between workbench & client

I believe using a manual IP technique works.

What this means is the UDP broadcast isn't being received on the workbench computer which could be a firewall configuration on the computer itself possibly?
by ardiri
01:22, 17 Oct 2014
Forum: Questions and answers
Topic: can't connect between workbench & client
Replies: 13
Views: 61871

Re: can't connect between workbench & client

if the scan isn't working, it is most likely due to UDP packets not being received on the workbench to reply to the client during discovery. are you on the same subnet? 192.168.0.x (or, depending on your setup) - the workbench and client must be on the same subnet to communicate with each other. if ...

Go to advanced search