Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
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 am working on a custom nRF552832 board. I need to use the reset pin (p0.21) as GPIO input.
I am using the NRFConnect plugin on VSCode to develop and program the board...
Hello,
We are using the nRF52840_CKAA_R7 package of the nRF52840 on our custom board. The USB pin connections are designed based on the nRF9160-DK's nRF52840 reference....
I would like to be able to open a bash prompt with the nRF Connect SDK (NCS) v2.0.0 toolchain environment loaded without going through Toolchain Manager ("open bash" option...
We are evaluating the nRF5340 chip for a Bluetooth LE audio broadcast streaming application.
Is it possible to use adaptive frequency hopping with the BLE audio network...
For the RADIO peripheral of the nrf52(840), if you set up the radio to receive coded Phy transmissions, I have the opportunity where I can set the MODE for 125Kbps or 500Kbps...
I'm trying to use nordic's BLE sniffer on a nRF52833-DK. I have programmed it with the firmware "sniffer_nrf52833dk_nrf52833_4.1.1.hex".
I've then tried both the command...
When I use nRF Programmer on my laptop (v3.0.7) to update firmware on my Thingy53 with a USB cable and SW2, the programming seems to finish normally, but it prints "Bluetooth...
Hi, I'm having Bluetooth LE peripheral nus code which works fine with v2.7.0 with nrf52840DK (I can connect with an Android App and stream data etc): Changing the build configuration...
NCS 2.7
NRF52840
Building with sysbuild, MCUBOOT, and 2 different applications (mfg and end-user)
My custom board includes a sensor fusion IMU from bosch. The firmware...
Hello,
I want to test nRF21540 EK with a nRF5340 DK.
I am using ncs 2.7 , and don't want to use sys build . I want to use child image/ hci_ipc .
I modified ncs/zephyr...
We have devices that have low signal so they have to reconnect to AWS a lot. We have a watchdog timer with a 100s timeout that we feed every 10 seconds in the control loop...
Hello everyone!
I am having trouble with my current setup and I would like to ask you for your advice.
I am developing a central station featuring nRF5340+nRF7002. This...
I generated an overlay file with the following info:
and there is my main.c file:
However, when I tried to debug my code to understand what was wrong, I got the...
Hi,
I am using nrf52840 and implemented shell interface. I have testing it over uart and uart over usb. At any given moment it can be enabled over 1 interface in device...