I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
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...
Hello,
Our product uses nrf52 and a quectel bg95 modem connected over the uart
We are evaluating the nrf connect sdk, we seek to have a working modem abstraction to send...
We are designing a board with nRF5340 and need an external flash of preferably 512Mb (128MB) or more and 1.8V supply. For speed reasons it is best to use the QSPI protocol...
Hello team,
In our bin file, we are seeing " ZigBeeAlliance09" as String and how to avoid this string in the bin file? I am using SEGGER SES ID tool to generate bin file...
Hi,
I have a concrete example, where I have no clue, as to why a given configuration is not working. In general, I wonder, how one is supposed to debug / investigate such...
Hi All,
I am trying to migrate my toolchain/sdk v2.4.1 project to toolchain/sdk v2.5.0. And I am having these weird issues related to mbedtls. The same project without any...
Hello,
We tried using pcd_network_core_app_version() to read the network core version (presumably set by CONFIG_FW_INFO_FIRMWARE_VERSION in our hci_ipc.conf) from the app...
Hello If CONFIG_FOTA_DOWNLOAD_NATIVE_TLS is defined in the function fota_download_object_init() the variable dlc.set_native_tls is set to 1 and then in the function download_client_init...
Hi,
I think, I found a missing configuration in the QSPI driver for the nrf53 in nrfx_qspi.c. I've stumbled off this, while I was trying to configure MCUboot for the external...
We are working on a Zigbee-based network coordinator using the nRF52840. Our end device is connected to the coordinator, but when the end device leaves the network, it sometimes...
I am trying to understand why my spi_dt_spec doesn't get the right pins when I use the SPI_DT_SPEC_GET ( DT_NODELABEL (kx122_spi), SPI_OP, 0 ); macros. I tried to expand it...
Hi,
I'm using an nRF9160DK v1.0.1 (2021.26) for developing an application using the virtual COM ports for logging. All of a sudden, I saw that my console showed that the...
Hi ,
I am trying to integrate LSM6DSL to BL5340 module(laird connectivity) through SPI but I am getting failed on initialization. I am noob to NRF so could someone please...
Hi all,
I've build my own board with nrf9161 LACA, so for now I've tried to create my own board, for the moment I'm just trying to pilot my 3 leds. I've follow dev academy...
Hi, I'm building an application that will use the nrf9160 as a middle man for a websocket connection that becomes a uart connection on the main processor. Thus I want to receive...