Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello, I bought the nRF51822 Development kit and the nRF6700 starter kit and I'm having trouble finding tutorials on how to use the 2.4 GHz radio mode on the nRF51822. Can...
Hi everyone,
I have some strange behavior with a central peripheral combination. My central subscribes notification on the peripheral. This has a limited TX-Buffer for just...
Hi,
I am developing the nRF51822 for the BLE device application. For the data delivery I am implement this function based on "button_radio_example(Tx/RX)" example code. It...
Hello,
I have been since many days desperately trying to set the bytes in the advertisement packets in my Arduino, combined with an NRF8001.
What I am trying to achieve...
Hi,
I would like to connect my msp430f1611 with NRF8001 bluetooth module and send data with an SPI communication. I found an interesting guide here with the main part of...
Can someone from Nordic (or anyone who knows) comment on what happens when scanning and advertising simultaneously with S130. For example:
Scan Interval 100ms
Scan Window...
What are the conditions that can cause
sd_ant_burst_handler_request(Channel_0, 8, tx_buffer, BURST_SEGMENT_END) to return NRF_ANT_ERROR_TRANSFER_SEQUENCE_NUMBER_ERROR? If...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
Hi,
I developed application whitch is using S130 soft device. On central side to manage devices, i've used device manager from sdk 6.1.0. It works fine.
But now i need...
I tried to upload application through BLE DFU in MCP. The DFU Android app works fine. However, it always failed in MCP.
SDK 6.1.0
SoftDevice 7.1.0
MCP 3.7.1.8567...
Hi,
I have following use case. The write operation on one of the characteristics triggers some UART job which takes about 1 / 1.5 seconds to complete. After the completion...
Hello,
I try to use the S310 V2 but got stuck into problems.
in order to start the application from bootloader in the S310 V1 I did succesfully :
void (*application...
Hi,
I have problem on compiling bootloader example which is located at
\Nordic\nrf51822\Board\nrf6310\device_firmware_updates\bootloader
When I try to compile the...
Hi,
Some questions in example ble_app_hids_keyboard/main.c
Why set the adv_params.timeout to zero in BLE_DIRECT_ADV (Line 779) ?
That will cause no BLE_GAP_EVT_TIMEOUT...
I just got a nRF51 and am having trouble getting started with it. I created a very simple program using the mbed compiler and produced a hex file which I now wish to flash...