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,
We thought to have a setup like this
1<-->2<-->3
1 is MESH ADV device with some mesh model
2 is MESH ADV + regular BLE stack support
3 is Gateway with...
I am trying to collect sensor data and store in flash using qspi interface. Unlike the peripheral example code, the qspi data handler function is not getting hit with ble...
Hello, I have another problem... i work on nrf9160 dk
I try to send http post when i pressed button 2 but this doesn't work.. Below you could see my code who block on printk...
I have been reviewing this merge: https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1982 and it appears that there is capability in the fota example to enable https...
How to configure the start address and size of flash memory and nrf52832 in SES and how to calculate the size? How to calculate the start address and size of app and bootloader...
Hi,
Current Status:
I'm trying to run the fpu_fft example from the SDK 15.3.0 on my nRF52832 DevKit. When I clean and build the project in SES everything is fine and I...
Hi, I have a question about unknown flash data from MBR area which start from offset 0x0000035C, 20 bytes data show as below.
Data[20] : FF FF FF FF FF FF FF FF FF FF FF...
There doesn't seem to be any validation of the image when updating the bootloader by secure DFU. nrfutil has no switch to generate any crc or ecdsa_signature. The code uses...
Hi
I am making mesh network using Raspberry pi and NRF52 DK. I install bluez 5 and meshctl on raspberry pi. I successfully connected nrf52 dk using bluetooth. I attached...
I am doing this nRF52xx-to-Thingy-52 example: https://github.com/crfosse/Thingy-52-to-nRF52xx I am able to get the led part working fine, but when I finish the instructions...
I am trying to merge Softdevice, bootloader, bootloader setting and application. But unable to do in a single mergehex command. If i do merge seperately ((BL + SD + APP) with...
Hello.
This function from Zigbee SDK 4.0.0 changes configuration of already configured input pin by calling nrf_gpio_cfg_default(ERASE_PIN);
The leds_buttons_init()...
I loaded up pca10056e ble_app_beacon example for SES to test it on a custom nrf52811 device I have built (using BMD-360 module).
I followed the instructions here and removed...