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 all,
first I have to admit that I'm a total rookie in "electricity". I know BLE software-side but just started to learn the hardware stuff.
I just received my PPK and...
by writing servals data into flash ,the data is always is 0,
void fstorage_test(void)
{
ret_code_t ret = fs_init();
if (ret != NRF_SUCCESS)
{
bsp_indication_set...
HI,
I am using nrf52832 with softdevice 132. Using SPIS1 to get the sensor datas from nrf to AARDVARK for calibration. Whenever I send the data's from aardvark(using AArdvark...
Whenever I try to flash the device in keil, I get a no Jlink device found. I get a similar message when trying to connect to the device via Segger. nrfGo Studio just does...
hello:
i want to use pwm in SDK9.0, in my project ,i need to send a cmd to nrf51822-QFAA,and then it control the motor on ,and with this cmd ,i should contrl pwm to let...
Can I control the music player by simulate a hid device
now our customer ask for a new function--use bracelet control the music player>> last next vol+- ...
but the app...
Hi,
I am trying to develop the ble_app_template project into a custom ble application.
Where is says
/* YOUR_JOB: Declare all services structure you application is...
Hi Dear Engineers!
I use nRF52840 SPI (slave) to communicate with Master (HOST) CPU.
if I stop any ADV / SCAN RF functions all works Great!
But if I start ADV (or...
Hi,
I am having some trouble in setting up the RedBearLab BLE board w/ nRF51822 that i recently bought for a project I am currently doing . I am using windows OS, with eclipse...
Folks,
Attempting to use a sample app from the 13.0.0 SDK for a pointing (mouse) device I'm prototyping, located at ...\nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral...
I use the sdk 13.0.0,software device s332,I hope the rtc can work when cpu sleep,and the lowest working current need less than 10uA,what should i do?or Is there a reference...
I'm working on an implementation of the Current Time Service specified by the Bluetooth SIG (I'm happy to share it).
where I am so far:
The service and the caracteristics...