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...
I have to update my non soft device source code to SD because now I will use Radio.
My question is if it is necessary to rewrite all functions which are in SD API. Like...
I posted this on the Keil website, but got no answers!
I would like to use one of my ULINK 2 pods to develop my application. However the Keil interface defines a reset connection...
Is it possible to modify the software in such a way that the nRF1822 sets a GPIO high when it requires its high frequency clock?
We would like to avoid using an extra XTAL...
Dear All:
How can I use nRF51822 USB Dongle to connect my Android smart phone(Android 4.3)?
I install BLE Scanner App from Google play,but I can't found nRF51822 USB Dongle...
Thank you for your reply,Nikita
description of my system: Hardware:nrf51822,pca10001 Software:sdk5.20,run the softdevice s120
I call these functions sd_nvic_SetPriority...
I'm trying to get the ble_ant_app_hrm demo to work on my PCA 10003 board, but with no luck.
Here is my test setup:
Run SimulANT+ with Heart Rate Sensor simulator running...
I am using Eclipse Kelpler SD2 and GNU ARM 4.7 tool chain, plus GNU ARM Eclipse Plugin
and after download code into CM0
I got the warning
"The connected emulator does...
I want to implement a set of API functions in a separately compiled HEX, just like SoftDevice. It means that I need to use the SVC mechanism, just like what SoftDevice does...
Hi,
members.efn.org/.../main.c works fine but members.efn.org/.../main.c.pwm seems to break the softdevice. The big difference in my mind is that there is a Timer2 interrupt...
Hi all,
I have developed so far on dev board (mbed) and I am moving to my own board now.
After some trouble getting the blank device programmed I have problems running...
I'm just getting started with the nRF51 Eval Kit, I have the 5.1 SDK installed, using Mac OS X for development. I also have the GCC ARM toolchain installed. Firstly, I had...
Folks,
I have the S110_SoftDevice_Specification v1.1 (great doc, thanks) and the doxygen-generated API docs. But is there an App Note or other document that fills the void...
Description of my system:
Hardware:nRF51822, pca10001
Software: SDK5.20, S120
If i first call the function ble_stack_init(); and then i open the LFCLK first by set...
Hi,
I'm working with the heart rate demo for the nRF51822 Development Kit and I can only connect and discover with the development dongle and master control panel. If I...
Hi,
I use ble_app_uart project (pca10001) and new softdevice7.
I find a DFU project at nrf6310 directory of SDK .
when i program both projects the uart application...