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 tried to use UART both for NRF_LOG and NRF_CLI. Now it's running but I had a problem that calling to nrf_cli_init caused fatal error 8 - INVALID_STATE.
When I commented...
i have question about nRF52832's bluetuth. xtal is 32M, Cload is 12pf, but the frequency is 2.402199G(tested by Network Analyzer), Frequency differency is 199K. We find that...
Yes I've already looked at the following two examples:
https://devzone.nordicsemi.com/question/185381/disabling-pin-21-of-nrf52832/
https://devzone.nordicsemi.com/question...
I'm currently working on a board diagnostic firmware and an accompanying Windows console app. The Win part of the project is supposed to monitor the diagnostic firmware's...
Hi,
I am trying to run the light switch example of the nRF5-SDK-for-Mesh-v1.0.0 on total 3 boards(1-client and 2-servers). I changed the no. of servers as mentioned in...
Hi All:
i want to change mesh net key to apply different client.
but when i change net key to {0x5f, 0x5f, 0x6e, 0x6f, 0x72, 0x64, 0x69, 0x63, 0x5f, 0x5f, 0x73, 0x65,...
Hello,
I ran light switch example on nordic boards & i am able to send light turn on/off command from client switch but i also want to configure my light servers to able...
I am using nrf_drv_uart library.
UART communication is set in non-blocing mode, and transfer od data is relised with nrf_drv_uart_rx and nrf_drv_uart_tx functions.
I am...
I am trying to run pb remote example but i'm stuck at command 3 it only shows "Got event 0" not goes further to receive remote uuid.
0> 1) Provision first available device...
Hi, Everyone
My development environment is PCA10040 (nRF5_SDK_14.2.0_17b948a) with IAR
The printf statement is output to the terminal (Teraterm) using the UART. However...
Hello,
Our company is considering on developing BLE products with Bluetooth 5.0 compliance in mind. I'm currently trying to get as many information as possible but I'm...
Hi,
Once applying 0V to DEC2 pin, CPU hangs up and cannot be system resetted even though we input reset signal to RESET pin.
The only way to reset is to suppress system...
I am new to Nordic and BLE mesh connectivity. I have the following assumptions & queries, Please clarify if I am wrong.
1. Is it possible to implement BLE Mesh using Thing52...
I'm trying to read data over UART as fast as possible using the double-buffering feature and EasyDMA, but even this simple example I've posted is losing data.
I've set up...