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...
Dear Sir/Madam,
In the NRF date_time_ntp.c, the fraction of the NTP message is completely ignored in the line:
* date_time_ms = ( int64_t ) sntp_time . seconds * 1000...
Hi there, I have a nrf54l15 pdk and i want to get any uart log with my kit. I tried the quick start hello world code but it wasn't load application core and reset device....
I sometimes have bonding issues. Most of the time, bonding works fine. But occasionally, It looks like the Nordic SDK on the peripheral sends messages too early. The peripheral...
Hello,
Our solution uses nrf9160 in smart parking devices that the user controls from a smartphone app, through the internet. Since commands come from the user to the device...
When working with the direction finding central code, would we need to have the antenna array connected to the central development kit and then have another kit running the...
Just starting out developing for Nordic Devices and I've got a very basic generic switch working on the nrf52840 DK. I've commissioned it with Apple Home Kit / Apple TV serving...
Setup : nRF Connect SDK 2.3.0 nRF52840
Hi all,
I would like to add mcuboot update over Zigbee FOTA to my application. I am aware of that the bootloader update over Zigbee...
I include __TIME__ and __DATE__ strings in some files (main.c & commands.c) - I want these files to be recompiled everytime even if they
are not changed. I am using teh...
I just wanted to share this in case someone else runs into this as well. I was running into all of the same things as others where I could run the nrf_sniffer_ble.sh --extcap...
Hello,
I have a question regarding the internal handling of the update recovery process for BLE mesh DFU, specifically within the DFU Server model + BLOB Server model. ...
where can i find some simple examples that transmit / receivfe packets using the RADIO....
assume for the moment that i'll be implementing my own proprietary protocol atop...
Hello, I am trying to develop a 1000 Hz wireless gaming mouse. The mouse has a NRF52832 onboard and the dongle has a NRF52820 on it. (Cannot switch to 52840) I do know about...
Hello,
We have a custom PCB that includes an nRF9160 and nRF7000. We’re planning a hardware update to add external flash memory and would like to know if we can use the...
I'm currently working on a matter application on a custom board in NCS 2.9.0. In the documentation for the ipc_radio net core image the README at nrf/applications/ipc_radio...