I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
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...
Hello,
I'm working on a BLE central multilink application, where I want to get the list of all peripherals in range, In order to let the user select the needed periherals...
I implemented UART communication as follows, but occasionally the same data is sent twice.
Enter the critical region (app_util_critical_region_enter).
Store the transmission...
hello!
I'm using 'NRFX_LOG_INFO' for debugging purposes. However, the code seems to stop progressing when 'the NRFX_LOG_INFO' statement is removed from the section below...
Hi,
I am using an nRF52 DK board to perform some very simple tests. All I need to do is receive a line of text over serial, perform some calculations and return another...
HI
I'm trying to use lpcom to detect when the battery voltage is dropping.
The configuration is as follows: 5V battery voltage output is reduced to 3.0V through LDO...
For my application I need the UART TX/RX pins pulled low until I am ready to turn on the UART. Is there a method in Zephyr to do this? Currently when Zephyr starts it reads...
I saw some similar question, but none is what I am experiencing.
I notice some weird behavior while testing DMA mode, so I made a simple setup:
I set the DMA buffer to...
Hello everyone,
I have two devices: a Thingy53 acting as the peripheral and an nRF5340 acting as the central. I have a characteristic in a service that I want to modify...
can I send the data from the internal sensors of the stm32l4 card to nordic thnigy 91, then the latter send the data from its internal sensors and the data which is already...
I use CONFIG_UART_ASYNC_API feature of NCS v2.0 with nRF52840DK, but when UART_RX_RDY event triggered, evt->data.rx.len is smaller than the number of bytes it has received...
If no coils are installed in the DCCD, DCC, or DCCH terminals of the nRF5340, is it possible that the bt_mgmt_init() function will return error code -11?
I have run into a problem using the nRF Connect extension for VSCode. I have restarted the program, my computer, removed and recreated the application and nothing has worked...