Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
Hello
When following the guidline of a new way to extend boards , VSCode "Add Build Configuration" is blank. Am I doing something wrong or this is not yet supported by...
Hello,
Our company makes module using nRF52840. And we also make development kit with it.
I recently programmed open bootloader built-in hex in nRF5 SDK v17.1.0 (examples...
nrfConnectSDK V2.8
Toolchain
Board: nrf5340dk
Hi, while compiling ncs-spi-master-slave-example , I am getting below errors
In function 'spi_init': C:/Users/hello...
I am currently working on a Direction Finding project, but I am facing an issue in prj.conf .
I use an nRF52811 custom board for Direction Finding. In the board selection...
Hi,
EDITED: This appears to NOT be related to any open circuit, the SAME behavior comes even with abrupt changes to the current scale, without any interruptions. Additional...
Hi, I'm trying to install modem fw using the script given by Sigurd : https://devzone.nordicsemi.com/f/nordic-q-a/53208/updating-nrf9160-modem-firmware-through-the-command...
Hi.
code base is sdk 17.1.0
MCU : nrf52810
Softdevice : S112 (7.2.0)
use SES 5.42a
step1. modify NRF_SDH_BLE_GATT_MAX_MTU_SIZE form 23 to 50 in sdk_config.h
...
Dear nRF experts. We are a module manufacturer and we have designed an nRF45L15 module. We are doing a series of verifications. When we were doing the connection test, we...
Hi,
the nrf54L15 datasheet states on SPIM "CSN and DCX are not present in all configuration" (p.559). But I can't find the information, when CSN is available.
Hi,
I use Nordic connect SDK and have to create a new revision for a custom board, because there are some hardware changes. I managed to create an overlay for the new revision...
MCUBOOT contains a flag MCUBOOT_OVERWRITE_ONLY_KEEP_BACKUP that stops it erasing a big chunk of the start of the secondary image after an update.
We would like to set this...
I'm looking for an nrfutil command to replace this command:
nrfjprog --memwr 0x10001080 --val 0x12345678
My goal is to write a serial number to the UICR CUSTOMER[0] register...
Hi All,
I have nRF54l15-PDK board which has 8MB of external flash. Currently I am exploring on basic read/write functionality on external flash.
I am using nrf sdk version...
I'm checking the function by uploading the code to the pcb that uploaded the nrf9160 chip.
I checked that the network communication is normal on the previous 9160dk board...
Hi,
I am developing a small beacon application using the nRF 52805 device, and the intent is that it will send advertising packets at a slow rate, to indicate to a partner...