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...
I am trying to debug an app error in my code. I have an app_error_fault_handler that starts like this:
But, the "Fatal Error in file..." line doesn't show the file...
DFU over serial
- Application alone - works
- Softdevice + bootloader works, but then doesn't respond to ping when trying to send Application image next
nRF52832 ...
Hello,
If the locators have AoA direction finding support ( nRF52833, nRF52833, nRF52820 etc , ) does beacon device require to have direction finding capabilities as well...
hello ,
I am using NRF52840 for my application, ESP32 as central and my nrf52840 as a peripheral . central always connected with peripheral. i can send data through central...
To the kind attention of Nordic support team,
I have been reading https://infocenter.nordicsemi.com/pdf/nRF52833_PS_v1.0.pdf product specification, where only
aQFN 73...
Hello everyone, I wan't to layout my own PCB board of nrf52840 ,is there any things need to be attention? By the way, if I'm not using Interface IMU to upload my programming...
When I have put the nRF9160 modem into mode 4 or 44, and then issue a status read AT+CFUN? command, the modem erroneously goes online. I have used latest and greatest modem...
I have the following code in my main.c file:
I also have mylib.c and mylib.h file. I want to move my function there. I tried the following.
mylib.c
mylib.h
I...
Hi, I am trying to get DFU from SDK16 working on my Mac.(Mac Os Mojave). I am following the instruction on https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16...
I have been unable to upgrade my BL652 modules to v28_10_7_0_r0 firmware using a Segger Jlink EDU (HW v10.10, DLL v670) and Windows 10 Pro. (v28_9_6_0_r0 package also fails...
Hello,
I have been trying to get the light switch server from the Mesh SDK examples running on a nrf52840 dongle. The dongle does not show in the Mesh app when scanning...
I installed SEGGER and started the program. I then applied of the free Nordic license and activated it. The problem is that whenever I close the program it asks for a new...
Dear All,
I am trying to understand how I can change the frame type of an Eddystone slot at runtime directly from the application, so not connecting from the bluetooth mobile...
Hi all,
Based on the EddystoneBeacon example (ble_app_eddystone), I try and change the advertising slot contents runtime from main.c on a button press. I read similar questions...
How to use nrf_fstorage_erase together with the ble stack when it is necessary to write the updated value of the service characteristic to flash memory? I encountered exactly...