I have noticed that Matter V1.4.1 has been supported from NCS V 3.0.0( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/index.html ), but I have not...
We are currently working through Exercise 5 – FOTA over Bluetooth Low Energy using the nRF5340 DK and encountering an issue where the mobile application (nRF Connect for Mobile...
Hi, I’m working with an nRF52840 DK and trying to use two UARTs simultaneously. I’ve configured UART1 for debugging (console and shell output) and want to use the default...
I am getting the following build errors when working with both DFU (MCUboot) and the file system (FAT FS) together. Errors: D:/ncs/v2.9.0/zephyr/drivers/disk/flashdisk.c:533...
Hi all,
Our company is currently prototyping with the Nordic 91X DK and looking to use both nrf cloud services specifically for using location services whilst also connecting...
nRF54L15 would be used as thread RCP, host processor would use uart to communicate with the rcp. They would behave like a OTBR.
I also need to do device firmware update...
Hi,
I started debugging a device with an nRF52820 chip and found that the pinout is similar to nRF52833.
The test application was switching pin P0.15, but the ripple...
I'd like to order a debug in/out cable for the debugger (P18 & P19) on DK.
But I don't know what is the cable or the compatible sockets.
please let us know what is the...
We are using the following.
Module: BM833 (nRF52833) from Fanstel
Softdevice: S140 7.0.0
SDK: nRF5SDK17009d13099
Sample code: nRF5_SDK_17009\examples\ble_peripheral...
Hi,
I am a new comer and I try to customize samples/hello word projet
I am using nrf Connect v3.4.2 on Windows.
I try to perform a basic AES operation in main.c (based...
i am using nrf52840 DK. We have dedicated pins for say QSPI, UART, etc. but if I want to connect external flash memory i.e W25Q16 to the board, to which pins I should connect...
Hello Nordic team
I am working on nRF52832 dev board and I have a requirements to encrypt and decrypt data using AES-128 ECB . Could you please provide the example code...
The device was working well for around 2 weeks and was able to program it via SES, but now on connecting USB cable to the USB Connector (J2) with SW9 at VDD, no LEDs pulsate...
Hello
I am using the experimental_ble_app_uart for s110. I want to use the sd_temp_get() and convert the temperature value to a uint8_t, but if understand correctly when...
Current I used nRF52840 Dongle to develop a Bluetooth PC Tool base on nrf_ble_driver_obj_sd_api_v5 which shared on https://github.com/NordicSemiconductor/pc-ble-driver/blob...
hi,
I am done with general vehicle diag code. now, i need to interface with kwp via uart in nrf9160 controller.
please, suggest some ideas.
Thanks in advance ...
I just bought nrf52840 and J-link V9.
I look at start nrf52840 blinky.
website:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0...
I want to read ADC values from AIN2 (P0.04), and AIN3 (P0.05) channels of nrf52805. I am using S112, and I have the following code found in the internet.
float readADC(uint8_t...
Hi,
I want to build up a test software to test our product.
I find out pc-ble-driver that might be conformed our requirement and follow up below link to set up environment...