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...
nRF5_SDK_12.3.0_d7731ad
s132_nrf52_3.1.0_softdevice
PCA10040V1.1.1
HI team.
I use experimental_ble_app_buttonless_dfu example to do test. But it doesn't work after...
Hello All,
I'm trying to get my application based on a nRF52832 to use as less power as possible and I've noticed that when the nRF_LOG UART is enabled it draws around...
About DM_LOG, DM_ERR, I define ENABLE_DEBUG_LOG_SUPPORT in Options for Target->C/C++->Define, the "string" will be sent over UART.
But ADV_LOG still does not work,How should...
Hi Nordic,
I am using ESB_DPL SDK ver 13 for communication between one nRF51822 transmitter and multiple nRF51822 receivers with data whitening. I do not want the receiver...
I ported both the provisioner and provisionee program respectively to 2 different boards, but couldn't detect the advertising package of neither.
Do they send exclusively...
Hi all
I've two questions regarding errata 156:
Am I assuming right that, as long as I don't use WFI or WFE, this errata has not effect?
Are the two consecutive...
Hi. I'm using nRF52832.
I want to add LEDs. Can it drive 20mA for LED?
As I see the datasheet, GPIO pins have "High drive" function. What deos it mean?
I hope your reply...
Hello,
I am having difficulty downloading an application using the sample images provided. It looks like the application boots into the bootloader, there is a brief message...
Hi,
I modified the blinky_freertos example from SDK 12 slightly to perform the following:
I have one timer and one task. The task blinks a LED and then suspends. In...
I'm trying use an nRF51 PDK to upload firmware (or, rather, just confirm that I can upload firmware) to one of these modules:
www.wireless-tag.com/.../WT51822-S4AT.html...
Hi,
I am new in BLE and working on existing product. i am adding BLE functionality in the existing product hence having one host MCU on my board. My product will be in...
Hi There,
I am doing current measurements on the nrf52840 in sleep mode with no RAM retention and I am getting different values based on how I take the measurements. Please...
I am attempting to interface a Winbond flash device with the NRF52. The
datasheet does not specify the idle state of MOSI when reading from the device. However, I cannot...
We started with the default project that have no heap.
Added mallocs to the system and they seemed to succeed, without realizing heap was set to 0. They did not return NULL...