Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
Hi,
I have problem with ble_nus_c.c in SDK v11...
Normal operation is:
Connecting to target 57E19A190FDF
Connected to target
[DB]: Starting discovery of service...
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.