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, our design makes use of nRF52840 MCU. Power is supplied to VDDH pin from a Li-Po battery which can range from 2.5V to 4.2V. Internal REG0 is used to regulate voltage down...
Hello I want to add an extra config file based on the option in prj.conf or in Kconfg. For example: CONFIG_WIFI_SCAN_ONLY=y include the overlay-nrf7000-wifi-scan-only.conf...
Hello,
When I upload the Matter Weather Station application to my Nordic Thingy:53, I encounter a problem.
I am trying to use Google Home to read sensor data, such as...
Hello, I have a custom development board using the 52840 chip, with two LEDs and a serial port connected. It worked well when developing with nrf5 previously. Recently, when...
Hi,
I am using nRF5340 DK and nRF SDK V.2.6.1 for my project
While compiling the custom project in nrf vs code , I am getting the following error;
Configuring incomplete...
Hi,
1. As shown in the following figure, how to resolve such a default instance compilation error?
2. I have used west update to confirm that ncs v2.9.0-rc1 is successful...
Hi,
I have a nRF24L01+ as the TX and have lots of existing nRF24L01+ RXs. I would like use the nRF52810 as the RX as it saves the need for an MCU and on BOM parts. The current...
The text for the recommended nRF Connect SDK workflow (using a Workspace Application Repository - https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/dev_model_and_contributions...
Dear Devzone:
I have setup done matter environment as blow:
NB: Ubuntu 22.04 with WIFI and BT, installed CHIP tool from official pre-built (V2.8.0 corresponding version...
Hello
Our customer makes IoT Product and use the Nordic 9160.
However the PCB Size is small.the 9160 SiP design in the PCB Top layer and Sim Card design in the Bottom...
Hello
As the title says, I am suspending the UART using PM_DEVICE ACTION_SUSPEND, but the power consumption is not decreasing significantly.
With CONFIG_SERIAL=n and no...
Hello. I'm trying to toggle a GPIO pin at a predefined frequency in order to measure the accuracy of out RTC clock. This code uses the GPIOTE, RTC, and PPI peripherals in...
We are evaluating the the NRF 5340 for a new project and we would like to know if the NVS implementation [1] provides protection against data corruption if the supply is unexpectedly...
Hi guys,
So, I've been working on a project for measuring liquid using the TDC1000 IC from TI which was running fine on STM32.
My experience with nordic connect sdk is...
Hello~
I am developing nrf52840 with zephyr ncs tool chain v2.7.0 and SDK v2.6.1.
Our pre-production PCB power consumption still too high, so we are looking for a way...