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 am using nRF52832 with Temperature sensor using sdk 16 version . I have done buttonless OTAin ble_app_uart example by adding the dfu in it . I can able to update...
Hi,
I meet a hard fault handler issue when initialize the saadc channel. The code is as followed.
When I set the breakpoint at line 22, the debugging process can work...
Segger Embedded Studio V5.20a / SDK13 (file structure from a legacy project) / BLE / ANT+ s332 4.0.5
I am in the process of moving from command line build (armgcc make...
I'm assuming AGPS in the Asset Tracker was designed to use nrf cloud. I don't know if that will be suitable for production deployment at the moment. The GPS with SUPL sample...
Hello,
Our customer want to know how to know the ZR and ZC is lost for a sleepy end device.
I check with the document.
For ZC ,
i fund ZB_NLME_STATUS_INDICATION event...
Given a peripheral with BLE services A and B, if I advertise B but add A first during my services_init code, then the 16 bit UUID portion of B is added to A's long UUID. Is...
Hello ,
I am using NRF 52 DK board and SDK15.3.0 .
I have tested \examples\peripheral\blinky_freertos code and its working fine .
but the same code ( in that code ,...
I have a custom board with nRF52840 (with SDKv17.0.0 + s140_7.0.1). I'm making a BLE peripheral out of it, but it disconnects after 2 minutes. Things seem to work fine during...
Hello,
I have been struggling with managing power consumption of my nRF52832 so it can stay low. I'm using nRF5_SDK_17.0.0_9d13099. I did some extensive search on the available...
Hello All,
I'm updating an application for the nRF52840 that requires it to enumerate and act as joystick. I'm able to run the HID generic example in SDK15.2 on the BMD340...
Target is nrf52832+SoftDeviceS132
When run ActiveScan,
Is SCAN_RSP advertise_report notified only after ADV_SCAN_IND advertise_report?
If I receive only the SCAN_RSP...
I used nrf9160 DK with sim LTE in Vietnam to run mqtt_sample. LTE link successful but I received the ERROR: getaddrinfo fail 51 and mqtt_connect 41. Please help me to solve...