Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
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...
Hello,
I'm trying to measure current on my nrf52dk board during a BLE communication. I'm doing that on a nrf52dk board. I connected the power profiler to the board as follows...