The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
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...
We have this custom sensor board, running nRF9160.
Application code built with SDK 2.5.0, running modem FW 1.3.2, and using LTE-M connecting to MS Azure IoTHub with MQTT...
Hello, I have an application, that uses the Bluetooth to do over the air updates using these two configs:
CONFIG_BOOTLOADER_MCUBOOT =y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU...
Hi all
I’m having a horrible time trying to get an nRF7002EB Wi-Fi coprocessor working with a nRF52840 via QSPI interface in nRF Connect SDK 3.0.2 (Zephyr 4.0.99). I'm using...
Hello,
We are working with Onomondo in integrating their software SIM. We have it working and sending and receiving data, but am having some issues figuring out what is...
Issue Summary: When running west flash to program my board using the UF2 runner, the process fails with an OSError related to copying the .uf2 file to the UF2 bootloader drive...
Hello!
I can use the offloaded sockets driver with these configuration options on the native_sim target:
CONFIG_NET_DRIVERS=y CONFIG_NET_NATIVE_OFFLOADED_SOCKETS=y
However...
Problem:
I am working on USB, CDC ACM, USB Mass Storage (using SD Card). I currently want to be able to still use the USB stack functions with only my USB Mass Storage being...
I'm experiencing an issue with my Power Profiler Kit II (PPK2) when using nRF Connect for Desktop .
System configuration:
nRF Connect for Desktop version: 5.2.0
...
I am using the 54l10 chip, and after compiling the project, I will receive a hex firmware and a zip update package. The bin firmware and hex firmware in this update package...
Hello Nordic team,
I would like to check if you provide a template for RED-DA EN18031 for nrf52840 which we can use to modify and fill based on what we have implemented...
I use nRF5340 audio DK,iso_time_sync example, can successfully send BIS data, then I use DK as controller, bumble( google.github.io/.../index.html) as host and it fails to...
Hi, I am currently integrating nRF52832 with TLV320AIC3104 codec. I have successfully initialized I2C and I2S communication between the two boards and configured nRF52832...
Hello,
I am evaluating the nRF54L15 for potential use in a new product. I did some measurements of the average current consumption and the vaues were a bit higher than i...
Hello, I'm currently exploring BLE using zephyr and faced some issues.
1. id like to restart advertising after disconnecting from a device. I tried different approaches...
I have shifted from silicon labs for BLE project. In Si labs we have burn BLE bootloader and BLE application separately. Do i need to do the same here in nrf controller? If...