I would like to use native CMake rather than West to take advantage of CMake Presets.
I have been able to make this work on the command line using the following command...
I developed a BLE application for the nRF52832 using NCS v3.0.0. The application runs correctly when flashed to the nRF52 DK.
However, when flashing the same application...
Does Zephyr support automatic reconnection of the Wi-Fi if a connection is lost? I can't find any documentation on this, or code examples. It seems like every example connects...
We're building a prototype board which uses the nRF52833 and want to tune the RF components. The radio_test sample in SDK 3.0.0 doesn't seem to support the nRF52833 SoC. Is...
Hi, I tried to migrate my project from nRF Connect SDK v2.5.3 to v2.9.0, switching to sysbuild and creating my own board definition instead of using a overlay file.
I decided...
I'm hitting a wall with implementing nRF7002 + nRF52840 without Zephyr.
I've worked with nRF52's for about 8 years now and on about 30+ products, all using the original...
Hi
I've recently switched to NCS v3.0.0 because it now has TDM peripheral support for nRF54H20, however since there is no specific examples to use TDM, I've used I2S example...
Haw can I configure ble_app_ uart examples for bonding using? I want to connecting, transmit and receive data throw the UART only with 5 fixed devices.
Hi,
I updated to softdevice 8.00 recently, and found something different with softdevice 6.00.
When trying to program the new softdevice hex to the chip using nrfgo studio...
Hi,
I am using nRF51822 chip.
I am using the softdevice s120_nrf51_2.1.0. On top of that i am flashing the HRM central example given in the SDK nRF51_SDK_8.1.0_b6ed55f...
Hello, I'm fairly new are Nordic and have inherited a good project from a departing coworker. We are using Keil uVision 5+nRF51822+BLES110 softdevice.
She explained her...
Hello,
As mentioned title, when using printf with softdevice, "Stopped by a vector catch" occurred.
I am using my custom board(nRF51822 and s110).
And I am using IAR...
Hello,
When i try to set value of the gpregret using sd_power_gpregret_set and clear functions in on_write callback function, cpu gets stuck (i check it in debug mode). Can...
Hello
I'm trying to communicate with an sensor over the TWI HW interface during a BLE connection with the S110 soft-device, and every time I try to use the TWI bus the...
Greetings,
There is a bit of strange operation in UARTE peripheral in nrf52832 with the DK. In the simple code below, if both of the if statements with comments 'Check 1...
Hello everyone,
I have a strange issue with s110 + whitelisting + Device Manager + nrf51822 + GCC and hopefully you can help me with a good advice. It appears that the...
hi,
I am trying to integrate buttonless switch to boot loader as explained in the documentation and the hrs experimental example.
I am working on SDK7.2.0 and using...
Hello,
I installed the new nrfjprog but it fails to write my nrf51 dongle:
ERROR: nrfjprog failed for an unknown reason. Run the same command again with
ERROR: argument...
Hi All,
I would like to design a wireless system using nRF51822 with an effective range >100m LoS and 5m under water.The system is used as a ON-OFF control device powered...
I am trying to run an Arduino sketch using the RedBearLab nRF51822. The sketch is designed to transfer data to and from a microprocessor and an Android device via bluetooth...