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,
I try to disable the reset mode and use the pin 0.18 as an normal input pin.
I'm using nrf52840 development kit (pca10056).
Does someone have i idea to resolve...
I currently have a nRF52832 DK connected to an external board with a BC832 module connected to the nRF52832 DK through a P19 connector. The voltage I have running and connections...
Hi everyone,
I'm currently trying to program my nRF52DK (nrf52382) to show it's battery voltage on the PuTTY emulator.
In order to run/simulate on the PuTTY emulator...
Hi,
I have working apps using custom BLE services on the 17.0 SDK
Now I need to write an app for the nRF5340 so the BLE softdevice can run in the network core
I have...
Hello. It is developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to conditionally switch the advertised UUID to another UUID. There is "sd_ble_uuid_vs_add...
Hello,
I have tested the USB HID Composite Example from Nordic SDK (15.0.0 and 17.1.0) on Windows and MacOS.
1) usbd_hid_composite_pca10056.hex from SDK15.0.0 works both...
I do not know how to use this site.
After my enquiry I received the following email and I am unable to reply to the answer.
> The ticket The input range of the SAADC...
I am trying to find where to implement secure communication between my BLE device (no display or input) and an Android tablet.
I am using the nRF_BLE library and am wondering...
Hi,
I've been browsing the forum here but didn't find an appropriate answer for my issue.
First, my platform & tools:
Programming nRF52833 (Laird BL653)
nRF5 SDK...
Hello,
I have been developing some products over the nRF51822 BLE. Got my introduction with nRF about 2 months back and despite the steep learning curve I was able to integrate...
Hi all. I'm using an old macbook and nRF Connect for Desktop just stuck at splash screen. Any version > 3.9.0 do not work.
System Version: macOS 10.13.6 (17G14042) Kernel...
Hello, I am using board nRF9160-dk (sdk 1.8.0). I need to get geolocation data using AGPS, for this I use the following sequence of AT commands:
AT%XSYSTEMMODE=1,0,1,0 AT...
I am currently working with the nRF52 DK and have compiled some code to read ADC values. This code works fine with the nRF52 DK but I am having trouble getting it to work...