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 a problem that when formatting an uSDcard from ext4 to fat32 it gets with both file systems.
In my code I use the FAT FS library [http://elm-chan.org/fsw...
In the "nRF52840 Preview Development Kit v0.9.x" document, I see some power numbers listed for a run mode.
However, I am also interested in the following power numbers...
Hi,
i am using Nrf52 DK board and
i am working on TWI to get accelerometer(MMA7660) values using TWI driver. so that i am getting accelerometer values and Tap information...
Hi guys,
I bought the sparkfun breakkout board ( www.sparkfun.com/.../13990) . I also have the NRF52 DK from Nordic. I programmed the breakout board via the DK over SWD...
Hello All
softdevice version "s130_nrf51_2.0.1_API"
sdk version "nRF5_SDK_11.0.0_89a8197
i am try to flash BLE with SPI code i am not able to flash the hex..while flashing...
Hello,
Recently I was using nRF Connect app to test BLE 4.2 Communication between my Android Device and nrf51422 board. updated the hardware device so the LE Secure Connections...
Dear Nordic Developer,
I can compile and ran examples of uart, saadc, pwm_driver, pwm_libraries. Now I would like to include uart in pwm_libraries to get inputs from PUTTY...
Hello,
I integrated the relevant code from the "uart" example into the "ble_app_uart" example(this is all the code in the main routine):
uint8_t cr;
uart_init();
...
Hi all:
I use sdk11.0
<nRF5_SDK_11.0.0_89a8197\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay>
this example, scan heart sensor , sdk return...
It would be helpful to know how a packet looks like when transmitted/received from the NRF9E5 chip. I already found the algorithm to build the correct CRC, expected from the...
I have included the DFU service and a custom service in my application. During initialisation DFU service is getting initialised and later down the line my custom service...
Hello,
I have few question please about this example.
m_lesc_private_key looks unused, how to modify source to use a pre shared private key ?
is this exemple secured...
Hi!
We are trying a new module with NRF24l01+. We find a troublesome thing. On this video you can see the RF communication starts and stops with a broad-spectrum signal...
Hi :
In my application, i need to use 2 spi master (SPI0,SPI1) and spi slave the same time, but when i compiled drivers_nrf/hal/nrf_spi.h and drivers_nrf/hal/nrf_spis.h...
Hi. I'm using nRF528332, SDK13, S132.
I'm making multi-link peripheral refering to "experimental_ble_app_multiperipheral".
This example code says as below.
#define...