I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
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...