Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
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...
Hi
I cannot find the pin-configuration for the nRF9251 using the nRF91x1 SiP LTE firmware. I can see that the Thingy91X and the nRF9151-DK board are using different UART...
Hi,
I tried to access the docs.nordicsemi.com website and it gives an expired SEC_ERROR_EXPIRED_CERTIFICATE.
Will it go up, or is the site being discarded?
Hello.
I am testing the Find My Device locator tag sample on my NRF52833DK. I have enabled the show debug results in Android since I am using the debug Model ID for the...
Hey everyone,
I have designed a custom board with a bunch of nordic IC's (nRF54L15, nRF9151, nRF7002 & nPM1300)
I have tested the basic functionality so far, including...
I am trying to get the wifi stack to connect to a wifi AP using WAP2 Enterprise (initially just with identity and eap_password, later with full ca_certificate check and client...
Hi,
I am working with the nRF54L15 and I want to use it both as a BLE central and as a BLE peripheral. So, I have two separate source files: one for central and one for...
Hi Team,
we are using two nRF5340 Audio DK kits to test LE Audio CIS example (unicast client & server).
kit1 nRF5340 Audio DK - act as gateway ( connected to PC/shared...
Background : To set up a Matter ICD (Internet Connectivity Device) and Thread as a SSD (Sleepy End Device). Here are the detailed settings:
Currently, the Matter over...
Hello,
our project which started 7 years ago with SDK13.0 has been migrated some time ago to SDK 15.3 and now to SDK17.1. At the beginning we were quite happy with the RTT...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Hi everyone,
I'm new to both nRF Connect SDK and Zephyr RTOS , and I’m trying to modify the official LittleFS FileSystem Sample to mount an external SPI flash as the storage...
We are currently working on a custom modem firmware update. For this, we would like to use the CBO file you provided. Updating the segments with the CBO file is working so...
***Description***
I am trying to build a sample application which comprises of a notification from peripheral to central. I configured the PHY to 2M. With the mentioned...
I am trying to use Health SRV and Health CLI to check if there are any errors in the nodes. I have successfully transmitted the fault codes, but there are still many questions...