I'm developing a solution using the nRF9160 and would like to confirm the correct method to completely disable NB-IoT mode so the device operates exclusively in LTE-M.
...
Hello Nordic team, We are trying to use ST7305 display (custom driver that we have developed using st7789V as refrence ) and acconeer A121 senors on same SPI bus. The A121...
Hello, as from title, after updating from ncs 2.7.0 to 3.0.2 my application cannot advertise and scan concurrently anymore.
If I start advertising after starting a scan...
Hello,
I am using the NRF54L15 DK for development. I have configured the i2c with P1.12 as SCL and P1.14 as SDA.
below is my code in .overlay file
Below is the code...
Hello,
we would like to test our product after production. So I would like to connect a PC to the unit via BT-LE. My Idea was to use the nRF52840-Dongle like the nRF Connect...
Hi,
When try to use timer based on nrfx ( https://github.com/NordicSemiconductor/nrfx/ ) directly on the nrf54l15 DK board, I found it never call the timer_handler( ). ...
Hello,
I am using nrf5340 audio BIS headset with other LE Audio Tx test. The nRF Connect SDK version is v2.2.0.
During the sync process on both sides, the headset error...
I'm working on a switch device using nRF5 SDK for Thread and Zigbee version 4.1.0 on an nRF52840 on a PCA10056.
I can get my device to join a network, and can see that the...
I see that Apple finally played their card in the consumer asset tracking device space last week. the "Find My" network will be available to third party devices. Details are...
Hi,
I'm working on the Basic example Blink_led.
I would like to change from LED 1 to LED 2. I changed the ch0-pin = <3> in the nrf9160_pca10090_common.dts but now the...
I would like to implement firmware update of nRF52832 through UART from Linux SoM, do you recommend following the DFU procedure or implement custom bootloader? I don't need...
I am using the 9160DK (0.9.0) and testing the PSM and eDRX modes with ncs V1.3.0. if I program the Asset_tracker without any changes I can connect to the nRFCloud.
from...
Hi
Unsopperted device. The detected device could not be recognized as neither JLink device nor Nordic USB device
I believe nRF connect programmer can't fint nRF5340...
On reviewing Zephyr SDK V1.3.0-rc1
I am able to build and run the soc_flash_nrf example as a nrf9160dk_nrf1960 board all works as expected.
when I try with nrf916dk_nrf9160ns...
Hello!
I am working with the nRF9160 devkit and I have encountered an issue.
I cannot seem to properly enable PSM to use the GPS and LTE at the same time.
In the application...
Hello, For our project we were planning on using a 3rd party module MS88SF2 (nRF52840), which schematic snapshot is provided and which will be powered though the li-po battery...
Hi guys,
I am using the Nordic nrf52832 board for my project. One of my goals is to enable the device to read the voltage from the external source. I have already found...
I think I am having a problem with Radio Notification. I am not sure. I have an application where I need simultaneous “Central and Peripheral”. Device only needs to advertise...
I am trying to do Mesh DFU.
I have done updating ble_app_blinky successfully for the 1st time over mesh but after that, I tried to do again by increasing the application...
Hello,
I am working on a custom board using a nRF52840 based module. I am using SDK 14.2
I am running the following simple code to sense when an GPIO goes to a low state...
I know I can set the TRACEMUX pins to 0 to enable the GPIO instead of SDO. I do this on the first line of the program.
My problem is that when I click debug, from the time...