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...
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...
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...
I am completely confused by the nRF51 UART. I'm trying to port code originally written for an STM32 (another cortex chip). There, I define an interrupt, enable the RXRDY or...
Hi,
I need to have two different interrupt handler for one pin?
For LOTOHI one handler and for HITOLO another handler, how to do that?
Here is what i did until now...
Hello Nordic and fellow developers
While implementing bonding into an application based on S130 I found it necessary to test on the role of a given connection. Different...
I am getting device id of peripheral on central and then getting it displayed on hypertermianl hyperterminal using ble app multilink perihperal code with multilink central...
Hi Everyone,
I have what I hope is a simple questions. I am creating a piece of hardware that will act as the peripheral to a central iOS app in regards to a standard BLE...
Is there any construction available in the SDK, to achieve printing functions, with an undefined number of parameters ? The classic example :
#ifdef CONFIG_DEBUG
#define...
Hello,
I've ready the final S130 spefication and it states that the advertiser is started as early as possible and that i runs asynchronously to all other roles. Now I...
Calling app_sched_event_put() from the NRF_RADIO_CALLBACK_SIGNAL_TYPE_START signal handler causes a crash due to the CRITICAL_REGION_ENTER() call inside of app_sched_event_put...
is there any code for device which act as master and peripheral other than nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental \app_s130_demo\pca10028...
I have a simple nRF51822 BLE application where a voltage is read by ADC periodically, and several values are sampled and averaged. However, from time to time, I get another...
Hello All ,
I am working on nrf51822 with sdk 7.1.0 and softdevice 7.1.0 .Earlier my ble connection was working very good with no disconnection anytime unless i disconnect...
Now I'm working with MCP 3.9.0.
When any device is connected, characteristic default values are not 0's. Can they be initialized in any way? It is a little bit annoying when...
Is there a separate reference resign for the 1.8V of operation (as in case of nrf51)? Or it's implicit and the chip can be powered in range of 1.7V - 3.6V.
Thank you!
I am using nrf51442 as central client.
I have used
SDK\v7.1.0\examples\ble_central\ble_app_hrs_c\pca10028\s120\arm\ble_app_hrs_c_s120_pca10028.uvproj" as a atart point...