IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
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...
Although my Googling skills are not the best I have, so far, been unable to find any examples or driver documentation for the comparator peripheral of the nRF52840 for the...
I'm using the asset_tracker app on a custom board and have built 50 of the custom boards. All but one of them start the modem and listen to the LTE receiver for a full minute...
Hello, I followed getting starting guide, and got SDK and tools installed for nRF52-DK, I'm trying to open, build and run some examples. But when trying to open any example...
Hi.
I am using nRF52840 dongle and running saadc example on it.
To print the ADC data buffer "p_event->data.done.p_buffer" in PC, I am using USB_CDC. The size of SAMPLES_IN_BUFFER...
I have implemented the custom service and added custom characteristics following the tutorial series, now I can connect and see the characteristics and their values. I can...
My NRF52DK (PCA10040) J-Link always shows SWD speed 1000 kHz, even if I set the speed to 2000 or 4000 kHz. Is it not possible to connect at higher speeds?
I was working with "Debug configuration" for my nrf board on Segger Embedded Studio. It was working perfectly. But when I changed it to "Release configuration", It doesn't...
Hi everyone,
I am using nrf52840 and I want to change the advertising name in bootloader from "DFUTarg" to a custom name on application side.
For unbonded one, I saw...
Hi,
I'm using the provisioning example from the mesh sdk and I have an "ASSERTION FAILED at :0" error when I'm trying to re provision a node that I have provision before...
Hi
I try to understand where does the interrupt proirity for UART is set.
I see that uarte_1_init() is called from uart_nrfx_uarte.c.
uarte_1_init() is declared from...
Hello I am using sdk v17.0.2.
I found a problem with Bluetooth connection while using 'ble_nus_data_send()'.
the system will stop if disconnect the Bluetooth while transferring...
Hello
I'm asking a question because there's a part that doesn't work well while using ble_nus_data_send().
There is a problem sending continuous data to the app using...
Hello
Sorry this is a basic question and I shouldn't be bothering you with this but I have already dealt with a number of issues with Segger so I couldn't resist. - I have...
Hi, I open ssl socket to the server (without certificate verification), and then use an http_client_req() call, to perform the actual http request (with additional optional...