Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hi all,
I am having a bit of a problem with the printf. I could not figure out what could be the problem. From what I search people seem to be getting it working with out...
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...