Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
hi team,
i am using Microsoft Windows 10 Enterprise OS and Segger 5.40 version IDE.
i am using nrf52840 device in my project along with nrf5_SDK for uart peripheral check...
Hi,
In one of the example( zephyr / net / dns_resolve.h ) In this function description "dns_get_addr_info()" mentioned like below,
@details This function can be used to...
Now I've made a board using 52833 and downloaded the 's140_nrf52_7.0.1_softdevice', 'bootloader', 'settings' into 52833.
I use SD_POWER_DCDC_MODE_SET() to enable DCDC in...
Hi
I implemented in the function call in the SDK bootloader on a nRF52840 the BLE MAC address with the following function call:
The type BLE_GAP_AD_TYPE_LE_BLUETOOTH_DEVICE_ADDRESS...
hi Team,
i am using Microsoft Windows 10 Enterprise OS and segger 5.40.
i am using nrf52840 device in my project along with nrf5_SDK.
i compiled pwm code with different...
Hello, I am working on jumping from the app to the bootloader to do a firmware update from there. If I don't have any application firmware on the nRF, the DFU also works without...
I am working on nrf5340 DK using segger embedded studio. Using peripheral_uart example and i added SPI interface code. I need to integrate ICM20948 library to this application...
Hello nordic support:
Our device used nRF52840, when do RSE testing , band edge failed when channel 39 TX at 0dBm. We want to reduce ch39‘s TX power alone. Could nRF52840...
My environment is nRF52840 + nRF5 SDK 17
I have nRF52840 and LCD module(ER-TFTM101-1) connected using SPIM2.
When LCD power is on, It's fine work.
But, When LCD power...
Hi All,
My project have some problem.Below is the information of my project.
SDK => v17.1.0
IDE => SEGGER
Example code => base on ble_app_buttonless_dfu
Purpose...
Hi,
I have a BLE-project running on the nRF52840 DK. Now I made my own custom board with the nrf52811 and want to program it with the DK.
I did read I have to change some...
NRF52 I try to upload bootloader using DFU bootloader but when i upload zip file code updated but after that nothing work not advertising so can you help me.
i used nrf52832 and sdk 14_02 i run this example secure bootloader located in example>dfu folder is get error
return NRF_ERROR_INTERNAL;
on nrf_bootloader_init() this...
Hello, Guys.
I just wondered why max UART exchange when we receive mqtt buffer that is let's say 1707 bytes is splited bu uart in chunks max of 120 bytes.
Is there some...