Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
After programming a panel of 6 modules embedding nRF51822, I would like to send some data in order to test some features. The basic idea is to validate the modules before...
Hi,
How can I change/add include file path in the new pack SDK.
For eg: I want to port the S110 bootloader to S130. But I am not able to change the include path to the...
I am using LMT84 temperature sensor directly connected to P06 on my nRF24LE1, QFN24. Using the built-in BG reference of 1.2V, I measure temperatures from about -30C up to...
When I call the function sd_ble_gatts_sys_attr_set, the compile error "source\ble.c(142): error: #165: too few arguments in function call" showed in Keil V5. But I found just...
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...