Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
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...