Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hi,
I'm approaching the nRF51 tools for the first time and I'm trying to recompile the source code for the desktop 2 reference kit with Keil 5.14 as a sanity check for...
I am developing an application where a repeater unit connects to a number of other units, gets some info, aggregates it and broadcasts it as a peripheral unit (in a tree structure...
20150424_iPad_iOS(8.1.3)NrdkKS_sniffer.psd
Dear Nordic,
I want to control the volume up feature through HID for iOS while pressing the key.
How can I proceed for...
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...