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'm using the light switch example in the nRF5 SDK as base for Ble-Mesh. I'm using a nrf mesh app for provisioning. I have both client and server model in my application...
When building a project that works with the SDK 1.5.0, I get the following...
r@mint:~/ncs.1.6.0-rc2/nrf/nordic_assist/nordic$ west build -b nrf9160dk_nrf9160ns
[0/12...
I am working on a custom board for the nRF9160 and currently have a DK and a thingy.
I need to make a serial interface available on the DK, thingy and a custom board I...
I want send data from Mobile over established BLE Mesh Network (through Proxy node to all nodes in the network) and also get data from BLE Mesh Network.
Data is customised...
I have not set nrf5340 i2c2,uart2 to work .
,in prj.conf ,add below configure:
CONFIG_SPI=y CONFIG_NRFX_SPIM2=y
in prj.overlay ,add below configure:
&spi2 { status...
I am working through the Getting Started documentation for the nRF Connect SDK 1.5.1 on a Windows 10 machine running SEGGER Embedded Studio Nordic Edition Windows x64, Release...
Hi, I have been struggeling for a while to integrate digital sign and verification using the mbedtls ECDSA, and wonder if you have any tips. My goal is ultimately to run the...
Hello,
In template example from SDK 15.0.0 i have created advertisable manufacturer data using this link
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth...
I was working on nRF9160 DK and was trying to emulate HTTP using the AT TCPSEND command.
The following is the series of commands I am using
AT#XSOCKET=1,1 AT#XBIND=8080...
Hi, guys.
Its developing with nRF52832.
I have a big problem rebooting. could you help me?
to solve this problem, I tried the following : (of course, it is very stable...
We are using nRF52820 (and possibly nRF52833) with RC oscillator for LFCLK (without external crystal). Our device product will provide an option to turn off Radio communication...
Hello,
I would like to report a bug found in the sdk-nrf . The github is not allowing bug reports so I will put it here.
The `nfc_ndef_msg_encode` function in `nrf...
Hi,
I am very happy that we will be able to use the nRF52840 DONGLE as a sniffer with the new update. I thank to Nordic team. This was something I was waiting for.
...
I am able to successfully run the UART peripheral example and view data sent via uart from an arduino to the nrf. Now I am trying to use it with the nrf BLE relay example...