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,
I am using an nRF9160dk with the nRF52840 acting as the BT controller running the Bluetooth: HCI low power UART sample ( https://developer.nordicsemi.com/nRF_Connect_SDK...
modem_info_get_current_band expects an uint8 pointer to store the band into, but scans for an unsigned int (probably above 8 bit) in nrf_modem_at_scanf. This leads to memory...
Hello
I am working on a WiFi application using a custom board equipped with both the nRF5340 aswell as the nRF7002. When requesting a WiFi connection using the net_mgmt...
I'm using 2 nRF52840 DK to run a data transfer test between a central and a peripheral.
The Central device uses ble_app_uart_c, The peripheral uses ble_app_uart. These examples...
We are trying to re-layout the PCA10059 Dongle. I would like to continue to use the existing USB bootloader .hex file for updates via CDC_ACM. One thing I am confused about...
Hello, DECT NR+ seems as a good fit for our product, however, current stack providers(Wirepass and Lynq) are not suitable for us. I'm wondering are there other companies who...
Since the tickets are scattered, I will summarize the questions about nRF5340 Audio again.
Prerequisites
NCS version is 2.5.0. Raytac's MDBT53-1M is implemented on a homemade...
Hi Team,
We are using SLM SDK 2.4.0 and MFW 1.3.5
We moving forward to SLM SDK 2.5.2 and want to FOTA all our products outside, but, some have problems with cellular...
I'm organizing my code with nRF SDK v17.0.0,using the board nRF52832 that designed by myself.
In order to support multi-central,the peer_manager module is used.So that I...
Hi! I'm developing using nrf52840DK and have an issue with DFU. When I'm uploading new app image and choose test and confirm, image is uploaded but after resetting DK, MCUBoot...
Our hardware designed with nRF52840 and npm1300 works perfectly.
We are working on an architecture where a single central communicates with four peripherals...
Hi,
I'm trying to use the periodic sync sample app using 2 nrf52833DK (one for advertising and one for receiving sync) and been getting this assert message every time a...
We use nRF52832 to develop our sensor.
Then SDK version we used is 14.2.0, and the softdevice is S332(ANT_s332_nrf52_2.0.1)
Now we develop the FW hex file with softdevice...
Hi,
When using the NFC record example, bringing an Android phone close to the NFC tag automatically pops up and displays the text content, but an iOS phone does not automatically...