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...
I'm having a problem with using all the memory in the nRF52 Thead SDK 0.10.0. Namely, even if I run one of the smallest examples (e.g. aes one from crypto examples) the flash...
I am using softdevice132, sdk 14.0, pca10040 dk,
when i add nus service to the dfu example, it is not working. there were also some warning about iram start address, which...
I just saw the news that Nordic is providing a free Segger Embedded Studio IDE and the sample projects from SDK 14.1 include the Segger project. I downloaded it and the license...
As I understand we have some problems with time sensitive actions while using softdevice with active ble connection. So here's my questions:
Are there some possible...
Hi All,
I am working on pca10040, nrf52832 and s132. I am using ble_app_uart and sd card, where i want to transmit data received over ble to the sd card.
Can you help...
If there an example on how to test the Raspberry PI border router ( infocenter.nordicsemi.com/index.jsp and some nRF52840 Preview DK together with the official Thread commissioning...
Hello,
I have an application which requires the firmware to be updated on the field. In our device the embedded microcontroller Atmel 328 is connected to nRF52832 through...
When programming the bluetooth mesh light control demo example found in the bluetooth mesh SDK, i get this error using J-Link RTT Viewer:
0> <t: 0>, main.c, 116, -----...
As I know, I need to do watchdog feed on bootloader.
but what If watchdog reload value is long enough for DFU?
for example, if DFU via BLE takes 2-3 minutes, generally...
Hi,
I am using IAR embedded workbench IDE - ARM 8.20.1 (full version) to compile the SDK 14.0 blinky_pca10040_s132 -nrf52832_xxaa example. However, I got some errors which...
I'm currently using nRF Connect (windows), in conjunction with the PCA10028 board, as GATT server so I can provide a default test service to be consumed by other devices under...
Hi
An unprovisioned device will advertise a beacon and the spec says that it shall be advertised with non-connectable and non-scannable undirected advertising events
...
Hello there,
for a project I would like to use the Arduino Primo core with the nRF52832 chip to read a NFC Tag.
I could not figure why it can´t read a tag even though...
Hi,
I've test the light_control example with the PCA10028 & PCA10040 recently. The PCA10040 was test and it works normally, but the PCA10028 does not.
I have also checked...
I am working on an application that allocate data dynamically at initialization, and my malloc/calloc returns NULL a lot earlier than I expected.
Using a debug macro, I...