Hi ,
I am trying to implemenent DFU on nRF52840. Aim is to store new image to slot on QSPI external flash but it seems like nothing is sored on slot 1 as when I upload...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
Hi
I am working with a custom board with nrf52832 with only 32Mhz external crystal. My application is working in the nrf52832 development kit but when I use the custom board...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello,
I attempted to follow the nrfutil offline install instructions. However, I keep receiving the following error when trying to install the device package on the remote...
Hi,
I am trying to set up a slave select on P0.28 but I noticed it's not driving high. I've tried several settings and I'm now using the example from https://devzone.nordicsemi...
Hi,
I am working on NRF52840 soc with SDK 15.0. I am trying to advertise beacon adv to long range. But i got to know that non connectable long range Advertisement not possible...
Dear Nordic Team,
Thanks for supporting.
hardware : PCA10028 (DK 51)
Software : SDK12.3.0 ( NUS example )
Secure DFu implement with NUS example it is compiled and...
I developed one project using BMD-300 Evaluation Kit that include nrf52832 microcontroller. In my project, I use the nRF5_SDK_14.2.0_17b948a and s132_nrf52_5.0.0_softdevice...
Hi everyone,
Using the SDK11.0.0 development product, it was found that the 52832 restarted randomly, with a reboot time of 7 days or longer.
App code condition:
1....
Hi guys!
First of all, sorry to make this question here because it is almost unrelated to Nordic, but I am desperate. I developed a device using your nRF52832. I programmed...
Hi,
I have a problem with Thread network stabilty and formation in new SDK for Thread and Zigbee 1.0. Examples seems to work fine in unchanged form, network is stable and...
Repetition of the steps followed here.
(1) Generated priv key, and public_key.c file using nrfutil, (2) generated the bootloader_settings file using nrfutil (3) Compiled...
hi!
nordic team
i am using thingy 52,and i meet a question that app_thingy_s132.axf: Error: L6405E: No .ANY selector matches accel_auto_cal.o(.bss) when i compile this...
Hello,
I am using nrf51822 with sdk11.0.0.
i observe that in while loop sd_app_evt_wait() function take much time for next interrupt to be pick.
is there any alternate...
I am developing a BLE anti-lost APP with community search, I set scan continuously or scan window 5 secs and scan interval 10 secs, but it drain phone's battery. How long...
Hi there,
I am working on having serial bootloader in nrf51422 to perform dfu over UART. DFU serial bootlaoder example in sdk11 claims to do the same.
After flashing...
I can't figure out why I can't send ADC values to the NUS service via BLE correctly. I should be getting hex values that convert to something like 0 or -1, since the ADC pin...
Hi all,
I'm currently learning on how to build bluetooth connections with a device from an app. For that I downloaded the iOS version of the nerf Toolbox app, as my chip...