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...
NCS 2.7.0
nrf52840
I'm currently porting software that was originally developed for nrf52832 on NRF5 SDK to run on Zephyr. I am currently on a deadline to delivery a prototype...
I am trying to run the sample using NCS v2.5.0. This is what happens on the console when I try to connect from the dongle, when running the Test Procedure:
The discovery...
Howdy!
I am attempting to develop a system using an nRF52840 and an ADS131M04EVM (ADC). Our application requires us to collect data at a high sampling rate (>= 16k SPS...
Hello,
I recently migrated to SDK version 3.2.0-preview, which supports Matter 1.4.x.
When I use ZAP and add a new endpoint to the light_bulb example under the name Electrical...
Hi I'm trying to communicate with ICM45686 using nRF54H20 and SPI CLK, MISO, MOSI state appear correct but CS pin is not asserting/deasserting following it the scope capture...
Regarding the nRF54L15-DK development board and its use with BlueZ on an Ubuntu virtual machine: After flashing the hci_uart example onto the nRF54L15-DK board, I used the...
I’m working on a project using the nRF54L15 SoC together with the nPM1300 Power Management IC . In my hardware setup:
BUCK2 output from the nPM1300 is connected to the...
Hello, I am facing an issue in nrf52dk (nrf52832dk). Whenever I access i2c0 bus for the controller it works fine but whenever i switched on the i2c1, it starts giving me device...
Hi, I`m working on a custom board. I have been playing around with it for a couple of months, but just recently stumble upon a strange behavior. This is a custom device where...
Hi, I am trying to use the external flash on the nRF54L15 DK with QSPI to perform the zephyr/samples/subsys/fs/fs_sample sample.
I am using NCS v3.1.0 (on Windows if that...
I’m working on a project using the nRF54L15 SoC together with the nPM1300 Power Management IC . In my hardware setup:
BUCK2 output from the nPM1300 is connected to the...
I currently evaluated the use of the "<modem/at_parser.h>" (at_parser module).
Using it with the at-cmd "at+CEINFO?" is very irritating.
I 07.324 : CEINFO: +CEINFO: 0...
Our team is transitioning to the nRF Connect SDK after extensive experience with older nRF SDKs and custom build systems (based on cmake + west + python) integrated with VS...