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 currently have 2 redbear nrf51822 nano. I want to connect the UART of the nrf51822 to my arduino uno/nano but i dont know how i should do this. I tried looking for a solution...
Hello,
I am using PCA10040 and sdk12.2.2. I am trying to load ble_app_template code. But when I try to flash my code in pca10040 I am getting error as "No Jlink Device found...
I have a nRF51-DK and SDK8+Keil5.
I also have a module that sadly uses an old revision 1 nrf51822. It is connected via SWD to my nRF51-DK.
I could programm it with keil...
Hi,
What is the use of Tacq and the sampling rate in ADCCON2 (pg 169-170 in nRF24LE1 Product Specification 1.6)?
They seem independent of the sample resolution. What...
I have a requirement that in BLE Beacon Packets, I want to send the time stamp information with in Beacon packets . My questions are : 1. Is it possible to include time stamp...
Hi All ,
I am designing a project and having some doubts here.
Basically project is about tracking actual work hours of Laborers in the construction site.
I have already...
We are designing a product that allows multiple users to connect their phones to the same peripheral device. I wanted to check it out with this example:
infocenter.nordicsemi...
can somebody tell me where to find these error codes?
error = app_twi_perform(&m_app_twi, als31300_read_sensor_transfer, 2, NULL);
APP_ERROR_CHECK(error);
perform is returning...
Hello
I am trying to implement Device Information Service using the sample code "ble_app_bps_s110_pca10028" in nRF51SDK 7.2.0.
But I couldn't get any change when I edit...
Hello,
I'm using the openthread border router (wpantund) along with another end device running the simple_coap_server example that exposes a "light" resource.
I have connectivity...
The "Bluetooth Low Energy Characteristics" tutorial, a beginner's tutorial,
devzone.nordicsemi.com/.../ , uses a version 11 of SoftDevice. But I need a it in version 12...