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...
Hi,
I have following problem:
I try to synchronize specific event let's say every three seconds. My simple test is just looping date_time_now() and taking modulus out...
I am attempting to create an SPI communication to an ancillary circuit through an intermediary board and the nRF52840 USB dongle. If I start with the zephyr sample spi_flash...
Hi, I am starting from the following example: "Bluetooth Low Energy UART service sample", sdk version v2.6.0 I am trying to add a custom board (using VSCode NRF CONNECT extension...
ncs v2.9.0
peripheral_uart (nRF52840) modified code
central_uart (nRF52832) unmodified code
using power monitor for current consumption
When I send the packet from...
I want to update some data stored in UICR CUSTOMER area on an nrf52832.
Code to do this works fine, as long as the areas are already erased (0xFFFFFFFF).
However, if they...
Hi,
I'm doing a test with a test harness. An error occurs in test case TC-CNET-4.16. I would like to know how to solve this problem.
environment
・TH raspberry pi 4 Version...
Hello everyone,
I am currently facing the issue that migrating to NCS 2.9.0 is not possible as I get the following compile error:
Someone else had the same issue: Unfortunately...
Hello,
This morning I thought I would investigate the current consumption of some of the examples in the nRF connect SDK Fundamentals using the nRF9151DK and the PPK II...
Hi there,
Can you please help me with setup Platform independent driver from ST with Zephyr?
STMicroelectronics/lis2dh12-pid: lis2dh12 platform independent driver based...
Dear devzone, nRF54L15 runs private 2.4g, and needs to switch from 2400MHz to 2500MHz. How long is this period? How long is it to switch from 2400MHz to 2410MHz? I see from...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...