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 use NRF51822 + S130 + SDK12 platform, my device work in CENTRAL mode, I want send data to peripheral every 10ms, code like this:
while (1)
{
while (m_free_tx_packet_count...
Hello,
I am currently working on nRF52840PDK baesd project, where I want to use BLE using RIOT OS. So, please can you provide any example for RIOT OS based BLE or any details...
Hello all ,
I am using nRf52832 and i found PWM conflicts with Softdevice: We were able to create a sample PWM application which works fine independently. When we merge...
I'm developing a system which consists of 1 or more remotes (3 or 4 max) that have to communicate with a single host.
I need a fairly simple protocol, low power optimised...
hello all,
I am using nRF52832 and blow is my querry.
Implementation of power ON/Off feature:We are able to put the board to system ON low power and System OFF low...
I am using radio notification to change every advertisement packet. Here is my code:
static void on_ble_radio_active_evt(bool radio_active) {
if (radio_active) {
advertising_data_init...
Hi all!
I'm trying to move to SDK 14 with some project.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 23..70 all works good.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE > 72 exception happens...
Hello, I am investigating the possibility of integrating the DTM functionality into our app (which uses the softdevice) to allow us to use a single image for production testing...
Hi,
I am using the SAADC example in SDK 12.2.0 together with SoftDevice (S132, v3) and its working fine without any problems. As a modification, I want to uninitialise...
After calling sd_ble_gap_connect() at an arbitrary time, how does the central actually connects to the peripheral?
Assuming the client probably listens only at certain times...
Hi all,
Is there a way to change the UART pins configuration to bypass the segger jlink debugger on the nRF51/52 devices? I would like NOT to use this debugger chip for...
I am trying to receive a string of 708 characters via BLE. As BLE cap a maximum of 20 bytes per transmission, at the mobile app side I break the data to be send every 20 characters...
Hi All.
I wanna to continue Advertising during peripheral connection due connectable ADV prohibited if Peripheral connection established for nRF52840.
Is it possible to...
I'm trying to print a 20 byte array over uart before sending it on BLE. My array contains:
{0x34, 0x12, 0x00, 0xFF, 0x00, 0xFF, ..., 0x00, 0xFF}
However when I try...
Hi, i am actually working on a smart lock and i want to implement an Automatic Unlock.
This functionnality can be really useful, because the door unlock even if your smartphone...