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......
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.
TLDR; Need advice on which wireless communication protocol to use for five nRF52840 dongles within 75 feet of each other. I've never worked with Nordic Semiconductor products...
I'm experiencing an issue with I2C communication between the SEN5X sensor and multiple nRF9160 DK boards. The problem manifests as an crc error during I2C read operations...
In case I run the code from zephyr/samples/bluetooth/broadcast_audio_source, I get following error, when I play audio:
After I stop the audio, the log messages stop...
Hi,
I'm pretty new to Zephyr and I have to figure out how to connect to a NOR flash over SPI. Final application is the implementation of a file system, e.g. littlefs.
...
Hello !
I recently updated our project SDK from 2.6.0 to 2.7.0 and our custom board to HW v2 layout. Everything went almost seemless until I tried to enable sysbuild option...
We created a product using nrf52840. the product is operating well, but it has been confirmed that software reset (0x04) operates in very few times (2weeks per 1time). In...
Hi,
We have previously realized the nRF7002 Matter project. We tried this with nRF52840. I am using Amazon Dot 4 but Amazon did not detect Matter. What is the reason for...
Hi:
I checked the zephyr.dts file, but why are the addresses for flash_controller: flash-controller@39000 and kmu: kmu@39000 the same? I checked the specification and 3900...
Hi,
One question, in VS code,
when I choose the nrf5340dk_nrf5340_cpuapp for build configuration, the VSCode told me the nrf5340dk_nrf5340_cpuapp is without security,...
Hi,
I get a very strange issue. Below is my device information:
NCS v2.4.0, Zephyr
It acts as a Peripheral
It advertises itself, accepting connection
Connection...
Hello, The following warning occures when I build the SLM Shell sample (Not changed original code).
[Build Configuration]
Target sample: SLM Shell ( https://docs.nordicsemi...
Hi Support Team
We test the AoA sample of direction_finding_central and direction_finding_peripheral in the NCS of V2.4.0,and it has an issue of disconnected like the screenshot...
Hi, I have been using nordic nrf5340 in vscode(no sdk). I have taken ble throughput example code. I could able to connect in nrf connect app(phone) and i am able to read and...
Hi,
I'm currently using an algorithm that uses rand() API under Zephyr 3.5.99.
My include file is
#include <zephyr/random/random.h>
This is a true random generator...