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...
Could someone explain the difference between the following functions:
ble_conn_params_change_conn_params(ble_gap_conn_params_t *new_params)
sd_ble_gap_conn_param_update...
Hi all,
i need to have at one to one connection(one phone on one nrf52). I have created a whitelist.
What i can see is that after a pairing and a bonding, if i delete...
Hello,
I'm working on an UART application which uses experimental_bootloader_secure_serial bootloader. I've done a similar thing before with SDK-11 (though not a secure...
Hi,I use S130 V1.0 working as a master,and connect a device.My device adverting interval is 800ms, and gap_conn_params.min_conn_interval = MIN_CONN_INTERVAL;//MIN_CONN_INTERVAL...
So I thought I would upgrade one of my projects to SDK13 and try out SES 3.24 at the same time. I thought I would start by getting the ble_app_uart_pca10040_s132 project to...
Hi.
I just want to upload BSP package to my NRF51 DK via mbed web app, but i can not find proper source from all the available projects in mbed. Tutorial of BSP also doesnt...
Hi,
i set the app_timer to fire every 60 seconds
app_timer_start(m_Timer_id, APP_TIMER_TICKS(60000, APP_TIMER_PRESCALER), NULL);
Is it possible to get the current couter...
Hi,
I have changed the ble_app_uart_c example so that it can connect to multiple peripherals(at the moment 2 peripherals, the goal is 3 peripherals). It works fine, but as...
Hi,
I had develop a peripheral with passkey in SKD12.2.0. Now i want to develop ble central to connect the peripheral and communicate with it. i don't know how to implement...
Right now I am facing a problem as mentioned below:
I downloaded nRF52 SDK version 12.3.0. It contains lot of example code. I found .eww file in each example project folder...
I am planning start to develop new sensor base nRF52832.
My question is if it's possible to receive the.DSN file of the NRF52-DK board (development kit)
It will be very...
Hello All,
I am designing the custom board for Automotive application.I considered nrf51824 SOC for automotive application ,is this suitable soc for my application?if yes...