Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hello,
I'm not able to sniff BLE using your tool
I tried to configure nrf sniffer with nrfutil.
OS: MacOS 15.1.1 (arm)
Wireshark: 4.0.17 (it seems the actual version...
Hello
Is is possible to enable MCUBoot image compression on nRF52832 ?
I tried to enable it following this blog post but I got a compilation error :
Compiler insulted...
Planning on using the npm2100 PMIC as our PMIC for an upcoming asset tracking solution. We will have an accelerometer that will determine when the main MCU (nrf54) wakes up...
I am using peripheral_uart as my base project. Right now MTU value is 23 I believe as I can receive only 20 bytes of data at a time. How I can increase the MTU size with configurations...
Hello,
in use is the nrf connect sdk v2.6.2 toolchain v2.6.2 on my nrf5340DK
I struggle transmitting ADC data from my nrf5340DK via USB to my windows PC. On my PC there...
I've added some debug information to the build of my application. The added stack usage has caused some threads (USB, BLE) to overflow the stack and cause random crashes....
Hi,
Is there any better block diagram of how power is managed and routed within the nRF7001/ nRF7002 device ?
I see it has a buck from BUCKVBAT fed back to several other...
When trying to open certain c or h files in my project, Segger Embedded Studio (latest version) gives a very longwinded uncopyable dialog message that there was an error decoding...
Reopening this issue from three years ago
as the original question was not answered.
So I had this line of code after sd_softdevice_is_enabled 'returns' false
but...
I am trying to communicate with multiple devices using ESB. The host device must queue data in the TX FIFO as ACK data before receiving the data. I want to keep data queued...
Hello! I am developing an application under the SDK V2.9.0. Now I am trying to set up a simple project with a sysbuild, Mcuboot and a partition manager. Here is the file tree...
Hi,
I’m currently using nrfx libraries when there are no equivalent options in Zephyr drivers, and I found similar drivers with the nrfy prefix. What are the differences...
Hi
I would like to use DeviceTree in VS code. The VS code had installed "nRF Connect for VS Code Extension Pack" and tools chain.
But I can't see any file in "DEVICETREE...
Hi Nordic DevZone Support,
I am facing an issue with my custom PCB using the nRF52840 microcontroller and Zephyr NCS v2.6.1 . The same firmware works on other PCBs , but...
Hello, I am working on nRF52840 and using nRF Connect SDK v2.9.0.
I want to know how I can configure the UART to be half-duplex tx or half-duplex rx.
I checked the APIs...