I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
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...