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...
Hey, I need to set characteristic length for a PTS test to MTU-1 Otherwise the test case GATT/SR/GAC/BV-01-C will failed with the message - Failed: Cannot find characteristic...
hello:
My project is based on "esb_rx",NCS2.5.1,nRF52832.I need a Unique address for my product ,so I add flash read/write function for my projict, base on "soc_flash_nrf...
Hi,
we are facing an issue of loading the application written with nRF Connect SDK to the nRF52840 which has nRF5 SDK's secure bootloader. Update process should be performed...
I try to enable APPROTECT by nrfjprog but seems not work, I still can read the memory after device (PCA10090) reset.
Here is the commands I test to enable APPROTECT
...
I was trying to update the PPK II software, but I am receiving a error message: "Error: EPERM: operation not permitted, mkdir 'D:\'"
Well, in my Windows environment, the...
Hi,
We have been using the DeviKit for our initial development and now we have developed our own custom board using the nRF5340. I trying to flash the device, but couldn...
Hi, We noticed that if you do not "Disconnect" a SEGGER RTT connection (on the RTT Viewer), the nRF52832 chip latches into using a relatively large amount of power (~3mA)...
I'm running the latest nRF Connect under VS Code on Windows 11.
What used to compile and not show errors (a couple weeks ago, and running 2.6.0) is now showing errors on...
I am having a problem where the UART is getting noise and bad data (I assume framing errors too) with Zephyr drivers. I was wondering how in Zephyr do you check for framing...
Hello,
This demo gives me automatic pairing and password input.
https://devzone.nordicsemi.com/f/nordic-q-a/44658/communication-problems-between-ble_peripheral-and-ble_central...
This question is in lieu of an issue on the repository, because I don't think issues are accepted there?
I noticed I was getting the following CMake Warning:
Could not...
I am running on demo "nrf-knx-iot/samples/light_switch_sensor".
I built the demo and burned it into my nrf52840dk successfully, but I could not see more logs.
I found...
Hello! We recently acquired a Nordic Thingy:91 for prototyping and it was working great until I came into work this morning and it was no longer showing any signs of life...
Hi Support team,
When I compile the application on the network core of nRF5340, the result is like below:
There is a 64KB SRAM1 with usage 0%, could you tell me what is...
Issue: No Interrupt Signal on GPIO0 Pin of MAX30208 Sensor with Xiao BLE nRF52840 Using Zephyr NCS v2.6.1
I was write a code for max302078 sensor driver but in this i want...