Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
This isn't really a question, it's more feedback, and also a solicitation to expand my knowledge (if I'm just flat out wrong).
Yesterday I attempted to upgrade my SDK to...
Hello,
I'm working with ESP_BLE_MESH and nRF Mesh app for Android.
I hope you can read structure of my elements causing the problem from image.
What i got is timeout...
Hi, I downloaded the latest NRF Connect SDK. I can compile the zepher projects, but I am not interested in using zepher. I want to use SES as that is what we have grown accustomed...
Hello,
I am using the nRF52832 in a design where I have to read long buffer (>255 bytes). Using "nrfx_twim_rx" keeps things reliable however with nrfx_twi_rx the transfer...
Hi,
Could you tell me what API you used to obtain the positions in your field in the webinar test using %NCELLMEAS? All APIs I can find requires cell id not physical cell...
Hi,
In our board, GPIO 0, 1 is connected to external oscillator(32.768KHZ).
And I wish to use this oscillator instead of local oscillator.
CLOCK_CONFIG_LF_SRC is already...
What is the difference of NRF9160-SICA-R and NRF9160-SIBA-B1A-R and NRF9160-SIAA-R ?
Would there be comparison table available of the difference between SICA, SIBA and SIAA...
Hi Team,
We are using the NRF52840 for our development purpose in BLE peripheral Mode. While connecting to the Central Device we observed the behavior, It is negotiating...
Hello, I want to ask a question. We have a project that needs OTA function. There are two Bluetooth devices A and B.
1. Both A and B are central_and_peripheral
2. A's...
I want to check for an RX timeout after sending a TX.
I am puzzled on how this comes about.
As best I can tell I have enabled TIMER3 for the timeout.
I have created...
I'm trying to create a user defined HCI command for nrf52840 over the Zephyr APIs to be used against Bluez stack on Linux.
I've enabled the CONFIG_BT_HCI_VS_EVT_USER=y....
Hello,
I am trying to accomplish sending a simple ON or OFF command to the coordinator. Is this possible to do?
I have a router device with these Clusters:
It...
I have been converting my TWI calls to be asynchronous by specifying a twi_handler, but my NRF52840 does not sleep during the TWI calls.
I use SDK15.3 and s140 softdevice...
So this is my understanding of the programming process of an external board using the DK.
Pins from table 1 here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk...
Hi,
I want to develop DFU using BLE. I have started with test image given in the example folder.
I have nrf52480 device , using S140 softdevice. I have followed these...