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...
I have a created a bootloader using the bootloader_secure example in SDK 12.1. Using my own public-private key pair I've created two zip files, signed with nrfutil, one with...
I'm modifying 'ble_app_uart' project with custom board.
And also test with Android app that Nordic released.
I'm wondering how to set this connection "bond".
Does Nordic...
Hello all,
I little confused with these two examples as mentioned in my question. Both examples are different and their use case is also different. Can somebody please...
Hi!
Faced such an anomaly. In 2-3% of cases when exchanging PTX device sees a transmission error (the ACK did not come) and device PRX is not see this error.
Is there...
These pins do not work when I connect to nRF51822 module directly..
Like this. I cennceted VDD, SWDIO, SWDCLK and GND to nRF51822 module.
And there are not jumpers to...
Is there any sample code in examples, because am a newbie to this great platform, my objective is to glow an led , when the motion is detected , and also when there is no...
Hi Sir,
I add NUS service into CSCS project base on nRF5_SDK_13 follow the steps below, there was no error occurred after build the project, but it didn't work. Please...
Hello,
I'm trying to set up I2C with an mCube cccelerometer, which has an I2C 7 digit ID of 0x6C and an 8 bit address (write) of 0xD8.
With the code below, I see on...
Hi.
I have a custom board, which I power up via AAA battery through a buck-boost converter. I wan't to measure battery level using on-chip ADC only on requests from master...
Hi there,
I've successfully sent the experimental buttonless dfu app "over the air" but now I am no longer seeing the option to DFU from within Nordic Connect.
Must...
Hi,
I'm using a PCA10040 board with the UART example provided with the v12 SDK, and the data seems to get corrupted somewhere along the way between my Ubuntu machine and...
My app works well when working with Master control pannel, but when I use nRF Connect (Android App of Nordic) I have a disconnection without any reason. Especially when I...
I want to send some data more than 20 bytes.
I use
ble_nus_string_send(&m_nus, tx_stuffed, 10);
3 times.
In the advertizer.c
in the function on_ble_evt
I insert code...
Hello,
I am trying to get to the bottom of a double-reset-problem which I am facing, whenever I flash my software-program to the nRF52832 (1 for the flashing and 1 after...