When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hello,
I am using the nRF51 transmitter_pca10028 example to try to communicate with legacy systems using nRF2401A.
I could achieve nRF51 TX to nRF24 RX successfully...
I would like to burst out 12 packets of 64 bytes and then go into RX mode immediately after for a single payload, followed by another round of transmissions. Is there a shortcut...
The data is sampled at 3khz, each sample is 2 bytes, connection interval is 7.5ms ,4packets per connection interval. The data is displayed on a graph with respect to time...
When I execute nRF5x_MDK_8_7_1_IAR.msi from the SDK 11 directory the files from the .msi are added to the IAR install directory, not the SDK. These changes are ignored when...
I was little bit confused between NRF24l01 and (+) plus version which is better . i want range of 900-1000m. which is best??
If i choose NRF24l01+ what are the ways to...
(/attachment/0495424521df76d5b8f8e66c969ed791)Hi,
I add ANCS Service into my Heart rate ref ble_app_ancs_c example code.
I use MCU nRF51 and SD130 in nRF5_SDK_11.0.0_89a8197...
Hello,
My device is based on nRF51822 SD110 v8.0. Softdevice is enabled, but no BT functionality used. I measure 2 different voltages with ADC each second with two channels...
I'm writing code for PCA10040 basing on UART/NUS example. There are no big changes: different UUIDs and just one characteristic for both reading and writing. I can connect...
This is a follow-up question from devzone.nordicsemi.com/.../
I finally got passkey support to work on ble_app_uart but don't quite understand the changes made to the code...
I am trying to add static passkey pairing to ble_app_uart in SDK_11 s130. To do this, I first implemented static passkey successfully in ble_app_gls using sd_ble_opt_set(...
Tl; dr
I tried to use OTA DFU with Public BLE Address, but I failed. Is this possible?
Details
Condition
I modified ble_app_hrs example like below (SDK11, pca10028...
I have a radio board using a NRF51822 with a custom radio protocol. I need a unique identifier, ideally 24bit, 32bit but be acceptable.
I notice in the parameters there...
I've looking through as much of the documentation I as I could to read more about the radio timeslot api.
I looked through the SDS document and the chapter on the Radio Timeslot...
I am able to use eclipse to run simple project, but after move the real one, getting lost of errors:
www.dropbox.com/.../Screenshot 2014-04-02 09.10.41.png
I add required...