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 would like to do some code profiling and measure execution time.
What is a lowest possible resolution for the counter is possible to achieve and how?
I am currently...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
Hello,
I have the NRF52 DK with a PCA10040 designation. As instructed, I connected the board to my computer via the USB cable. The original demo on the board worked fine...
Hi,
I need to implement a simple external interrupt triggered by another IC on a nrf51822.
After searching the devzone I found the example in the GIT repo ( github.com...
My code is roughly based on:
devzone.nordicsemi.com/.../
I'm using SDK12.2, softdevice S132. The relevant parts of code are:
static uint8_t bapi_adv_data[14] = {...
we are facing issue of "application program" hex file generation, which is different in two machine . we are matching setting of both machine , we found the difference in...
Hi,
I've got a problem with nrfutil package on Raspberry Pi with Python 2.7.9 and pip 1.5.6 included to raspbian distribution.
I'm writing like below:
pi@raspberrypi...
Using SDK 12.1.0 with flash containing data from a previous version of software.
The pages_init function in fds.c does no have adequate protection to prevent writing to...
Hello,
I have followed a couple of the posts on the devzone on how to increase the MTU and add the DLE support such as this .
However, whenever I send over 20 bytes...
hi, i have a SIM800L Core board which is using UART protocol to communicate or to send At commands. so that i am using BLE_APP_UART example to set AT commands to SIM800L....
Trying to follow this tutorial using KEIL 5.23, J-Link 6.14b and the DK.
I am getting linking errors like this when compiling:
What did I do wrong and how can I fix...
hi,
i was looking for example of two nrf52 communication. One is central of course and other one is peripheral. But i have following doubts.
If one is central then...
What is the right way of stopping and then subsequently re-starting SAADC?
Using the saadc example, I want to be able to stop saadc when a certain pin is grounded or when...