Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
Hi All, trying to find a cause of this problem, we have two devices, one is acting as peripheral and one as master.
Peripheral: ( nRF52832, s132 v7.0.1) a remote wireless...
I am trying to make a build with a slightly modified copy of the Zephyr button example on a nrf9160 board with a upgradable bootloader.
The following command can build our...
I seem to get error 4 on nrf_sdh_ble_enable when building and running the application in release mode.
Everything works perfectly when building in debug mode and I've checked...
Dear Ladies and Gentleman
Regarding the Bluetooth SIG Qualification the BQC needs a QDID for the Softdevice Controller Subsystem ( from table 2 of the compatibility matrix...
when i debug samples in Zephyr, i can see log through UART when i use "printk" function.
but i find there has "BT_DBG" and "BT_WARN" in code. so what's its using? and where...
i am receiving some packets so i need to send that packet to central device(mobile) if i send 20-20bytes it successfully sending the data to central device(mobile) if its...
Hi, i am new at nordic. I am working with nRF connect sdk. I am trying to run example applications but the code never runs. I have checked with debug and it never goes to...
I'm using NRF Connect SDK 2.1.0 and a 52840DK. In normal (non-bootloader) mode bluetooth initializes fine (bt_enable succeeds). However, when I start using MCUBoot, bt_enable...
We are experiencing connection issues for specific Android & iPhone but not for others (i.e. Samsung Galaxy S9).
Phones with issues
Android Details
Samsung Galaxy...
Dear,
I have 2 kits nRF52-DK and nRF52840-DK. I want to make simple app for sending data from one kit to another. Is it possible to use only the radio without using BLE...
Hello guys, i currently applying the example about MPU9255 following this: GitHub - Martinsbl/nrf5-mpu-examples
i'm using the app_mpu.c, app_mpu.h, mpu9255_register_map...
Hello,
Just starting off with Nordic hardware and have some basic questions, first my setup:
nrf52840-dk development board
nRF Connect v2.1.0 SDK
Setup to use 2...