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...
Hello ,
i am trying to find out advertisement handler while SD advertising in SYSTEM ON mode.
i have added a simple counter to see if it is increasing or not but it is...
Hello fellow developers!
I am currently working on a scale application using the nRF52 DK, and I've run into a roadblock regarding the integration of the HX711 load cell...
Good morning,
I would like to know if I can work with Zephyr with C++ and how to do it.
development software, with versions:
Windows 11
nRF52840-DK PCA10056, 3...
Hello
I'm suing the smp_svr sample from the Zephyr SDK 2..6.1
I want to change the CONFIG_MCUBOOT_IMAGE_VERSION to force the OTA DFU ( over bluetooth ) but when I add...
Hello Nordic Team,
I am writing because I encountered an issue while developing a BLE application on the nRF5340 development board. Currently, I have set up this callback...
With multiple of the provided samples with the SDK, I'm getting a repeated build loop that ultimately fails due to a remaining "dirty build.ninja". This is primarily with...
Hi,
I am working BT840F which has nrf52840, I am using ble_app_uart example to transfer UART data to app. I wanted to know what is the system frequency of the microcontroller...
Hi,
I am using an external flash on the NRF52840DK via SPI and have established working communication with the flash memory. However, I need to disable CONFIG_SPI...
In my project, using nrf52840 controller, I am trying to store 253 bytes of data in NVM, but I encounter an error: "flash_nrf: invalid address: 0x00100ff8:8." Is there any...
Hello DevZone,
I'm porting my project from NCS 2.5.0 to NCS 2.7.0.
I know that there are lots of changes in build system, especially in Zephyr sysbuild. So, I decided...
Hello, I was able to update nRF Connect SDK to v2.7.0 fine using nRF Connect for Desktop. However, the nRF Connect for VS Code extension update v2024.7.13 causes VS Code launch...
Hi,
As described in the subject I'm not able to set "Extra High Drive" for a GPIO. This setting is described in 7.13.5.11 in product specification version 1.3. I'm able...
Setup:
nrf52840DK (Zigbee Cordinator based on Zigbee Coordinator sample)
nrf52840DK (ZR)
NCS v2.4.1
Hi,
I have encountered dangerous problem during development...