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...
The ble_app_eddystone example that comes with the SDK uses the scheduler, but I have failed to see where any handlers are registered to the scheduler (and grep -ing the eddystone...
Thank you for viewing my question
nRF52832_PSv1.3, page 345, Idle current for UARTE (STARTED, no XXX activity)
What state uarte current consumption is only 1uA? How...
Hello ,
Regarding to mesh I have few more queries as below,
There are two types Bearer using which we can provision & configure Bluetooth Mesh Devices
GATT
...
SDK 14.2 API References>Peripheral drivers>...>nrf_drv_clock_lfclk_request
The docs say "p_handler_item A pointer to the event handler structure."
It doesn't say here...
In the API reference for app_timer: "Use the USE_SCHEDULER parameter of the APP_TIMER_INIT() macro to select " but higher in the document at Libraries>AppTimer>Migration Guide...
I try to run the thread cli example on the nRF52840dk with the SDK_for_Thread_v0.11.0_84a130f.
Windows 10 throws an error like "USB device not recognized / Error trying...
Hey,
For my project I am working on I am using openThread to multicast when a Thingy52 connects to a nRF52840. The nRF52840 (central) connects with a Thingy52 (peripheral...
Hello,
when I try to import some libraries to a project example in SES(TWI_scanner for this example)
one is some are from the SDK and another one from the github non of...
Hello everybody,
i want to add a timer to my secure bootloader example, so it waits some time and then, if no DFU is in progress, starts the beacon apllication automatic...
Hi,
I can't manage with error in secure bootloder (from secure_dfu_ble_s132_pca10040_debug example) on custom board with nRF52832xxaa chip. I got a signature validation error...
Hello.
Nordic Team.
I add for ble Service and i select my service notify enable
I want receive my service number, but service number is different.
Add for my source...
Hello,
Nordic Team.
I don't understand 'ecg cccd_handle number ' 'p_evt_write->handle number' difference.
I add for ECG Service on my bluetooth profile.
ECG Service...
Hello,
In ble_app_uart_c example, I can see sleep_mode_enter() function. I would like to know when this function is called and what it does. I don't want my IC to get into...