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...
In order to use SDK13 with no limitation (from keil) to build: nrf5-mpu-examples for sdk13 .
I have followed the Segger Embedded Studio - A Cross Platform IDE tutorial...
Hi,
I am using microecc to create a ecdsa signature and verifying with my public key. When calling nrf_crypto_ecdsa_sign_hash() to sign the hash it returns with NRF_ERROR_INTERNAL...
I am using nRF52480 and s140. The example is ble_app_uart_c.
The program works fine with: Scan interval x00A0 and Scan window x0050
However, when I set the Scan window...
Hi !
When operating the Thingy52 with it's factory firmware:
Is the Thingy 52 choose automaticly which BT protocol to use (BLE 4.1 or Bluetooth 5).
I mean:
if i connect...
Can someone revise
www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit
to include an image from an Apple Mac .(I can provide one)
As well as modifying...
Hello,
I am trying the example code, heart rate BLE peripheral application, on the nRF52 DK. However, I cannot see the screen fill with data in the heart rate monitor,...
hello,
i am working with a long range ble long range transmitter and receiver which will communicate over long range to send a ble nus string in nrf52840, so i set tx power...
I am working with SPI and SPIS examples ( sdk version 13). SPI of nrf52 is full duplex. In the example, I can send data from Master board to Slave board then Master board...
Hello!
I use 2 board nrf52840! I want to transfer large data ( 1~2MBytes) from board1 to board2 with wire to connect. Can have solution for me? (SPI I2C or uart).
According to the description of S132_SDS_v5.0 on page 82, when the establishment of connection, in accordance with the BLE protocol, softdevice will be interrupted frequent...
I am using nRF52840 and the power profiler. I am trying to measure the current to evaluate the scheduling of BLE. Now I am using the ble_uart_c example and I changed the scan_interval...
I'm trying to set up SPI example from SDK12.3, but I get error at line 53 of main.c
static const nrf_drv_spi_t spi = NRF_DRV_SPI_INSTANCE(SPI_INSTANCE);
It's saying...