hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
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...
Hi all,
I am new to nRF51822, and trying to make a simple application for device-to-device data transfer.
I have tried the "ble_app_uart" example, which is for device...