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,
First off, thank you for reading this. I know this is on the cutting edge, so bugs are to be expected.
Problem:
I loaded the dm sample found here: https://developer...
Hi,
I am using nCS and mcuboot in my application for development, on nRF52833.
I build a nCS project, the build bin file (prj.conf as ):
I broke up into packets...
Hi. I am trying to use Free RTOS in my code and from the example blinky free rtos I am recreating the code. I have added the path and library files. But when I try to compile...
Hi All,
I was trying to upload the latest revision of some code i wish to verify before pushing to production and was using the command line to generate the bootloader...
I have a simple blinky application. I was able to get the application running and using the Qzone debugger. When I change the application te be a MCUboot compatible application...
Hello,
I just noticed something odd. When I just the hex file have provided with me
It worked perfectly, however, when I try to flash the lte_ble_gateway sample program...
Hi Nordic Support,
I'm getting this error while trying to connect two 52840 DK, one programmed with the connectivity firmware, and the other one with a sort of ble cli...
HI,
Following is the procedure to flash application we have tried:
Mass Erase
Write bootloader start address
Flash soft device
Flash bootloader
Flash application...
Hi,
I'm use ncs sdk what to send ADV_EXT_PDU Advertising, but this PDU every time send 8 advertising event, however, i'm notice that ncs sdk only use 8 second advertising...
I have a product under development that needs to send USB key codes to the PC that are outside the range that is supported by the USBD library and I am wondering the best...
Hi,
I´m developing a BLE-OTA driver for a BLE SoC and I try to use the nRF52840 dongle with my PC as the second device for the OTA mechanism by using Python and the pc_ble_driver...
I'm trying to create a HAL library to use it with zephyr application
From what I have read I need to create another module .
I can't figure out how to set up the module...
I am using the nRF52840-dk with the nRF Connect SDK v2.0.0 and for the development itself I use Visual Studio Code.
My Goal: Both the bootloader and the actual application...