I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
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/...