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...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Both myself and a colleague had an issue in the past 48 hours where upon launch we were prompted to install a new West workspace/SDK. In my case it "tricked" me into installing...
SDK: 2.6.1 (2.9 seems to give an HCI build error , undefined reference to `__device_dts_ord_135', when enabled CONFIG_BT_LL_SW_SPLIT, CONFIG_BT_LLL_VENDOR_NORDIC ?)
SOC...
Changelog for nRF Connect SDK v2.2.0 mentions that:
nrf_dm_high_precision_calc() now handles out-of-memory errors by returning NaN .
What exactly are the memory requirements...
We want to generate 8.200 MHz as I2S MCK with an nRF5340.
This could be achieved with 12.300 MHz ACLK as source for MCK, and then dividing by 1.5 in the Master clock generator...
Hello evebody,
I have problem with socket creation. I am trying to copy example of this tutorial:
https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons...
I am trying to get DFU FOTA over BLE to work using external flash on an nRF52840 DK with NCS 2.5.2 . I followed multiple sources, but I am unsure about the correct configuration...
Hey , I want to implement a CMAC with the AES algorithm . In the prj.conf i added
CONFIG_PSA_WANT_ALG_CMAC =y but i received this error : error: #error "PSA_WANT_ALG_CMAC...
Hi,
I'm trying to use an RTC with the nRF Connect SDK (v2.9.0) and nRF52840, but nrfx_rtc_init always returns the error NRF_ALREADY_INIT . I haven't used the RTC anywhere...
Hi,
we have implemented https://github.com/nRFCloud/MQTT-bridge-mosquitto in our AWS account. but in we are getting error like
January 07, 2025 at 14:51 (UTC+5...
Is it possible to emulate COM 4 ports over nRF USB using CDC ACM device class? I was able to get 3 working but when I added 4th one it didn't worked out. Is there any
limitation...
We need to measure short distances with precision, aiming to detect whether a door should open or not using a kind of smart key.
Our mission is to implement a solution using...
Hi
I'd like to use a gpiote in event to trigger a capture task of a timer (rtc timer). Now I realized that according to errata 153 in event may not always work. The suggested...
Hello,
I am evaluating the DECT NR+ PHY capabilities on the nrf9151 development kit, and I would like to understand how multiple access is implemented on the 9151 modem...
Hello Everyone,
I am new to nordic devices, but i have been for the past 2 weeks trying to build something. First I have created a new board "Holyiot_21069" with Visual...