I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hi,
I have just bought a PPK2 and (mistakenly on my part) assumed it must read the Voltage of the output as well (necessary for power measurements). I see now that it doesn...
I am using ncs sdk, my projects are under ~/zephyr-workspace. This is from an example project - blinkypwm. The clangd compiler shows the following erro: In included file:...
I try to simultaneous update (app + networkcore) with usb and external flash on my custombord And serial recovery, not DFU from app.
this is mcuboot config. I have set the...
i want to commission matter compatible smart switch into thread network.
but i'm getting internal error .
but other device like matter samples light_bulb (nrf52840dk)...
Dear Nordic Support Team,
I am currently using the nRF52840 development board and working on developing a dimmer switch. During the development process, I encountered a...
I just downloaded the latest version of nRF Command Line Tools: nrf-command-line-tools-10.24.2-x64.exe
My desktop is running Windows 10. The installation is successful....
Can you supply Ubuntu docker image to me to build matter project(ex: bulb)?
Pay attention to my Ubuntu server is offline, so it need to whole docker image, all I need to...
Hi,
I'm porting an application from nRF5 SDK (v16.0.0) to nRF Connect SDK (v2.9.0) to be able to work with the nRF54L15. While porting our ADC functionality, I noticed that...
I am working to convert from Thingy 91 to Thingy 91x. I have successfully used the modem_shell with RTT output and control and the overlay does not seem to work with SDK 2...
I'm having a lot of new trouble posting to devzone. I can not drag/drop files. It keeps suggesting "An error occurred. Please try again or contact your administrator." This...
Hello,
I have to handle two devices with one UART. Previously, I made it by suspending UART, changing its state between PINCTRL_STATE_DEFAULT and PINCTRL_STATE_SLEEP and...
I am using the nRF9160 to upload a large set of data in chunk of 16kB in MQTT datamode. I am using the v2.6.1 SDK and toolchain. During the MQTT upload the connection seems...
I'm migrating my app from parent/child to sysbuild.
Previously I had both bootloader and firmware as separate out-of-tree projects and that was working fine.
Now using...
I am trying to define a simple output pin.
in the DTS file I have:
aliases {
ledred = &hwledred;
ledgreen = &hwledgreen;
memwp = &hwmemwp;
};
soc {
gpio0...
I'm implementing an OAUTH procedure on my device. I'm able to access login.microsoftonline.com and get user and device codes, then after authorizing, I can access the token...