Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
Hello,
I want to change the advertising timout during runtime. We have two use cases for our device:
Batterie mode --> advertising timeout = 2min
Power...
Hello,
Implementing a LED led driver was pretty simple and below code works well:
nrf_gpio_cfg_output(LED_PIN);
nrf_gpio_pin_clear(LED_PIN);
NRF_GPIOTE->POWER =...
Hi there,I am using the PWM library in github github.com/.../nrf51-pwm-library . After I do this in my project and I check the pin output with Oscilloscope but didn't see...
I have a product that was released a few months ago and is operating in-the-field. Recently we discovered a bug and need to fix it. We are unable to do a DFU because:
...
Hello,
DEVICE_MANAGER_APP_CONTEXT_SIZE should be less than 256 bytes in size.
However, it seems to work properly (not fully tested) whith a size of 800 bytes, and no more...
Hi all,
I want to make sampling from microphone at 16KHz. So I want to first disable softdevice, do all measurements. An after that enable softdevice to transmit data. Will...
Hi,
Recently, I am playing around with the NRF51 dongle and trying to make it work as a BLE master.
However, when I run the sample code(e.g. advertising, multi-link .etc...
Hello, i am seeing a strange behaviour of pstorage module and i don't understand what is happening. I have read links below:
pstorage-problem-on-power-off
saving-data...
Hi,
I haven't been able to find a clear answer to this.
With the ESB protocol, a payload can be stored in the PRX TX FIFO to be sent back to the PTX as part of the ACK...
I have some nrf51422s beacons and wondering if they can send and receive data. So I want it to keep transmitting its id and signal strength but if somebody is reading the...
I am trying to implement the ANT+ Environment Profile using the nRF51 DK and I was wondering if anyone had done this and could point me in the right direction to start. I...
how to synchronize multiple NRF52 them?
Should I use a router? What route do you recommend for development?
Otherwise many people tell me that the Bluetooth has a very...
Hi all,
I create 4 timer in APP, and there seem only one timer (work in single shot mode) can not trigger by right ticks.
I add some log and find that:
First I...
Noticed in ant_parameters.h
#define MAX_ANT_CHANNELS ((uint8_t)15)
First question: is this correct for nRF51?
Second question: is nRF51 going to support 15 channels...