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...
Hello Nordic
I am testing SEGGER EMBEDDED STUDIO and I think it is little buggy.
When i simulate NRF52 application without actual device (I can not
debug on hardware...
Hi,
I used SDK_15.1.0, secure_bootloader/pca10040e_uart.
Through PC uart,it update successfully .But boot through android(linux) uart,it returned 'invalid crc'.Can anybody...
Hello,
I am working on BLE Peripheral and Central part on SDK11 for a long while. Now i want to start with NFC.
I tried to go through nfc section in SDK14 but could not...
I am observing a surge startup current of 0.1 to 0.2 mA when I am powering the nRF24LE1 module. Is it possible that the device can startup in power saving mode? Is there a...
Hi
I had used one nRF52 Kit(nRF52832+nRF5_SDK_14.2.0) to connect a BLE 6LoWPAN Border Router(Raspberry Pi 3B+Raspbian)
according to the IoT User Guide.
But in IoT applications...
i am using ubuntu 16.04
using eclipse photon IDE
nrf52_14.1.0 i am unable to run to run more than two threads can u please help me out in this
i am trying "nRF5_SDK_14...
Hi,
I am working with bonding process on Android App.
My problem is:
When I create bond to nrf51822, the process complete successfully. Then after a few seconds (3-5...
Dear Nordic Team,
Thanks for supporting .
I have a custom hardware for nRF52832 its working for nrf_beacon example but its not work with eddystone beacon example.
please...
We’re working with the NRF52, SDK 14.2 and SES.
Somehow we have managed to have our boot loader extend into our MBR params page. We extended the stock SDK 14.2 boot loader...
So using the above code I am trying to set the threshold of 2.3 volts on the power comparator. I am using sdk12.1 with Soft device 3.0.0 on an nrf52832
I keep getting NRF_ERROR_SOC_POWER_POF_THRESHOLD_UNKNOWN...
board nrf52840
sdk 15.2
hi i have one problem in connection, once i connected the device and disconnect means ,the device stops advertising..if i reset means it will show...
Hi, I have a problem when write data to flash on nRF52832. my code is like below:
err_code = nrf_drv_clock_init(); APP_ERROR_CHECK(err_code); // Activate deep sleep mode...
Hi Nordic:
I migrate my application from mesh-2.1.1+sdk15.0.0 to mesh2.2.0+ sdk15.0.0, but there is an issue when calling mesh_stack_config_clear()
Following are my steps...