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...
Hi
I am working with a Nordic nrf52840dk using segge and sdk 16.
I am using the nordic UART example in examples/peripheral/uart.
The issue I am having is that my data...
Hi
I try the example from here for a DFU OTA: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v3.1.0%2Fmd_doc_libraries_dfu_dfu_quick_start...
Hi,
I have a nrf 52840 DK with me. I have downloaded the SDK for the mesh(v.3.2.0) and SDK (v 15.3). I am using segger embedded studio here. I have modified SDK_ROOT location...
The replies aren't showing in my original post and I can't add replies to it for some reason.
https://devzone.nordicsemi.com/f/nordic-q-a/55304/sdk15-3-0-sd6-1-1-ll_length_req...
Hi,
I developing a application with the nfr52840 board with SDK 15.2. i have started form the ble_app_cscs example for development my code. I I would like to send packet...
Segger Embedded Studio seems to use the full path of the FILE for the __FILE__ macro. During development this can skew the size of the final image if there are lots of trace...
I am working on a ZigBee coordinator device that will collect data from various sensors in the network and forward them to a gateway. I have started with the CLI example and...
We have custom board based on nrf52840 and using an application based Zephyr RTOS platform.
Sometimes, it is observed bus fault and hardware exception logs are observed...
Hello,
I am really wondering about the design of the UARTE peripheral. The documentation for the nrf_drv_uart and the nrf_serial library is lacking quite a bit. Most of...
Dear Nordic:
My NRF51822 based SDK9.0 can not connect HuaWei mate30 mobile,but it can work for any other mobile with android system.I used nRF master pannel APP downloaded...
Hi!
I'm having trouble getting any response from an NRF52840 MCU on a custom board we've made.
I'm hoping someone will be able to point me in the right direction by detailing...
I'm using pc-ble-driver(C program) to get the data from other device, I can get character now, but I don't know how to turn on the character's notification like the start...
We wanted to implement both BLE and serial DFU on nRF52832 without serial flow control. The main procedure is as follows:
Use the Nordic BLE DFU example as a start...