Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
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...
Hello,
I have just started in the world of Nordic products and quite recently in the embedded world. I'm trying to learn and understand the use of zephyr in basic projects...
Hi,
after migrating functional project to latest ncs version v1.5.0 I managed to build and flash it to nrf52840 board without problems. However if I enable MCUboot option...
Hi guys,
I want to add the function of multiple slaves to the nrf_desktop routine to support two hosts to connect to the keyboard .This routine is in the ncs1.4.1\v1.4.1...
Hi,
My application is to scan BLE advertising packet.
My application works when the scan_phys is set to BLE_GAP_PHY_1MBPS.
params.active = true; params.interval = NRF_BLE_SCAN_SCAN_INTERVAL;...
I'm specifically interested in the predefined SPIMn - SCK, MOSI, MISO, SO pins for this device, so that I can marry this information into my CPU Schematic Page. Whilst the...
Hello,
In our application, we have an external watchdog IC. We need to test the timing of that chip during our board power-on self-test.
We currently achieve this by setting...
Hello!
Recently we have noticed that some of our devices has been reporting strange fulgurations on their reported battery level. This is a graph over 24 hours:
When...
Hi I am the evaluation board of nRF52832 (TAIYO YUDEN Evaluation Board) EBSHSNZWZ) is used. I want to use P0.09 and P0.10 of nRF52832 as PIN of GPIO(TWI). It was set according...
Hi,
I'm developing a serialization system with nRF52832 and an application chip. My product is a power-sensitive.
The code of ble_connectivity in nRF5 SDK 17 calls nrf_drv_clock_init...
I've run into an issue with FOTA updates. The issue can be described by the following sequence of events:
A device is completely erased and programmed with a binary image...
Hi,
I am working on programming a bootloader on a NRF52840 DK using a different NRF52840 DK. Currently I have them connected via the debugger and have been successful in...
I am trying to port my build from Eclipse (based on the GCC tool chain) to a KEIL uVision build system.
I am using KEIL ARM Compiler version 6.15. Most of the files compile...
I see many similar questions to this, but I want to double check my understanding.
We have the nRF52840 connected to D-/D+ on a USB Type-C connector. We have a standalone...
Hi all!
I'm using an nRF52833, SDK 17.0.2, s140 softdevice 7.2.0. My design uses a Skyworks SKY66112 amplifier.
I have the pa_lna_assist function that I found here on...