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...
I'm trying to communicate with a device over UART, and I'd like to return the response to my commands back to the function the transmission came from.
For example, I want...
I want to develop nrf52840 with ble mesh topology.
However I need one node to transmit data received from all the nodes via uart to a gsm module
Can anyone please tell...
Hello Nordic experts,
I am trying to use app_usbd_ep_enable and app_usbd_ep_disable in order to enable/disable an endpoint. I need this to fake usb unplug/re-plug. Currently...
Hello. I am testing the sending and receiving of UART using nRF 52840-DK. If you change the UART pin settings as follows, you can receive but you can not send. It is confirmed...
Although I have already seen this discussion ( https://devzone.nordicsemi.com/f/nordic-q-a/35183/no-idea-how-to-get-manufacturer-specific-data-in-central-side-from-advertising...
Hello,
I have an nRF52840 chip ( Holyiot nRF52840 module ) and I want to program the chip using an nRF52840 DK. The Holyiot module is basically an nRF52840 mounted on a...
I am having trouble turning on bonds for DFU.
First of all, before I describe this pain, can I choose to avoid this battle by just allowing unbonded devices to DFU? e.g...
Hello!
I just bought the Beacon Kit and i was following the user guide v1.1 and I have some questions about how to use DFU. I have already downloaded nRF Toolbox app.
...
Hi,
I am using fatfs of nRF5_SDK_15.0.0_a53641a. I am writing a program with keil.
I want to know how to write the value obtained from the sensor to the SD card. ...
I am using proximity profile in sdk15 with softdevice 6.0.0 . I added flash write, writing continuously some data to flash. But it working sometimes only.
Hello,
at the moment my application is accepting more than one device if its not connected to anything. But I want that the application only connects to one device and...
Hello, i am using NRF52840 board with SDK 15.2. I am trying to read data from an advertising packet and i was just wondering if anybody on here had a good parser i could potentially...
Is it possible replace HRS to UART service (like ble_app_uart) on BLE LE Secure Connections multirole example project?
Any suggestion to easy to modify it?