Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Background:
Platform : nRF52832 with nRF Connect SDK (NCS) v3.1.0
BLE Roles : The device operates simultaneously as:
A BLE Central (NUS Client) , connecting to an...
While installing the nrf connect extension for VS code and installing the SDK and toolchain I have encountered the same issue multiple times. The toolchain and SDK got installed...
Hardware: nRF5340 DK
nRF Connect SDK: v2.6.1
Description:
I am working on a project where there is a need to transfer a large amount of data from NET to APP core. We...
Hello,
I am working with nRF9160 already since SDK v2.1.2 and with every update there are some functions not working anymore, although not mentioned anywhere in the documentation...
I am currently working on a FOTA implementation I am using nRF9160 DK with nRF Connect SDK v3.1.1 and the LwM2M client sample (/samples/cellular/lwm2m_client/). I am using...
Hello All, I hope everyone is doing great. I am an embedded enthusiast and i recently started working on nRF boards. I am currently facing error while setting up my custom...
Hello, I would like to know if the nrf9160 flash can be loaded locally and not via wireless. We have a lot of devices with data to preload and is unviable to download the...
Simple sQSPI test app locks up on LM20
We've got a simple display driver working for the nRF54L15. We used the mspi_sqspi driver for reference. As far as I can tell, there...
Hi, We have an application based on Matter Template and we want to program our application and the matter factory data during production, how do we do that? What we have tried...
Hi,
I am facing issue on nRF54l15 MCU where after uploading the image from the devcie manager app, I don't see image getting swapped from slot 1 to slot 1. FYI I am storing...
We are using nRF52832 with NCS(v2.9.2)/Zephyr and the watchdog (20 s timeout). When the application enters System OFF (e.g. after idle), the device goes to sleep but then...
Hi,
I have just bought a PPK2 and (mistakenly on my part) assumed it must read the Voltage of the output as well (necessary for power measurements). I see now that it doesn...
For a very small percentage of our devices, we sometimes see watchdog reset events that we cannot explain. The only pattern that we see so far is that the watchdog reset happens...
I am currently developing a project using an nRF5340DK and a custom board.
For some unknown reason, the device is being identified as an "Unknown device." The ironic part...
uart_nrfx_uarte.c, uarte_pm_suspend checks some preconditions with __ASSERT_NO_MSG. In my experience that causes unintended and not required crashes. If the precondition is...