I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hello!
I'm trying to make timers run in my application on NRF51822, with Keil RTX-RTOS.
RTX-RTOS seems to be correctly configured in my project: tasks run without any...
Hi I have some questions regardning the crystals needed for the NRF51822 chip.
I know that I can remove the 32kHz external clock and use the internal clock.
But can I...
Hi, Thank you for your kindly help.
I have get the result from the register RSSISAMPLE. The result I get from RSSISAMPLE is like this:0x00000050. As you known, the result...
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'm looking to use the nRF51822 as an iBeacon transmitter for iOS, reading the docs it appears that I need to know the proximityUUID of the sensor that I can set the OS to...
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 have a BLE peripheral and I'm not using the bond manager. Connecting and bonding with the "Master Control Panel" works fine but I'm having problems trying to use it with...
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...
Dear all:
Now ,i have to create a "Time Profile(Time Server)".
and i have know the Time profile which contain Current Time Server,Next DST change Service and Reference...
Hello, I've looked at the forum response for
devzone.nordicsemi.com/.../is-there-an-example-code-for-using-pwm-on-the-nrf51822-with-a-softdevice
I am unable to implement...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
it just the typical button_timeout, in 4.3 no problem to accept call back
// Create button polling timer
err_code = app_timer_create(&m_detection_button_timer_id,...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...