Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
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 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...
Hello,
I see that the make files that have been included have provision to remove dead code from the projects to reduce code food print. This is accomplished using the...