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
I was working on a project, trying to enable the power management but I could not. So I just tested the simple zephyr sample application device_pm just to see if there...
Hello. We are testing the example of bl provisioning provided by sdk v2.8.0.
When the first wifi is connected, the wifi's data is stored on the board, and even if you turn...
Hello Nordic Team, I am working on a LE Audio project on NCS v2.9.0. My development board is nrf5340-dk. I am using unicast client example and I am trying to use it with my...
Hello,
In nRF Connect for Mobile, custom UUIDs show up as unknown, making it difficult to identify them easily.
Is there a way to add custom UUIDs, as can be done for...
Hello, I have recently switched to nrf52840 dongle for 802.15.4 sniffing.
I did a simple test with a ZigBee Green Power sensor sending data on channel 11. On the receiver...
Hi,
I am using a nrf52840 dongle for sniffing the bluetooth connection between 2 devices. These are the wireshark logs
What I could see is it initiates the pairing with...
I have a custom board with a nrf9160 on it that has been working for the last three months but last week when i was evaluating low power modes on the board i couldn't talk...
Hi,
i am using SDK version 2.1.1 and recently we had a problem due to the errata 160 which is fixed also in SDK 2.1.4
I am using Toolchain Manager 1.5.3 and i cannot select...
Hi,
we plan to use the nRF52832 in a new project, where we will need ANT support.
I've seen that it is possible to use the nRF5 SDK and the SoftDevice 332 to have ANT...
Hi everyone, I have a problems when I build custom board NRF54L15. I build this project for custom board for nrf52833. It's okay and no error. After that, I change this board...
Hi!
I am testing the nRF54L15-DK with 2.9.0 SDK and have some questions:
1. MX25R64: - why is it used in 1-bit (spi) and not 4-bit (qspi) mode? - OTOH this setup saves...
I have issue in newest SDK 2.8 of nRF Connect for VS Code. When I change something in prj.conf or in the source code, I often have to build and compile two or more times to...
I have looked at forum_post_1 , forum_link_2 and forum_link_3 . In short, I am following instructions for my_dongle . I have ncs 2.6.1. I have clones of nordics git repos...