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.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
Sending array unit8 type data using BLE failed, and attempting to take 2 bytes of data from the array and send it also failed. Does anyone know what this log error means?...
Hello. I am using nrf52832 for Ble-based positioning. currently i am tackling with establishment of an anchor measuring rssi values and sending them to a central center (a...
Hi, AFAIK, factory data is written during production and will not be modified later.
Will the factory data be modified after FOTA?
I noticed that the certificate declaration...
Hi, I have custom board with nrf54l15. Im using sdk 2.9.1 and nRF54L15-DK as debugger/flasher. Im able to flash firmware correctly using SWD, or do nrfjprog --recover, but...
Hello DevZone.
Is it possible to enable Notify and Indicate method at the same time in NCS?
From my side, this doesn't work on my project, neither on Nordic sample ...
i'm already able to TX and RX arbitrary packets between my own bare-metal test programs running on a pair of DKs... since both programs used identical configurations (mode...
Hi,
I am trying to build an application using the nrf54L15-dk board and want to use the board as a controller. I run the application on the external host but got an error...
I boot AOK after I do a west flash --erase. But after that, when I try "west debug," I run into this:
*** Booting nRF Connect SDK v2.9.0-2e7ce73f5faf *** *** Using Zephyr...
i want to advertise my one device into coded and into another device i want to do coded distance measurement it is possible to do in nrf 52840 version 2.5.1 ?
Sorry for the inconvenience!
I have downloaded V2.8.0 nRF SDK, and I use this command to build light bulb project:
west build -p always --build-dir nrf/samples/matter...
Dears,
I made module with nRF52832. And I made also custom board with the module.
And then I tried to write FW(ble_app_uart_c_pca10040_s132.hex) but timeout error occurred...
I have already written the factory data to the device, and commissioning via Apple TV is successful.
It also works when using the --bypass-attestation-verifier 1 parameter...
Hello! I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840. As I understand...
Hello! I am currently developing my own custom service with two nrf 52840 development kits where one acts as the Client and one acts as the Server. I have managed to set up...