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 everyone,
I'm new to Nordic development and currently working with a custom board based on the BC40C module (using an nRF5340). I’m facing an issue with the Bluetooth...
I’m working with nRF9151 + Toolchain 2.9.0 and wanted to share my experience & issue while sending ~7kB data over UART. I’ve tried both DMA & FIFO-based approaches — here...
I am designing a wireless sensor pcb with the nRF52840. I am essentially following the Circuit configuration no. 4 schematic for QIAA aQFN73 from the datasheet to a tee (schematic...
Hello,
I have bought a couple of Nordic NRF54L15 DKs, and it seems that the distance measurement toolbox that was compatible with the NRF52 series is not supported in...
We have nRF54H20DK (rev. 0.9.1), SDK: v2.9.0-nRF54H20-1 and the same Toolchain, IDE: VSCode + nRF Connect plugin
We need to control the GPIO LEDs from two cores ( P9.00...
Hello, as the 32.768khz PPM of our product is out of the range, so i need to fine tune the C1/C2, now C1 and C2 are 22pF, is it in range? what is the range for C1 and C2,...
So i am currently referring this ticket and from that I get to know that when when setting parameters for create config (HCI_LE_CS_Create_Config) command for channel sounding...
Hi,
I’m currently working with the nRF52840 DK configured as a BLE Central device. The peripheral device is a Flutter-based mobile application acting as a BLE Peripheral...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
I am developing a Bluetooth Low Energy (BLE) application based on Channel Sounding (CS) using the nRF Connect SDK v3.0.2 on ME54BS01 modules from Minew Semiconductor (powered...
Hello DevZone,
Our team has been working on a customized firmware solution that has been flashed onto the nRF52840 DK to meet specific requirements.
We’ve noted that the...
Hi everyone,
I wanted to share an update on the BLE issue I’m experiencing with the BC40C (nRF5340) module on my custom PCB. I initially described the problem in this ,...
Hi,
I'm looking to use the nrf connect sdk for development that is compatible with the latest zephyr lts. I believe it will be ncs 2.9.2 compatible with zephyr 3.7.99 (3...
I set the parameters read from the Flash memory into sfdp-dfp in the Device Tree, but the Read command does not work correctly. Although I set the wait cycle for read operations...