I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...
HI folks,
I have checked the current consumption while connected on an average to be 325uA (with uC taking 4.5uA) so this mean almost 320uA being consumed by the nrf8001...
I have a general question about the RF frequency tolerance of Nordic devices in general. Is the following calculation correct?
Crystal spec = 16MHz, +/-50ppm tolerance...
Are there any plans to add boundary scan functionality to assist ICT testing? If not, are there any other hooks into the part that can be used to test during ICT?