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...
I've found this great post in devzone blogs, written by RK.
I like it and would like to make it better known, both as a point of discussion that as a request to Nordic...
Hello,
I am just trying out the example BLE peripheral firmware designs on nRF51822 EK.
Custom UART profile implementation is interesting for me and there is indeed an...
why m_storageHandle_DeviceName became to 0xFFFFFFFF, its value was init by pstorage_register when app startup, but here it lost value. Can anybody help me ?
// event on...
I'm able to flash ble_app_ancs to the nrf51822, and I'm able to debug it successfully. I'm also able to pair with my iPhone 5S running iOS 7.1. After the initial pairing,...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Good afternoon,
I'm trying to test PCA10001 eval board power consumption and consumption is about 4mA when it should be considerably lower.
To proceed with this measurement...
Hello !
When i was trying to configur my SPI, I observed that there is a difference between the position field announced in the nrf51 reference manual v2.1 and the nRF51_bitfields...
We are looking for the sample software for transmission of nRF2726 (nRF24Lu1P).
nRF2726 does not carry out transmitting operation in enhanced_shockburst_ptx_nrf24lu1p.uvproj...
What I've been observing here is a curious issue under some very specific circumstances. First off, I am using a Xuntong Tech PTR9018 module (this is QFAAC0), the S120 1.0...
Hello all
I making some device with ARM core CPU with nRF51822.
I set CPU to SPI master and set nRF51822 to slave.
And then I read some data from nRF51822, that was...
I am Merging 3 firmware s110_nrf51822_7.0.0_softdevice.hex, ble_app_beacon.hex and bootloader.hex to Output1.hex as follows.
mergehex -m s110_nrf51822_7.0.0_softdevice...
I'm trying to use the Bond ACI command on my nRF8001, but I'm having trouble using it as per the datasheet.
When I set the Timeout parameter to more than 30 (0x001E), the...
The documentation for the nRF51 says only code from code region 0 can execute the erase and write command on code inside code region 0. This means that my bootloader in code...
I flashed S110 softdevice and ble_app_hrs application to nRF51822 on PCA10005 with nRF6310.
and then I tested by nRF toolbox on iPhone5s.
But ble_app_hrs application seems...