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 encountered a modem fault (NCS v2.5.1, mfw 1.3.4, nrf9160DK). Here's a portion of the log leading to the fault:
[24:36:01.333,312] <inf> gnss: event NRF_MODEM_GNSS_EVT_PVT...
Hello!
I am a beginner and am trying out an MQTT example on my nRF9161 DK that I recently bought in my Visual Studio Code on Windows 11. I am aware that the sample application...
Hi,
I am able to get my CA certificate working using TLS for MQTT. but im not able to get the TLS Client certificate working.
I had created a client certificate as per...
Hello, I'm following along the nRF Asset Tracker guide and I'm on the step 'Create device credentials'
Running the command
' ./cli.sh create-and-provision-device-cert...
Hello support.
A new design is looking at using nRF24L01+ to communicate wirelessly. I'm aware that this IC is no longer recommended for new designs, however, it's the one...
Hello,
I am trying to use the LTE modem serial example on a customized board that communicates an NRF9160 SICA B1 with an external STM32 microcontroller through the UART...
I am using the nRF52840 with NCS SDK v2.5.1. I tried to implement non-volatile storage in my application, and it is working on the DK board, but the code is not working on...
Hello,
I am using the DK Buttons and LEDs module to get the status of my button on the ANNA-B402C ( nRF52833 ).
I wanted to check if any debounce filter/mechanism software...
Hello,
as mentioned in the subject, I want to use single bank while CONFIG_BOOTLOADER_MCUBOOT=y. The reason is that the nRF7002 firmware is so large, it would cause an overflow...
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0 ]
I want to debug using the Logger module...
Hello,
I am developing a nrf5340 project based on the Nordic AWS IoT library. Connection is via Ethernet (W5500) and it works fine as DHCP and SNTP works fine and I can...
Hi,
I'm using nRF5340 Audio DK with a modified example code provided by (thanks again!), which integrates peripheral NUS through extended advertisement in parallel to...
Hi, I am using nRF5340 dev kit. I have successfully accessed external NoR flash (mx25r64) over qspi. But once I enable BLE with setting 'CONFIG_BT=y', I got littlefs mounting...
hello. Is the nrf5340 network core supported DFU with Single Slot? Not Dual Slot. If it is supported , can you tell me the URL describes how to DFU with Single Slot.