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,
I am working on an application which sometimes needs to send a buffer of a couple of KB to a connected smartphone using the nordic uart service.
The function used...
Hello all,
I'm currently modifying my Analog Input circuit schematics to improve precision.
I'm adding after my voltage divider, an opamp as a voltage follower to ensure...
i have 3000 bytes of data placed in flash from 0x20000. i want to calculate hmac for the same data.First, can we calculate hmac for such huge data?If yes, then how can i calculate...
I'm using SD 110 and the PCA10001 board.
I make the call to:nrf_gpio_port_read(LED_1), where LED_1 is on, or high. This call always returns a 0. How can I read the state...
Hello!
I'm trying to advertise my custom service. After setting everything up, when calling ble_advertising_init I receive error 0x7.
static m_adv_uuids[] = {0x1523...
Hi,
I ported some SDK code into my device (SDK 10 adapted for S110v7x) where I can successfully Bond my device and use the Services I need (ANCS on my case). I have simplified...
Hello,
I have a project that I want to transfer it from nrf51 to nrf52 (the changes are from nrf51822 to nrf52832). I followed the migration guide. And now it debugs so...
Hi all.
I have phone with nrf Tollbox and central device with DFU, SD130 2.0.0, SDK11.
I would like flash application to central by OTA when I enter password in nrfToolbox...
Hi Nordic,
EDIT: I am using nrf51422, with S210 v5.0.0. Everything that is below is referring to ANT protocol
I want to know if the thing that I am planning to do is...
I download the example of multilink central (S130) into nrf51822 .The central transmit 20 bytes to peripheral interval 50ms sometimes will reset.Anybody know the bluetooth...
Hi guys,
I have the NRF52-DK and want to power only the NRF52. So basically, I want to power it over VDD_nRF.
When I power my DK with a battery and then measure my current...
Hello!
Is it possible to read data sent from ble_app_hrs (peripheral ) to ble_app_uart_c (Central) on PC's serial monitor? If possible, how can i achieve this and which...
Hi,
I programmed nRF52 DK with BLE_APP_UART_SAADC_TIMER_DRIVEN with AIN6 pin as input and is working correctly. But when I programmed the same code in BMD300 the adc count...
I'm running an nrf52832, using SDK 11.0 and the S332 soft device. I've had instances where it seemed my flash data, stored with FDS, was corrupt after a firmware upgrade....
Hi Nordic,
I am having problems knowing what exactly happens in the following situation:
I have a connection established between a master and a slave, and the master...