I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
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),...
My question is while the application is running, how can I disable the NUS service to turn on the DFU service. This idea stems from this question: devzone.nordicsemi.com/...