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 planning to use nRF51822 for one of our projects.
Can you please hlep me with the SDK that will support IAR Embedded Workbench.
Thanks & Regards,
Sumit
Hi,
For SDK 8.0.0 and Softdevice S120.
(1) Maximum number of services supported for db discovery ?
(2) Maximum number of characteristics per service for db discovery...
When i try to add pstorage in Keil 5 packs manager without a softdevice ble_flash is required as additional software component. Adding ble_flash requires a softdevice as additional...
We have a custom board on which we have NRF51822 SOC. We also have a small external flash memory(From Spansion) on our board. I'm trying to figure out the ways to use this...
power_manage function is required always? Or its required if i want to go in the low power Mode?
Can i comment out power_manage during development stage?
Here Hung Bui (@hungbui) gave the good answer how to use bootloader with new S120 v.2.0.
I'm sorry, but can anybody check is I have a right settings on the Keil uVision...
Hi,
I need to send(using BLE) large amount of data's, which are collected by the accelerometer sensor for 1 hour. I have an external NOR flash where the accelerometer data...
While I am waiting for my hardware I wanted to test the control panel with my Xiaomi Mi Band.
But I only get a single horizontal line in the RSSI Graph..
As I read this...
Hi,
I would like to change device name more than 4 characters but I've found an exception of error code 12 (Data size exceeds limit) that return from initial of adverting...
Hi there
I started with an empty ble_template and added my own custom service emulating the batterey service, with all the same functions etc. Using master emulator i can...
I have a project in which I've started from the proximity app example code and added some UART stuff using app_uart.c. The linker is giving me this error immediately after...
Hi,
I'm trying to get an iOS app to connect to a Nordic BLE device. I'm a firmware guy with little app experience but I have gotten a app to work based off the code presented...
Hi,
Im new to BLE and still trying to wrap my head around things. I am using the both new nRF51 DK and nRF51 Dongle for testing at the moment. I know that the old dongle...