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...
Hello,
I'm using the following setup:
nRF Connect SDK v2.9.0
B0 , upgradable secure MCUBoot, and application
Statically defined partitions in the partition manager...
I am experiencing issues configuring an SPI-based SD card interface on my nRF5340DK using NCS v2.7.0. The SD card is not initializing correctly, and I am receiving repeated...
I have two nRF52833 development boards: one is connected to the nRF21540 EK as TX (using BLE peripheral_uart), and the other is used as RX (BLE central_uart). My issue is...
Hello,
I recently updated to the "new" nrfutil tool and installed the nRF Sniffer according to the instructions. I programed the firmware and ran nrfutil ble-sniffer bootstrap...
Hi.
I am looking for help with software development for my Thingy91 project.
Project is very basic and I am ready to pay based on hour rate. It is very simple and beginner...
Hi support team,
I'm working with nRF52833 DK. installed the mobile app and desktop, but I wasn't able to connect to either.
Power switch ON, SW6 on DEFAULT. J2 connected...
Hi
The Blinky Programm only starts when I give the reset Go command via jlink commander.
At Power cycle nothing happens.
If i give the SOC an external Pin reset the...
We have written a Flutter app, which uses the Flutter-nRF-Connect-Device-Manager package to perform firmware upgrades on bluetooth devices that the app bonds with.
If iOS...
Hi,
I’m looking at starting a new design that would be based on the nrf52840, however it seems that the flash readout protection is now fairly broken on this device. Are...
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...