Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
I have a BLE peripheral and I'm not using the bond manager. Connecting and bonding with the "Master Control Panel" works fine but I'm having problems trying to use it with...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Dear all:
Now ,i have to create a "Time Profile(Time Server)".
and i have know the Time profile which contain Current Time Server,Next DST change Service and Reference...
Hello, I've looked at the forum response for
devzone.nordicsemi.com/.../is-there-an-example-code-for-using-pwm-on-the-nrf51822-with-a-softdevice
I am unable to implement...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
it just the typical button_timeout, in 4.3 no problem to accept call back
// Create button polling timer
err_code = app_timer_create(&m_detection_button_timer_id,...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
We are working with the 1.0.0-1.alpha version of the S120 softdevice. When we tried to update to the new version 1.0.0-2.alpha the nRFgo Studio returns an error that the hex...
to control IOS by HID, for example, the volume up and down is 0xE9 and 0xEA in consumer page(0x0C). what's the brightness down and up?
I have test Display Brightness( 0x46...
Dear all:
when i use nrf51-pure-gcc , and make to build bin/hex and elf files.
but when i to use JLink to flash (make flash , flash-softdevice and erase-all),it not action...
Hi developers,
I've found the nAN-36 file and tried to follow the steps in it. That was impossible for me, I got lost bigtime.
Then I found the folly completed project...
Hi,
We are developing a pair of devices - one central and one peripheral at the moment and we would like to be able to read the value of RSSI on both of them on demand...