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...
Hi,
I followed the instructions for enabling mcuboot and OTA using DFU target APIs using the instructions here -> https://academy.nordicsemi.com/courses/nrf-connect-sdk...
Dear all
I am developing a product using the nRF54L10 with the Zigbee add-on v1.2.0. I have a question regarding sleep behavior.
The current measurements below show the...
Hi,
I am developing an application with the latest available version of the nRF Connect SDK (v3.1.1) for the nRF54L15 SoC.
I want to develop an application with B0 + MCUboot...
the existing code is using freetos, and main.c finally ends at
which never returns as expected... but my ble scan and advertise do not appear to work, no events...
Hi,
I'm working on a four layer PCB including the nRF7002 for WiFi location finding. After looking at the various Altium Design files available (Thingy91X, nRF7002Dk, nRF7002EK...
I want to test the nrf21540dk to compare range improvements over the nrf5340dk and nrf52840dk. I am using the hci_pwr_ctrl demo and want to adapt it for the nrf21540dk. I...
Hi — I’m working with two nRF5340 Audio DKs (one as server/gateway, one as client/headset). When the nRF5340 server uses standard BLE Audio (CIS/ISO + LC3) it connects and...
I am trying to get the hci_pwre_ctrl demo working with a nrf5340dk using nrfconnect 3.1. I got it running with a nrf52840dk and it works fine. I created a 2nd build for the...
Hello Nordic Support Team,
I am currently working with the Arduino Nano 33 BLE (ABX00030) , which features the nRF52840 SoC , and I am interested in accurately measuring...
I want to read the RSSI. The code is shown as follows: ,However, after compilation, the error message displayed is: "undefined reference to `bt_hci_cmd_alloc'".I need to know...
Hi there,
I am seeing inconsistencies with the PCB layout specification of the nrf7002.
1) In the v1.1 of nrf7002 datasheet, it is recommended that the following capacitors...
Hello, we are currently testing the output of square waves through GPIO output pins. However, I found that a single operation to set the GPIO output pin high or low using...
I've installed the same version of the Power Profiler V4.3.1 on Linux and on windows.
On windows the device gets recognized straight away and I can use it, on Linux however...
If I understand correctly, you can pretty much assign any pin to any peripheral. I've been using a modded central uart project on a dev board but on this other board I'm using...
Hello,
is there any way to access the Stack and Heap Start/End memory addresses from the zephyr code?
I have found the __INITIAL_SP definition that gives the Stack start...