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...
Greetings,
I have a peripheral (S110) , when it is connecting to a central, it also need to scan another broadcaster (beacon) to obtain its RSSI and send to the central...
I have adopted the S120/S110 multilink example to the following: central.zip and peripheral main.c
I want to send a notification from the central to the peripheral and...
I've developed an application on the nRF51 DK, now for further testing purposes I need to upload it to the nRF Beacon (PCA20006).
My software uses SDK8 (S11 v8) and it...
I want to get rid of the board support package, and write my own code to interface with the least complicated drivers for UART, BLE and SPI etc.
If I remove BSP I ifind...
hi i have pca 10001 eval kit .I need to connect it with PIC16L1947 controller via uart.The data transmitted from pic is to be collected by nrf51822 and it should send as advertisement...
I am developing an application from scratch for the pca10001 by copying a lot of code from the heart rate example.
When calling "softdevice_ble_evt_handler_set" I get an...
I am looking over the stack-up for the dev board which I received from an FAE and has designed in a 50mil width PCB antenna. I am using this online calculator here:
emclab...
Hello--
The nRF51-Dongle has these 20 pads which I think correspond to a debug port:
On the schematic, it looks like these feed into JTAG signals:
My question...
Hello,
I just got a nRF51 DK and I'm trying the examples of nRF folder in the Pack distribution (SDK 7.2).
I can compile the Blinky project but its not working if I...
i have the nRF51DK that comes with the Segger j-link programmer. Can i use the programmer on the board to program a custom board i purchased from Nordic preferred vendor?...
Hi all,
I am using gcc for my Nordic project and I wanted to add the bootloader. After some reading and experimenting the bootloader worked. Now I thought of making a release...
Hello all,
i am trying to make working the ble bootloader from SDK 6.1 with SoftDevice 7.0.0 and gcc setup (pure Eclipse gcc project frome here devzone.nordicsemi.com/.....
Hi,
I need to develop a BLE service for file transfer between iphone and my device. I chose BLE because the files are very small in size, and as BLE does not need authentication...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...