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...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
I've looked over all the previous posts but none of them seem to work but the most useful one I can find is this one:
devzone.nordicsemi.com/.../
The code compiles fine...
Hi,
I'm trying to build the ble_app_beacon project for the nRF51822 (pca10001 board). Using default installation folders, latest SDK (v6.0.0) and Keil V5.1.0.0. I used...
Hi
I've made a small application on a NRF51422 device. It's is loaded with the newest version of S320 and the newest API from you homepage.
In my application i need...
I noticed that flash error logging was taken away since pstorage was added (sdk v5.0.0 and softdev v6.0.0.1-beta). Will it ever be added back?
If you say that it'll never...
I'm using the nrf51822. and then I tested the samples to receive the ANCS and send to iPhone information of temperature sensor.
I would like to merge the two above-mentioned...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
I have the nRF51822 Evaluation kit and put the Heart Rate Demo on the PCA10001 (V2.1.0). When I press Button 0 it doesn't advertise. I have the module (PCA10000) scanning...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
I copy static void radio_disable(void) and void radio_tx_carrier(uint8_t txpower, uint8_t mode, uint8_t channel) into my project.
I call radio_tx_carrier(RADIO_TXPOWER_TXPOWER_0dBm...
Hi all,
I have a spurious crash in the softdevice I guess.
It occurs sometimes when the master (an HTC-M8 android phone)
rapidly submits characteristic changes
(acknowledgement...
SDK: V6.0
HW: PCA10001
APP: s110/ble_app_hrs
Question:
If use "twi_master_init()" with "twi_hw_master.c", the current consumption is added 1m
A. But if use with "twi_sw_master...
Hi I am completely new to ARM development world. I have been developing for years for PC.
Now I am working on a Project where we have decided to evaluate nRF51822 chip...