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...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hello,
I am implementing an application, where I want to connect three NUS peripherals to one NUS client. As a beginning point, I started with the supplied examples from...
I have ported the keyboard example code and integrated it with another set of services. However I don't see the device responding to an LL_ENC_REQ. I'm not sure what I can...
This probably falls under the category of BLE Basics, but I'm a bit slow and need some help. Here's my scenario:
I'm building a very simple BLE Peripheral that provides...
I'm currently using nrf8001 to send data to my phone. To save power from the peripheral device, I wanted to change the connection parameters.
I set the min and max connection...
Hi, I'm using nRF52832 with my external board.
I'm recently working ble uart example.
I control motions with tx message such as LED, motor and so on.
Now, I want to...
Hi,
I need to set a client back to the state, when its flash was erased and programed, so if I understand this correctly, the provisioning data has to be erased.
How could...
I've been developing on the PCA10028 development kit with print statements working fine (though at the moment it seems only SEGGER_RTT print statements are working and not...
Hello,
I am getting an error message while I was compiling the "ble_nfc_pairing_reference" example. How can I obtain this " micro_ecc_lib_nrf52.a" file ?
Fatal Error...
Hi,
I'm trying to edit the nfc message in software but after a while the nfc stops working.
What could I be doing wrong? This is my code, I change the value every second...
I have a project that I assume was originally set up with SES on Windows. I need to build it with MacOS but I get an error 'sdk_errors.h file not found.' I assume this is...
Hi,
I finally want to integrate BLE and 2.4G in nRF52810.
【1】I am studying Timeslot,i found some articles in DevZone.
There is a mention of micro-ESB , so what is micro...
Hi, I am currently testing some BLE sample code (the proximity code and hrs code) with the nRF52840 PDK and I am trying to just simply interface the GPIO interrupt example...
1. How should I connect with UART to my board?
2. How to put the device into RX mode as required by RED EN300328?
Test the Radio Test Example application by performing...
Hi,
My problem described below, please share solution or any suggestion how to fix this.
=== Background / Problem ===
I've setup and run MESH serial network, for machine...