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...
Hi,
I'm using nrf52832 DK with SPI slave mode to read 600 bytes from other nrf52832 DK with SPI master mode but i can't receive more than 255 bytes buffer.
If you know...
Hi everyone,
My project consists on a nrf5340dk working as a peripheal UART, i set the advertisment to coded phy like this:
Setting the child image as hr_coded for be...
Hi,
I want to buy a nRF5340-DK.
This is the image of the official Nordic web page https://www.nordicsemi.com/Products/Development-hardware/nrf5340-dk
It appears that...
Hi,
As stated, LE Audio is based on LC3 codec and isochronous channel. They are both software stuff, no hardware related, like PHY.(Is this right?)
So for BT5.0/BT5.1...
We'd like to evaluate the nRF9160 for our device as a replacement microcontroller + LTE-M modem.
Working with the DK should be fine for evaluation purposes, but in the end...
I do the install by step , https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html
the toolchain install failed when on step 5;
log as belowed...
Hi All,
I am currently implementing Write communication, referring to ble_app_blinky in example.
When the phone gives the command, the program will run this function,...
I'm attempting to control a PA attached to an nRF52840 in a way similar to Case ID: 212504
But I'm also using Zephyr...
Are there equivalent calls available via the Zephyr...
Hello,
We are using NCS v1.9.0 and nRF51820 SoC in our project.
Here is a question about using the COMP function.After I configure and initialize COMP,it returns NRFX_SUCCESS...
this is ADC config
This is the electronic schematic
Q13open,CURR N1和CURR P1 get parameter from temperature sensor 。OUT1 is temperature sensor ,it was 0.5Ω...
Hi,
i am working on nrf52 dongle. i want to use ble_app_uart example with it. how i can receive data on uart with usb. i can send data on ble but not receiving on uart....
I want to creat a hci vendor-specific command of zephyr using nRF connect SDK, based on hci_pwr_ctrl bluetooth sample.
At first, I think just using follow steps in hci_vs...