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...
Dear Nordic team,
I have the nRF51-Dongle and would like to use it with master control panel.
I did everything like already recommended in this tutorial .
The problem...
SDK 9.0
nRF51
PCA10028
I want use nRF51 gazell function one host multi device. Reference example code "gzp_dynamic_pairing",host and device can auto pairing .
But in host...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hey Guys,
Who can tell me what are the differences between the timer0, timer1 and timer2?
And if I want to set up timer interrupt in timer mode, the interrupt will be...
Hi everyone,
I took the example Ble_app_uart and I modified the Nus service for send data in Indicate mode.
With MCP I discover service and enable service (0x02->indicate...
Hi, every one,
In my application , we need to bond my device with host , and then our application will go to deep sleep by calling sd_power_system_off. When I wake up my...
Hi,
I have made some customs pcbs, the main one use the PCA10004 reference design and the small boards use PCA10000. I can get 25 meters on LOS (I think it can go far way...
Hello
Until recently I have been using a JLink EDU to program and test nRF51xx devices from Keil 5.14.
I recently bought a Ulink2 and would like to do the same but have...
Silly question, but I haven't gotten into a good rhythm with the debugger. Every time I try to use the debugger when a soft device is programmed, I can't seem to ever hit...
I'm trying to port the Dual Bank BLE DFU Bootloader to a custom board that we have. The only modification I have made in the bootloader was that I changed it so the internal...
I'm working in a project & I want to use the PWM application provided by the SDK with the bluetooth module, I want to control the LEDs light intensity using the PWM, the PWM...
I'm having difficulty with using PWM library with softdevice. The app_pwm_init function returns
NRF_SUCCESS but call to app_pwm_enable does not generate an output.
...
Hello,
Is that possible to connect to a device that is not advertising ? (a kind of wifi not send SSID)
In my case I know what mac address to connect so it's useless...
The critical section code in app_util_platform is controlled by the symbol SOFTDEVICE_PRESENT. Do I have to set it up in the project or is there something else that controls...