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...
Hi all,
I'm trying to turn on the increased voltage for the +3 dBm transmit power. I understand that to do that, I need to set the VREQCTRL register, or associated bit in...
I just tried updating nRF Connect for Desktop from v3.11.1 to v3.12.0. I did not see an option to update, so I uninstalled v3.11.1 before I installed v3.12.0.
I notice that...
For reference I am using NCS v2.0 and VSCode with the NCS extension and coding in C++.
Hi, can you help clarify the expected behavior and usage of the MPSL_TIMESLOT_SIGNAL_RADIO...
Hi, I am using NCS v2 and the VSCode NCS extension writing in C++.
I am seeing Timer0 not fire more than once for me after the MPSL_TIMESLOT_SIGNAL_START event.
Ultimately...
In transmitter and receiver communication of the ESB, the transmitter is configured as TX Mode and the receiver is configured as RX mode. The transmitter sends data to the...
Hi,
We have a project which is based on the example buttonless DFU and I'm currently testing the persistence of the bonding information between nRF and the external BLE...
Dear All, I am working on SDK 2.1.0 and I was going through the ADC sample found in ncs/zephyr/samples/drivers/adc directory. I am working with a custom board, so I want to...
Dear Support,
I just received 2 nRF52840 DKs (PCA10056) rev 3.0.0. When I plug them to Windows machine I see 2 COM ports ennumerated (JLink CDC UASRT Port) instead of...
Hi,
I've been playing around with the Matter samples (in particular the window covering sample) to get them to work with the recently released Google Home Matter program...
Hello all,
would somebody please help to understand how much memory may be needed to use:
- BLE with mesh
- TWI to read the value from the sensor
- one PWM output...
Dear all,
I'm trying to develop Apple Nearby Interaction with nRF52840-DK using a DWM3000EVB. I'm using the software provided by Qorvo which is compatible and tested on...
I'm a user using nrf52832 s132. I am adjusting the BLE connection range. scan_init is init_scan.connect_if_match = false and adv report tried to connect the device to if(p_adv_report...
Short description: After establishing a BLE connection between two nRF52840 based boards (both running Zephyr) and starting data transmission (one transfer about every 500...
Hi Team,
We're using nrf52833, nCS V1.9.1 need information on for following things,
1. We need information on API from nCS SDK which un-provision's the device and...
Environment: nRF connect SDK 1.9.1
Hardware: nrf5340 dk
We try to send data by BLE NUS. According to excemple Bluetooth: Peripheral UART and Bluetooth: Throughput , we...