Hi,
I have read the documents regarding the powering up the board form external supply and switch position
i need simple answer how power the board completely means...
Hello,
I have nRF9160, modem FW = 1.3.6 and nrf sdk version 2.7.0.
I am trying to create an outgoing socket with connects to specific port num and ip address but I am...
Hello, World
Please note that the following questions may be difficult to read as the text was created using a translation tool.
I have downloaded version 17.0.2 of the...
I have an nRF54L15DK and a custom-designed nRF54L15 board. These two boards use different pins for peripherals. The NCS version used is v2.9.0. I compiled a Matter project...
Hi all,
I applied QSPI driver on NCS 2.4.0 with QSPI LCD panel and I encountered the problem.
The red area is the data I sent, but the blue area is not what I sent....
Hi,
I am trying to build an application using the nrf54L15-dk board and want to use the board as a controller. I run the application on the external host but got an error...
Hello.
I am testing UART connectivity using the nRF54L15DK.
After assigning pins to TX and RX, there were combinations that worked fine and combinations that didn't. There...
Hi I had a question to setup the MCP2515 driver in the zephyr project.
We have a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device...
Hello I am using a I2C sensor module and I need to tranmit only address to receive data back, but I dont know how.
Program crashes on line 4.
Thank you for your help...
I have a DK52 with another device at attached to the SPI bus. I also have a PPK. Should
I connect the second device to VDD_nrf to count as a load? right now it is connected...
When the bluetooth service function is initialized, sd_ble_uuid_vs_add() is called in the ble_dfu_buttonless_init() function in case of an out of memory error. In the ble_nus_init...
Hello, Is there any evaluation kit available for NRF905? I found this one online but DIGIKEY website says its obsolete::
media.digikey.com/.../nRF905-EVKIT_PS_Rev1.0_Jan2004...
Dear Nordic staff and users,
Now I'm trying to confirm that my local LTE operator supports energy saving modes. It went with flying colours with PSM:
at+cereg=5 OK at...
using SEGGER Embedded Studio for ARM V4.30a, I get a problem of Linking with an nRF5_SDK "blinky" examples. See hereunder the error message:
Seem to be a problem of configuration...
Hello,
I can create a zip file with nrfutil pkg generate and there is a bin file in it? I want to make DFU as a bin file only.
I only want to download the firmware as...
Hello,
I have a question about using pins as output. I'm trying to set 2 pins to "1", but cant fully understand how to use pins on port1.
for example: P0.10 (wich works...
Hallo,
I want to use the UARTE instead of the UART to transmit some audio data to DK. The Basic Project is the i2s example in nRF5_SDK_15.3.0_59ac345.
I implemented the...
I'm starting initial development on a new project using the nRF52832. I've been able to transmit successfully using nrf_serial_write but nrf_serial_read always returns NRF_ERROR_INVALID_STATE...
I'm working on a BLE central based on the Nordic UART Central example. The peripheral I'm talking to has a characteristic that sends an indication when written to. I'm writing...