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 am migrating to the latest code versions (both SDK and Softdevice) but I am having issues when I start the notifications on a BLE app. The errors I am seeing are...
I have an application that uses the soft device and RTX RTOS. I am seeing a behavior I can't explain.
I use sd_app_evt_wait() in the idle thread after I have turned off power...
I downloaded the nRF UART 2.0 app for Android to a Samsung Galaxy S5, which is running Android 4.4.2. After the app attempts to scan, it never discovers any Bluetooth devices...
I have the RedBear BLE shield running on an Arduino Leonardo. I am using the ANCS Library from here: github.com/.../avr_nrf_ancs_library and have updated it to run the latest...
Hello,
I am currently working on a project that requires my analog signal to swing below and above ground. I was wondering if the ADC of the nrf51822 would be able to support...
I'm new to the Bluetooth LE world, and Nordic in particular. We have begun developing a system that acts as a Bluetooth master, and I am trying to figure out a way to test...
Hi everyone, I have just started using the s120 softdevice to implement a Central BLE device. The starting idea is to start with scanning and reading the advertisement data...
Hi,
I have seen several answers about how to achieve a higher data rate and I just want to make sure what I understand is correct.
I am using nRF51822 chip and the dongle...
I am developing a product using nrf51822 v5.2 SDK.The question is that Ble will automatically disconnect in some minutes after normal connect OK.The message by Sniffer is...
Recently while debugging my application i noticed strange behavior:
i set watchdog timer to restart application if my peripheral is not receiving any data for some time....
I have a nRF51822 Evaluation kit I am trying to get up and running. My kit has the older QFAACA part.
I followed the steps to setup eclipse and GCC and i am successfully...