After some time I picked up my NRF5340 DK again to continue my Matter samples. But I noticed I cannot program any sample to it. The Segger seems to work fine, as I'm able...
Im a bit stuck here.
I have the following code, trying to communicate with a flash memory:
Overlay:
code:
I get the following error message:
error: ...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...
software:ncs 2.5.0
hardware:nrf5340 dk
hi professor,
According to the article at https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53...
Hi I have recently bought the product nrf52840 from Digi key, i have dumped the code so many times but now days it is showing the error. the issues is whenever iam trying...
I started setting up Zephyr SDK development on my W10 laptop, according to the nRF Connect for Desktop guide, but running into this error when executing pip requirements installation...
Hello,
I'm writing a BLE app that acts as a peripheral and a broadcaster. If a connection is established, I'd like to continue advertising but update the advertising parameters...
Hi,
I am migrating sdk 15.2 to 15.3. Everything works fine, except the nrf logging. Currently, I am using RTT configuration, with default backend enabled. The code is simple...
Hi,
I have been using the PCA10040 and PCA10056 development boards to do some evaluation/testing of the Nordic BTLE radio functionality. We now have purchased standalone...
Hello,
Ive been trying to get simultaneous GPS reception and LTE connectivity for a while now. I've read that this wasn't possibe in the past but it looks like it should...
Hi in the code below I successfully register multiple custom services (m_cus and m_cus2) using NRF_SDH_BLE_OBSERVERS(). In my original code when notifications is turned on...
Hello,
Tried the 2.0 nRFSniffer hex file today. It does not show up in WireShark like
the Beta 3 version does, "nRF Sniffer COM6". Tried on two devices with the same result...
My application just hit the following fault randomly:
I tracked back in the map file and that is inside the Nordic NRFX library in ipc_trace_handle, so I have no source...
Is it possible to have discontiguous Non-Secure areas in SRAM to be used by the application?
&sram0 {
reg = <0x20000000 DT_SIZE_K(8)>;
};
&sram0_ns {
reg = <0x20002000...
Hi There
Here we have been encountering some problems and would appreciate if you could help.
We are designing the hardware based on the following schematic, please...
Hi!
Just want to ask if anyone have had the same issue as me, when flashing nRF9160 with J-Link V6.50.
In SEGGER Embedded Studio - Build -> Build and run || Target ->...
Hello!
I use a usb secure bootloader with MBR (without SD) for update my application via USB. Also, my application receives new firmware via GSM modem and saves it to an...
I'm using pc-ble-driver to talk to the nRF52840 dev-dongle from a Windows PC. I started with examples\heart_rate_collector\main.c I receive events in a function 'ble_evt_dispatch...
Hi all,
I want to use the nrf51dk to answer and reject phone calls. One button on the kit would be used to accept calls and another to reject or finish them. The audio...