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...
Hi!
nRF52. S132, SDK13.
I try to use ble_dfu_send_hex example.
what shoul I do first?
via nrf gostudio load SD. correct?
Which SD? from this folder (dfu_test_softdevice_s132...
I get the mesh SDK here: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
But I don't know how to add pwm to the light_switch...
Hi all,
I use the nrfjprog 9.7.1 and unfortunately I was used the --rbp command on my nRF52832 and now it's impossible to execute --recover command.
The nrfjprog log shows...
Hi,i have some problems when develop with experimental_ble_app_buttonless_dfu project in sdk12.3 on IDE embedded studio (MAC OS).
I follow this link text to develop.when...
Hello,
Some problems I meet when I try to use spi manager in ble_template example to read "who_am_i" register of LIS2DH12. The environment is set as below:
nRF52832...
Hi,
I'm using SDK13.0.0 and softdevice S132 v.4.0.2.
I sometimes get NRF_ERROR_INVALID_STATE from sd_xxx() in the function registered to ble_evt_dispatch() when connection...
Hello,
I would like to establish communication between my pca10040 and my cellular modem.
Currently I am using ble_app_uart on the peripheral example and I can put messages...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I have a thread using a Timer and PPI to trigger SAADC sampling at 100hz. Currently I have an app_timer also running at 100hz to sample the results of the SAADC (and its time...
Hi guys,
I notice that the bytes array of UUID is reversed after registerd.
For example, I define the UUID marco as follows and registe it at ble_nus_init().
#define...
I am trying to use ESB and BLE concurrently on NRF51822 SDK v11 SD130..
The BLE part is working fine but the ESB part keep causing error randomly.
I put a break-point in...
when i use C:\Users\Administrator\Desktop\nRF5_sdk14.0.0_ble_central_beacon\examples\ble_central\ble_app_multilink_central for this instance ,I debug the discover moudle callback...
The question I mentioned here
When using ble_gatts_hvx to send data, only send data pointer and length to softdevice, and softdevice did not copy these data to the softdevice...
i used pca10040_debug of bootloader_secure of nRF5_SDK_14.1.0_1dda907.
i created the key by myself.
Bootloader and zip file used the same key.
My device is in DfuTarg...
I'm using an NRF51 w/ S130 operated directly from a coin cell battery. I use the ADC with a voltage divider to successfully measure analog voltages. One of the challenges...