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,
We are performing data transfer using NUS service (BLE-UART).
Data passed is a 11-character string.
READ and NOTIFY permissions are provided for Tx characteristic...
Hello,
I am designing NRF52832 based board. I followed the exact reference layout suggested by Nordic except via position. I moved few vias during routing. Is it necessary...
I am using segger studio and jlink to program my nordic thingy 52. I followed the documentation and
Build the program
Connect to Jlink
Erase All
Debug->Go ...
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...