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 found out that S/N from nrfjprog -i command returns the same number among different debuggers, all of them are 123456. At the same time, S/N showing from J-Link...
Hi,
I'm developing a peripheral that expose the HTS service.
I have the on_hts_evt event handler to handle BLE_HTS_EVT_INDICATION_ENABLED and BLE_HTS_EVT_INDICATION_DISABLED...
I am hoping to get solid verification that nordic offers a solution for sniffing BLE 4.2 packets.
The application I need to sniff is maxing out the MTU (250B payload) so...
i want to implement 2 hardware SPI communication in my code. i have one already working. talking with LCD ILI9341. the functions are using spi_write / nrf_drv_spi_transfer...
Our beacons are going into production, and to make function tests faster for our manufacturer we would like to transmit our beacon UUID, major, minor at a rate of 760ms for...
Just a question out of interest.
Is it possible to prevent the HFCLOCK from waking up on events and execute software on the LFCLOCK. I think this would be really useful...
Hi, I'm trying to create subfolders with loop. My partly code looks like:
So, it creates new dir but after that my app is crashing and rebooting, and it works fine if...
Hi, I have been running into some problems with the serial secure bootloader example in the SDKv13.1.
I build the example project from the SDK v13.1 with a custom generated...
Hi, I'm new to the nRF52840 PDK and using it for some evaluation purpose for a specific product.
Would you mind telling me how to debug the board? Is it just plug in the...
Hello,
I am developing a new application for Asset Tracking, whose general architecture is the common one - where Beacons are mounted on asset and the Reader scan for Advertisement...
Hello Everyone,
I am working on nRF52832 based custom board and testing the BLE advertising and connection with custom board, custom board adverting but when I am going...
Hi, Nordic staff.
I'm working with Central device using S120.
Our custom has developed a peripheral device using third party's BLE module and
wants the Central device...
I am trying to initialize the BLE NUS UART service and the BLE LBS service so both can be used at the same time in a single nRF52 application. I can initialize a single service...