Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello,
I am following Lesson 9 Exercise 6 of the Dev Academy nRF Connect SDK Intermediate tutorials ( https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate...
SDK:nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_hrs\pca10040\s132_with_dfu\arm4\ble_app_hrs_s132_with_dfu_pca10040
Our product encountered a problem with DFU...
I use an nRF5340 and nRF7002 on a custom board. My firmware is stable on the nRf7002-DK, but crashes on my custom board most of the time (mostly when connecting to the Cloud...
I have an application with a shipping mode that when enabled/disabled calls `conn_mgr_all_if_connect/conn_mgr_all_if_disconnect`. These functions eventually end up in `lte_net_if...
Hi Nordic Support,
I'm having trouble getting my Onomondo or Conexa SIMs to connect to the network and would appreciate your help.
Device: Nordic Thingy91X (nRF9151...
We are running a custom board with the nrf52840 mcu on the legacy 17.1 nrf sdk. external flash IC is AT25FF321A
On a small portion of our boards (maybe 1 - 5%) we are noticing...
Dear Technical Support Team, I am currently developing with the nRF54L15-DK development board, using the official Nordic channel_sounding_ras_initiator example project.
...
Hello,
Our product has reached the final mass production stage, but we need to add a lock function to prevent erasure and access to the programming/debug port. nRF54L10...
I am using the nRF52833 DK and a Nordic-designed antenna array (12 antennas with 0.02m spacing) for an AoA Direction Finding project. I obtained the IQ data using Direction...
SW version :2.4.0 HW revision: nRF52833 development board, PCA20054 Direction Finding Antenna Board 1_0_0 I use the routine director_finding_central and director_finding_periopheral...
Hello Team,
I am new to nordic products. We have just purchased Thingy: 91x from you.
I just want to explore on nRF52840 BLE section. I was not able to detect the device...
Hello! I have 126 kB MCUboot partition which I'd like to make immutable (write protected so it can't be corrupted). I have serial-recovery, KMU key handling, debug optimization...
When building applications/hpf/gpio with -DSB_CONFIG_HPF_GPIO_BACKEND_ICMSG=y on nRF54L15 DK (NCS v3.2.4), the build fails with error: '__device_dts_ord_DT_N_NODELABEL_ipc0_ORD...
Dear DevZone Team
To detect possible TWI slave devices connected on a TWI bus, we want to scan for device addresses and check if they are being acknowledged.
In the twi_scanner...
When a BTLE Connection is underway, calling bt_disable can result in an infinite hang in the Zephyr BTLE stack. Using ncs v3.0.0 Any ideas? There is some mention of: CONFIG_BT_HCI_ACL_FLOW_CONTROL...