Search found 58 matches

by ardiri
01:45, 09 Jul 2015
Forum: Questions and answers
Topic: nrf51-dk compile error
Replies: 5
Views: 25083

Re: nrf51-dk compile error

here is a patch to apply against the original source code that was available in the blog post http://evothings.com/how-to-turn-a-nordic-semiconductor-nrf51-dk-into-a-discoverable-beacon-using-mbed/ as i mention in the other thread; ARM has changed the SDK slightly and BLEDevice.h has been renamed to...
by ardiri
23:08, 08 Jul 2015
Forum: Questions and answers
Topic: Problems getting started
Replies: 1
Views: 10806

Re: Problems getting started

thanks for the great feedback..

we'll definitely look into this - we want to make things as easy as possible for everyone. if there are hurdles like this, we definitely need to address them.
by ardiri
23:05, 08 Jul 2015
Forum: Questions and answers
Topic: Using one tablet for Two Rfduinos - Question
Replies: 6
Views: 28977

Re: Using one tablet for Two Rfduinos - Question

great you solved it yourself.. :) another point to note - you can only have a single device connected at any time; if you want to connect to both, you'll need to build some fancy logic to connect/do something/disconnect and move along to another device. great if you want to cycle through a few devic...
by ardiri
23:03, 08 Jul 2015
Forum: Questions and answers
Topic: Adapting BLE Arduino App
Replies: 2
Views: 13684

Re: Adapting BLE Arduino App

are you sure you are using the right UUIDs? what about the console log - what do you see within the evothings workbench? you may be receiving errors and that would definitely mean no data gets sent over to the device once it is connected. you can see the console log under the tools option in the wor...
by ardiri
23:01, 08 Jul 2015
Forum: Questions and answers
Topic: Logging accelerometer data
Replies: 2
Views: 15007

Re: Logging accelerometer data

the first thing you'll need to do is store the information somewhere - SD card - FRAM/flash there are many options available; the networking shields actually have an SD card slot on them - so, that may be something you want to consider. once you have this data in storage; you can use a TCP/IP based ...
by ardiri
22:55, 08 Jul 2015
Forum: Questions and answers
Topic: nrf51-dk compile error
Replies: 5
Views: 25083

Re: nrf51-dk compile error

did you include the BLE libraries within the mbed compiler?

you may also want to take a look at the following post; there are some changes made to the API's which make the examples break.

viewtopic.php?f=8&t=1448&p=3802&hilit=nrf51+dk#p3802
by ardiri
22:49, 08 Jul 2015
Forum: General discussion
Topic: How to interpret data coming from the pedometer device
Replies: 7
Views: 59235

Re: How to interpret data coming from the pedometer device

what does the data actually look like?
what is the model of the pedometer you are using?

with this information; it may be possible to find some data specifications and then be able to figure out how to interpret the data.
by ardiri
10:41, 24 Jun 2015
Forum: Questions and answers
Topic: Evothings Client not scanning nRF51-Dk
Replies: 1
Views: 10521

Re: Evothings Client not scanning nRF51-Dk

as i posted over on: https://devzone.nordicsemi.com/question/41591/scanning-nrf51-dk-by-evothings-client-app-andriod/ I wrote a tutorial on how to do this step-by-step and posted it to the Evothings website: http://evothings.com/how-to-turn-a-nordic-semiconductor-nrf51-dk-into-a-discoverable-beacon-...
by ardiri
02:37, 23 Jun 2015
Forum: Questions and answers
Topic: About the callback function "onConnection"
Replies: 4
Views: 23661

Re: About the callback function "onConnection"

Hi guys I originally wrote the blog post with the nRF51-DK; it seems that the mbed development team has turned around and changed the underlying BLE libraries and some of their naming conventions on us since the blog post was written. so unfortunately; the code doesn't work as expected - here are so...
by ardiri
05:16, 21 Apr 2015
Forum: Texas Instruments
Topic: Support of the latest SensorTag CC2650STK
Replies: 8
Views: 37631

Re: Support of the latest SensorTag CC2650STK

our upcoming release of 1.1.4 will support the new sensortag - we have reworked our library to also be future looking as well.

Go to advanced search