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...
Hi,
I have used the following version for my development
SDK: 6
SD:s110_nrf51822_7.0.0_softdevice
nRF51822 :3.0
Recently we are using nRF51822 3.1 QFACA1 1442AB...
Hi,
I am trying to setup DFU on a PCA10001 board with the following specifications:
softdevice v8.0
bootloader: From SDK v8 examples (bootloader\pca10028\dual_bank_ble_s110...
I updated my MCP to the newest version and then the new MCP wanted to update the pca10000 with the newest firmware--> failed. Now i can't get my pca10000 to work again. i...
Hi,
i am trying to connect via bluetooth using the gatttool on a Raspberry Pi. On the Nordic device I am using the BLE Proximity Demo. Everythings work fine, but after 30...
Hello all,
I am trying to get a communication between the nRF8001 and the nRF51822 using the UART service. The nRF8001 is connected to an Arduino and is working fine. I...
I am trying to find out the issue with my nonvolatile driver. I currently try running
nrf_nvmc_page_erase((uint32_t)(page_address));
However, that doesn't seem to...
I've been testing Pre-Production samples running a firmware in which I catch any and all Error codes or Reason reasons and write them to the gpregret register to be read later...
Hi, I am using a modified version of RBC mesh.
When I connect with an external device to one node using BT I get connected but I can get randomly disconnected when data is...
So, I'm trying to work around the Ble Uart example, using the PCA10003 Board. The example uses one of the buttons as a "Wakeup" source, but during the bsp_init() call, the...
Hi Nordics,
I would like to run the app example “ble_app_hrs_s110_hci_pca10028 (nRF51 PCA10028)” on the 32 MHz crystal. Can anyone help to change the code to 32MHz base...
Hello,
I am currently use the new SDK 8.0 for the NRF51822 (S110 soft device). I noticed that on SDK 7.0 for the ble_gap_sec_params_t struct , there was a variable called...
I want to see register values in interrupt service routines after a timer timeout. However, when I enable debugger in Keil, it only iterates once to the end of main function...