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...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
hi, new to ble so forgive me if my question is a little simple. i have a project that for example would require 10 central devices and 3 broadcasters. centrals and broadcasters...
hi, new to ble so forgive me if my question is a little simple. i have a project that for example would require 10 central devices and 3 broadcasters. centrals and broadcasters...
Hello. I am trying to connect nRF 52840-DK and LTC 5800-WHM with UART. The communication conditions are as follows. Baud rate: 115200 Data: 8 bits Stop bit: 1 bit Parity:...
Hello Community,
I am trying to use Black Magic Probe, an open-source ARM GDB debugger to develop an embedded ARM application using an nRF52832. Here are the parts that...
I am trying to configure two ports as outputs, setting them to Vdd and toggling them. The two ports in question are Po.06 and Po.07.
Here is my code to configure these ports...
Hi,
I didn't understand the function of softdevice. I have a custom nrf52832 board. My requirements;
-2 uart,2spi,1i2c
-OTA update
Should i use a softdevice in nrf...
I have been playing around with example projects in SES (I'm using SDK 15.2.0, SES version 3.52a).
Now wish to start a project from scratch, and import libraries from the...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
We work with custom firmware and use the softdevice 2.0.1 on the nrf51822
I upload the firmware as .zip file using the android nrf Toolbox, which works fine, but when performing...
hi there,
i have made the application and dfu working but there is a smal issue. if i program dfu and application from nrfgo studios the dfu run continuously and app does...
Hi, I'm trying to use the light_switch example in the Mesh SDK 2.1.1 to build a small experiment to count how many messages are received by the server when sending a consecutive...
Hello,
I am trying to do USB DFU on (NRF52840 with SDK 15.2) but when i run the nrfutil command it gives an error:
command: nrfutil dfu usb_serial -pkg ble_hrs_combo...
I've setup, compiled and run the BLE Beacon project an have made some changes. Now I need to enable the UART. Simply adding UART files to the project does not work due to...
Hi
We've developed a wearable device and are changing from a rigid PCB to a full flex PCB. I want to know what adjustments is needed for RF output because of this change...
I am running an example from Mesh SDK (v2.1.1) named "ble_app_uart_coesixt". I see device in Bluetooth list, everything is ok. But I need to provision this device using my...