Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
hi....
how can i implement bonding in app_ble_hrs example code from SDK V6.1.0 with soft device V7.0.0. the bonding should be done with a pass key.
can any one help...
Tried V5 a few months ago. But Nordic Semi didn't support their devices at that time.
I installed V5 today, and found a bunch of goodies :-), even including a nRF-RTX!
...
Hi
We did a few tests with the S120 softdevice (example in the SDK 5.1). Most things are working as expected, but the range of the device is by far less than we reached with...
I have been working on making at least 1us Timer interval(expect faster than 1MHz) using interrupt.
To do this we need to set the prescaler of Timer to 4, since formula...
Hello, sorry if this is a stupid question, but i'm fairly new to BLE (nRF51822), and even newer at report descriptors.
I'm using a nRF51822, SDK6.0.0 and S110 7.0.0.
In...
I saw softdevice no memory every several times, according to spec, softdevice use 8k, and app use 8k, are they share this 16k memory or no sharing, each use 8k, and reduce...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
My PCA10001 was working(running the heart rate monitor example) from the coin cell. After it ceased to work, I assume the cell was flat, but on replacing it the PCA10001 still...
Hello,
i'm trying to get running nRF51 on Arduino IDE. I have forked RFduino at the moment github.com/.../RFduino
With SDK i can compile a startup library and an simple...
I am having a lot of trouble using the new 4.3 Android API. I am trying to develop an application for the Android that will communicate via BLE to a Nordic device. I have...
Hi,
I'm using a 51422 with a s210/s310 softdevice. I have some nodes that must exchange some independent data. So I configured the communication to be an independent bidirectional...
Hi,
I am using SDK6.1 and SD7.0 for our application. I would like to know how to implement the static PIN type pairing?
I have searched Nordic's developers zone and found...
Hello,
I am new to nRF51822, and trying to make a simple application for master - slave data transfer.
I want to know how Much time passes from the start of the device until...
i want to prevent somebody to copy my app by SWD interface,so i set RBPCONF register in main application,but i find that it is no use writing RBPCONF register.
First ,i write...