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 Forum,
Thank you in advance for your help. I have a BMA400 accelerometer break out board which I am able to connect and get to work with arduino.
I am now...
New to nrf52.
Looking for a way to identify radio traffic, to be able to distinguish BLE from 802.15.4 and 802.11. I'm not looking for a full fledged sniffer or looking...
Hi, Nordic Support Team,
I am writing to request your assistance regarding some test failures encountered during the UL certification process for a Matter 1.5.0 product...
Hey,
I am developing an app on a custom board with the nRF9160 which already works in low power. It draws approx. 12uA which is ok for me. Now I need to introduce UART communication...
hi I want to use nrf connect sdk using VS code and i want to start my development on this, now i am unable to install this in my windows 11
1. I have installed this nrf...
Had an interresting issue that we have resolved, but we're trying to understand...
We had a timer (TIMER2) running and matching towards CC[3] every 500us. This match results...
So, I have compiled blinky for the USB dongle52840, but am having difficulty getting west or the development toolchain to flash the dongle. Any help would be appteciated....
I have a custom nrf52833 based board that I tried programming over the integrated JLink on then nrf52 dk via swd. All attempts to program or recover the board failed with...
I was using the PPK2 kit yesterday and I tried the power profiler on nRF Connect (not working with any DUT). I was looking at various apps provied on nRF Connect, I was on...
Hello,
I am developing a project on the nRF54L15 and encountered a system hang when using two UART instances simultaneously: UART20 (for logging and printk ) and UART30...
Hi
I am wondering when I use this function, how much time do I need between I set a TXP and a TXP has been successfully updated. I am developing an application that needs...
I try to set custom compiler flags for the whole project including Zephyr via prj.conf / CONFIG_COMPILER_OPT to compute worst case stack usage as follows: CONFIG_COMPILER_OPT...
Hi all,
I am having difficulties reading microphone data using built-in microphone at Xiao Seeed nRF52840 Sense. I have configured the overlay file as suggested here . Then...
Hello,
I am following the cellular IoT fundamental course with nRF9151-DK.
I didn't have any issue until Lesson 7, but I found that the screen shot of the lesson is...