I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
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...
I saw in nrf connect sdk 2.9.1 that there was nRF54L15 sample code for Channel Sounding and nRF52833 DK sample code for Direction finding.
But now I want to implement...
When I build my application for the nrf52833-DK board with the "Optimize for size (-Os)" option, I can see in the terminal that the FLASH Region Size is 237056 B of which...
Hello,
I am attempting to configure the following setup to support (with an nRF5340 + nRF7002-EK)...
1. nRF7002 on SPI w/ TLS, STA, and FW patches offloaded to QSPI...
Hello,
I am using PAwR (Pe riodic Adve rtsing with Response) in coded PHY (S8) with SDK 2.7.0, following the Nordic demo :
8562.PAwR_Demo.zip
Periodic Advertising with...
Dear Nordic company,
I am writting to you in order to discuse some trouble with TCP server that I am trying run on Serial LTE modem application.
I am able to create...
hello, I encountered a problem using SPIS to communicate on nrf54l15
Environment: NRF54L15, NCS2.8.0
When using SPIS for SPI communication, you must first write empty...
Hi all,
I'm working on a BLE peripheral using Zephyr and have run into an issue when enabling both dynamic device naming and long advertising intervals.
I enabled dynamic...
Is there a way to test that the RXD and TXD pins are sending and receiving data on the nrf5340? I am trying to connect these pins to the u-blox ANT-B10-00C using male to female...
Sorry for the inconvenience!
I have downloaded V2.8.0 nRF SDK, and I use this command to build light bulb project:
west build -p always --build-dir nrf/samples/matter...
Hi guys,
we are using the nRF52833 and have a running application. Now I want to introduce unit tests and stumbled upon ztest . The idea is to add a folder where all the...
I'm using nrf52832 developing my application.
In the past I used sd_ble_opt_set() to set a static pairing code for pairing.
But now a new requirement has emerged, I need...
I am trying to develop Zigbee plug using the demo provided by Nordic. Working on my Intel Macbook Pro 13.7.3
The toolchain and SDK are installed, ver 2.9.1. The program...
Hi,
I'm trying to play some sounds on a piezo with the help of the pwm. I tried to set the period with pwm_set_dt but only the first call is successful and every subsequent...
Hi guys
Does anyone know what sort of modifications are required to set up the existing MQTT-SN example ( https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples...
i'm just beginning my bluetooth journey, and have some basic questions about sniffing/spoofing a BT remote control for an audio device (Topping DAC D50 iii)...
my goal:...