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...
Hi Nordic Team,
I am using NCS v3.0.0. I have added tamper detection under the General Diagnostics cluster (0x0033) and update the ActiveHardwareFaults attribute (0x0005...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
In trying to develop a ble peripheral app with verbose logging, I observed the device ceasing to advertise somewhat repeatably. I think I have an easy bug jar; it reproduces...
Everything worked normal a month ago. Now things stop working.
When I try to download the program to nRF52DK, the error shows up like this.
When I try to follow the...
i have been trying this, putting the code from SDK14.2/example /periphelas/uart, but i had problems with the file links. So can someone helpme to impleent that or did someone...
Hej Nordicsemi,
We're developing a new product based on Bluetooth LE. And we would like to know if thousands of BLE devices can coexist in the same area. Preferable all...
No matter what sleep mode I put my nRF51822 in (system on, idle, system-off), it seems that the base current is above 1 mA. Is this how it's supposed to be?
I am using nRF 51422 SDK and SoftDevice v1.0.
I succeed in building and loading blinky example from SDK v12.1.
And I succeed in building and loading ble_app_beacon example...
With this Main.c, I'm only seeing the 1st 4 bytes of the device name in the NRF Connect app.
Note the use of:
init.advdata.name_type = BLE_ADVDATA_FULL_NAME;
Am I using...
Hello everyone, I added NUS library and I change the sdk_config.h file according to ble_app_uart example. When I built my project, I do not get any errors. But the device...
Hi support team,
In order to make the application hex valid after programming in a bootloader enabled project, we can use bootloader-settings.
As for secure DFU, it...
We are upgrading some products to SDK 14.2 and creating some new ones.
We need to start production programming of boards. I can't find the information on how to do this...