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 downloaded nrf5-mpu-example sdk 13 from github. made necessary changes to work with sdk 14.2 for nrf52840. the kit is advertising when i check it in nrf connect...
How can I disable aes encryption?
I'm trying to port nRFgo gzll_host_w_dyn_pairing_example and the aes encryption peripheral is missing. Tried to define GZP_CRYPT_DISABLE...
Most of the SDK examples project support pca100028 only How I do Port in PCA20006
Right now I am using any IDE's . By using cmd , I generate hex file.
Where I have to...
Trying to port over code from UART example to muti-connect example.
Made sure include paths are correct, and made sure the following C files are in project.
ble_nus_c...
Hi guys,
I am using nrf51822 with SDK 11 and softdevice S130. I use Just Work bonding with Peer Manager. When I connect nrf51 with the Android phone run NRF Connect, the...
Hi,
Is there a way to obtain the connection handle inside the connection parameters event handler ( ble_conn_params_evt_handler_t ) on which the event occurred?
I am...
I've added a custom service for transferring data. It shall contain one characteristic that will notify when data is available, and the other should be a long read characteristic...
I recently got involved in a project where I am deploying a ble based mesh to understand and monitor bridge vibration patterns. I have been through nRF's mesh capabilities...
I am using the Arduino Primo board.
I have multiple beacons that advertise at a set interval.
All beacons have the same Device_name.
The Arduino Primo board scans for all...
Hello there. I just recently started programming using the nRF52832 DK, SDK14.1.0 and SoftDevice 132 v5.0 . I tried to follow this tutorial on Github: github.com/.../custom_ble_service_example...
I am using a power profiler to measure the timing of my program and I found something wrong. So I tested with a simple pure timer.
So first I set the timer during to 300ms...
I just spent 2 hours chasing BLE bug after upgrading from s132 v3 => v4.0.2
I added a call
// Configure the maximum ATT MTU.
memset(&ble_cfg, 0x00, sizeof(ble_cfg)...
I couldn't use nRF Connect (BLE) under Linux, after updating the FW, it tries to open /dev/ttyACM0 but fails to do so.
Not a "permission" problem: the user is in uucp...
Hi,
I'm unable to compile the OpenMesh example application. I've modified the make file with correct paths. However I'm getting the following error. Can you please help...