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...
We have a product that uses nRF52832 and works as a peripheral, connecting to mobile phones. Lately we have noticed that in some clients with Android phones, they cannot connect...
Hi,
I am using nrf52840 and SDK 16.0. I have already used SPI 1 and SPI 2 instances.
Now I am using SPI3 instance. Initially SPI 3 is initialized in non-DMA. and it worked...
Hello,
I am inquiring about the development guide for the coexistence of BLE and WiFi using the nrf7002dk board. Since I have recently transitioned from the nRF5_SDK development...
i have switched to New DK nRF52840 Rev 3 , PCA 10056 3.0.0. from old dk nRF52840 PCA 10056 1.1.0 . as the old dk has stopped working n no LED5 light on when power on .
1...
Hello, ive been having a problem since yesterday with building procedure. Those are the errors that im having, I cant actually build any project even samples, i dont remember...
We are developing a custom board using nrf52811 we have CH201 sonsor on board but can't find a way to program it.
have anyone had an experience with it or is there Nrf sdk...
I have a question. The device currently under development has a BMI270 sensor, and we are using the sensor driver included in the NCS. Is there a way to suspend or turn off...
Our production line has stopped working since our PCB supplier has changed our MCU (N52840) from QIAAD0 to QIAADF0.
We have tracked down the issue to a "--verify" flag...
Hi, I am working with ncs v2.6.0 and I face the same issue than this post :
https://devzone.nordicsemi.com/f/nordic-q-a/98765/weird-nrf5340-behavior/420856?focus=true
...
I am using the nRF Connect SDK v2.3.0 to build applications for nRF5340 audio boards . In particular I am interested in the application : ..\nrf\applications\nrf5340_audio...
i am using nrf52840 s140 sdk ver 17.1.0 dfu/ secure bootloader/ pca10056_s140ble_debug example after flashing the code the flash memory is almost full ie 99.6% is the sdk...
when ntfx_spis_init() is done , NRFX_ERROR_INVALID_STATE errer occured.
pcb_state is NRF_DRV_STATE_INITIALIZED.
my code is
int cc3235_spi_init ( void )
{
...
Hello, Hardware : nRF5340DK SDK : v2.6.1 Context : Creating a prototype using a Load Cell and transmitting its weight on BLE. Disclaimer : I'm new to the settings subsystem...