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...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
If no coils are installed in the DCCD, DCC, or DCCH terminals of the nRF5340, is it possible that the bt_mgmt_init() function will return error code -11?
I have run into a problem using the nRF Connect extension for VSCode. I have restarted the program, my computer, removed and recreated the application and nothing has worked...
Hello, I'm trying to figure out how to use the settings subsystem to store bonding information on my central device. I'm confused on how the settings subsystem works. I'm...
Hi,
I have some questions regarding QSPI flash and XIP on the nrf52840. We are exploring the possibility to use this feature by storing graphical content on the external...
hi support team,
1. customer asks about one question about hash in our dfu init packet.
our dfu lib will send init packet to our 52 device, how to use this hash in init...
I am creating a farm using nRF5340 Audio.
I am building and debugging using VSCODE, but suddenly the debugging behavior has become strange.
The symptom is that when step...
I'm having trouble figuring what hex update to flash to my card. I downloaded and unzipped the nrf9160dk_fw_2024-03-13_af2b60d2 file. I opened up the "Programmer" in nRF connect...
Hi Everyone,
I'm currently working on a project where I want to connect a input pin with a hardware counter using PPI. It used to work but I moved from a older nrf connect...
Hello,
While I was handling GPIO interrupts using Zephyr GPIO Driver in an sample that already uses the DK Buttons and LEDs driver, I get that the interrupt callback is...
Hello,
I work on custom device with custom FW, SDK16 S132 7.0.1 and NRF52832.
I have a custom service that have some custom characteristics.
my configuration:
CHAR...
Hello I am using the ST25R3911B on a board with the nrf5340 and the customer is asking for both reader and tag support. Would it be possible to use the same antenna for both...
According
sdk-nrf/subsys/nrf_security/Kconfig.tls - config MBEDTLS_SSL_DTLS_CONNECTION_ID
"The Connection ID extension is still in draft state."
Since March 2022 it...
I believe that the Nordic fork of hostap ( https://github.com/nrfconnect/sdk-hostap ) has a bug in os.h:
typedef uint64_t os_time_t;
The upstream has that defined as long...