Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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
We produced and assembled our own board based on nRF52832-QFAA chip.
It works fine but we want to improve the performance. We heard at the past that we can provide...
To save energy, we want to sent connectable packets infrequently, say once every 10 secs. We also want to send some status info more frequently (once per sec) using non-connectable...
Hello. We are an OEM design company that is in immediate need for a BLE solution that will be compatible across the assorted phones in the market. Very new to BLE and only...
I am developing an application using Nordic SDK 8.1 for BLE that requires a low power consumption. To lower the power of the slave BLE device I was able to lower the advertising...
Hi,
My board env as below:
nRF52832, pca10040, SDK14.2.0, S132
I am trying advertising sample according to the tutorial
devzone.nordicsemi.com/.../
The "Address...
Hi,
I'm trying to build and install my first code that uses the BLE / softdevice to my NRF52-DK
I'm using Windows 10, Eclipse/gcc and nRF5_SDK_14.2.0_17b948a I'm able...
On my peripheral I filter the devices connected and refuses them when not bonded.
When a device not bonded tries to connect to the peripheral, it forces the disconnection...
Hi,
I am using nrfsdk11 nrf52 and s132 soft device. In my code,I am doing this in main();
void fs_evt_handler(fs_evt_t const * const evt, fs_ret_t result)
{
if (result...
hello sir,
i am using ble mpu example and it working fine now i want do send some commands from mobile to nrf52832 chip via these commands my application should work.
...
Hi everybody,
I will to use the nRF52832 QFAA for a drone, and I carried out this schematic for this chip.
I have two questions :
For the capacitor C6, which value should...
I'm trying to start my app from the bootloader, which is funcionally basically the same as the one in nRF5_SDK_11.0.0_89a8197.
To start the app I call bootloader_app_start...
Hello.
I use nRF52832 and its dev board, S132 soft device. nRF5 SDK v14.2.0 is the version number.
I want to change some manufacture specific data from mobile app. Like...
I am working on the nrf52840 kit with the ble_app_beacon example, compile and download the code successfully. But I don't know how to test whether the kit is advertising,...