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 am trying to find a good solution for multiple beacon advertising using s132_nrf52_3.0.0_softdevice and sdk 12.1 on nrf52.
Looking at other similar threads:
...
Hi, there
NRF51822
SDK9.0.0 and S110
How to subcontract in uart nus mode to ensure that each packet does not exceed 20 bytes and is sent as quickly as possible...
Wakeup from system off (not WFE) )will cause a system reset and hence will reset almost all of the peripherals (exceptions are RAM and few registers). RTC will also be rest...
Hello,
Is there a BLE only DFU application like that available on Android? The Android application works fine. The windows version needs a serial port to perform the same...
For synchronizing an external sensor i need to output a 32768Hz clock at a GPIO pin. For this case i want to use LFCLK from the external cyrstal.
My setup:
I use RTC0...
Hello,guys
I have build one application, in which I want to transmit the Image from Mobile BLE to nrf51822 and than after display on display like E-paper.
The use case...
Hi,
I use it as a translator for Google, so it may be strange in context. please understand.
I was in big trouble.
I used the nRF51822, S110, and SDK9 in my previous...
Hi. We are attempting to use the Infineon XMC1202 LED shield with our NRF52 device. The XMC1202 has an I2C address of 0x15E, instead of the traditional 7 bit address. We have...
I've tried linking the ESB library (esb_arm.lib) in Eclipse by adding it to my nRF51822 project's Makefile, but I am still getting undefined reference errors during build...
Hi
We are going to use the Taiyo Yuden Evaluation Board - EBSHJNZWZ.
As i understand, the board firmware used the Nortic SoftDevice S132
The question is :
May i...
Hello,
I'm trying to compile an example of nRF52_SDK_1 but I get this error:
make
Makefile:150: Cannot find include folder: ../../../config/receiver_pca10040
Makefile...
Hello,
I've been reading over different examples and questions on the Nordic Developer Zone but still have some questions about multiple SAADC channels.
1 - If I initialized...
I've been developing an application on the nrf51 DK based on the ble uart application and it's been working fine. I've ported it to a custom board running at 1.8V and attached...
Greetings -
I am using (the slightly out-dated) 12.3 SDK with a nRF52840. I'm also using s132 as my softdevice.
As I've been slowly reducing my RTC interrupt frequency...