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...
Hello everyone,
My problem is that I could not flash one of my NRF5340 Audio DK boards, the program that is installed before was headset configuration right. I am using...
We wanted to share our feedback as we recently went through Zigbee 3.0.1 BDB/cluster certification using the ZBOSS with our end device product. While we were ultimately able...
I just got a new set of nRF5340 Audio DKs and I may have been too fast on the trigger trying to flash the boards with example programs. I'm using VS Code, and I'm a newbie...
I want to know where did the "desired_data_size" value in le_audio_rx_data_handler come from?
And why "data_size != desired_data_size" means the pkt is bad frame?
Thank...
Hi,
We have recently acquired a new firmware engineer, and would like to get him set up with a development environment for developing code for our product. The problem...
Code running on nRF52833 devkit version 1.0.0 that continuously sends an empty 500 kbit/s radio packet:
Code running on nRF54L15 devkit version 0.8.1 with chip revision...
NCS v2.8.0
nRF52832 DK & nRF52840 DK
peripheral_uart unmodified example
nRF52832 DK with peripheral_uart example has about 1.3 mA current when LED off and sleep mode...
We want to use a BL6554PA (based on the nRF52840) as a thread node and enable the integrated Skyworks SKY66112-11 front-end module with PA and LNA to increase our range. I...
Hi All.
Trying to complete Lesson 6 Exercise 2 from the course nRF Connect SDK Fundamentals made by the DevAcadeny, I connected the Thingy53 to my computer through USB-C...
Hi,
As part of some verification purposes, we need to test out peripheral with the nRF connect Bluetooth low energy app. We have the peripheral set to 2M, DLE enabled and...
Dear Nordic-Support and community,
I am developing a system where a Thingy91 device needs to:
Dynamically connect to a specific BLE device that sends data like Heart...
In version 2.9.0, I modified the JEDEC ID.
The system is supposed to send a "Deep power- down enter(0xB9)" command after reading the JEDEC ID.
However, after the system...
Hi,
I am trying to evaluate the provided smp_svr sample with the BLE DFU on the NRF52840 dongle after I have already tested it on the DK.
I get the following error message...
If we subscribe all attributes of cluster of device connects to coordinator will it make issue? we have noticed its dropping many values if subscribed at same time. if values...
Hi,
I'm working with a custom board build with an nrf9161, I've created my board from nrf9161dk board (change some pin and defintion), I'm able to flash and build? I can...