HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...