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...
When I used the demo of ble_app_hrs_rscs_relay,I cannot write the bonding information to the flash.
I connect to the board by my phone.I cannot find the information about...
what I am basically trying to do is only allow a single bond and any new bonds disallowed until the user selects and option to allow a new bond and then and only then delete...
If I have 10 slaves and one master in a bluetooth low energy network, and the connection interval for all 10 slaves are set to 7.5ms, how would the master manage this?
...
I intend to use RC oscillator instead of external crystal oscillator .
I modified code :
from
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);
to
SOFTDEVICE_HANDLER_INIT...
Hi,
I want to identify different kinds of center in a device product. So I have 2 questiones:
1) Can a center (running S120) set its own name?
2) Can a device (running...
HI,ALL
There are such statement in the CORE SPEC 4.2
"
If the Link Layer connection supervision timer reaches 6 * connInterval before
the connection is established...
Hello, i develop with nrf51 recently. There are a lot of examples that helps me, some of them i repeated, now i can make a lot of interested things. I also read this forum...
Hi,
I am programming the NRF51-DK on mbed compiler. I have compiled some code below for using an analog to digital converter. I was able to print a voltage measurement...
HI,
I am facing some serious issue in 51822. It consumes more power than 51422 on a same custom board. I am using same software for both with s130. Surprisingly the 51422...
I'm registering two p_storage modules, one allocates 3 blocks of 16 bytes (so one page to my understanding) and the other one 512kb ( 5 pages).
to my understanding,if I...
Hi everybody.
I am making an application using ANCS, I saw that the original ANCS application saves some data to flash memory via device manager module and the parameters...
Is there a way to get to an softdevice/radio event, which is generated every time an advertising packet is send? I need to set a pin in high state while sending a packet.
Hi,
In my application, I am using nus service with S110 V7.1.0 (nRF51822). I faced to one problem that the rx channel is set up to notify characteristic. In iOS (8.3),...