Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi Nordic team, 您好,北欧团队,
I am developing nrf54L05 in VS code with NCS.I want to configure the SEGGER_RTT_printf to my project.Is it correct to change the CMakeLists.txt...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hi !
I have a rather strange problem: 1 packet is transmitted for 30 milliseconds.
I use iPhone-4s with iOS8.1 and custom board with nRF51822
In the firmware exists 4...
I saw that DA14680 from Dialog comes with a 30uA/MHz processor.
Although the clock can be programmed up to 96MHz, the 30uA/MHz is measures at 16MHz.
How can I get a...
Can you please clarify what the RBC_MESH_EVENT_TYPE_CONFLICTING_VAL is used for with the RBC mesh? I receive these events on the node that sets a value, but not the remote...
Does the bootloader from SDK v9.0.0 actually work?
When I try to use it (with S130 v1.0 in eclipse/gcc), I get NRF_ERROR_INVALID_PARAM from pstorage_register called in...
Hi all,
After receiving data from my host app, I am trying to write to write the data to flash with the sd_flash_write command. I have 3 pages of data to write, so need to...
Is it just me, or is the documentation for SDK 9 broken? When I try to access the end nodes(where the actual info is), I get a blank screen. I'm having to use the docs for...
Hi,
My nRf51422 based device holds bonding with single central device and once it bonded it will do whitelist advertising at connection lost (whitelist has one address)....
When I send the command to the 51822,so the 51822 ready to DFU,but wait for a long time,51822 is staying at a DFU state,that means 51822 can not work.How to solve this problem...
I'm just trying to build one of the example apps for the beacon kit and I'm running up against this cryptic error when trying to use dfu genpkg to build an application only...
I am using nrf51822 custom board(no input output capability) i want to make communication between BLE and PC and i want encrypted link connection whether i have to initialize...
Hi,
On the ANCS example the flag LIMITED_DISC_MODE is set, but when I sniff the adv packets they have the flag off. This is both when is fast or slow advertising.
Am...
Dear all, I wanted go a step forward on BLE services and characteristics trying include two characteristics on a BLE
service, I think one of best examples is Github ble_app_lbs_master...