I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hello
I'm trying to implement a number of different interrupts using the nRF51 DK but I'm having trouble understanding how to use the GPIOTE_IRQHandler function.
Basically...
Hello,
I read a while in this forum and found out it might be a little tricky to get I2C working when using a Softdevice. Is that information still valid or outdated? ...
I 'm using SOFTDEVICE.
Can I choose the BLE and NON_BLE while the applications running?
I want to implement, as below.
When I want to use bluetooth, BLE is run. and...
For a school project we have to develop a beacon system, to easy use different beacons we want to be able to change the major and minor from the beacons with UART communication...
I have seen this forum post: devzone.nordicsemi.com/.../
Which refers to this blog post: devzone.nordicsemi.com/.../
But when I use the Keil Packs Installer, and check...
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...