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...
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...
I have seen a few posts including:
Change advertised name (Bluetooth) - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com)
NCS bt_set_name() - Nordic Q&A...
Hello everyone,
I am using NRF5340-DK for my project and I am trying to combine X509 certificates (using MBEDTLS) with RSA operations (using PSA). This is my current proj...
I am working with the wisblock 4631 from rak, that contains an NRF52840. I am working with the Zephyr infrastructure and uploading code via the Nordic extension for VS Code...
Hello,
We have developed a custom System-on-Module based on the nRF9151 SiP and are ready to begin testing its NTN (Non-Terrestrial Network) capabilities.
Following the...
Thingy91I: Is there a sample project accessing the environmental sensor (BME688) ?
If not, perhaps a project to access a device via I2C by the nrf5340 SIP.
A related question...
I am trying to use the HTTPS_Client example but I am struggling to get it working. It returns 200 unmodified, which makes me think everything is working in terms of the board...
Hi, I’m trying to provision a P‑256 key pair into the KMU at runtime on an nRF54L15 (SDK v2.9.1) but psa_generate_key consistently returns PSA_ERROR_NOT_SUPPORTED, even when...
Hi,
In our project, we are planning to use the nRF9160 for both LTE-M and Wi-Fi. Thus, we have connected the nRF9160-DK to the nRF7002-EK in the developing phase as we read...
Hello,
As the LE Audio controller for nRF5340 library is deprecated in favor of the Nordic Semiconductor’s standard Softdevice Controller. We have started to use the Softdevice...
I am using the nrf54l15-dk. I had a look at the datasheet and it shows that a watchdog reset does not reset the GRTC. On my code, I tested that and I see that GRTC resets...
Issue: It appears that whether or not TLS is used by an MQTT client MUST be configured at compile-time. An application with the Kconfig symbols enabled to allow TLS to be...
Hi Nordic S .team,
Could you please help me analyze the following inconsistencies, and also provide the requested documentation?
I’m trying to interpret the AuTerm messages...
Hi Nordic Team,
I am working on matter-based product development using nRF54L15 and looking for machine learning support for the same SoC. Can you please confirm if machine...
Hi
I tried to find this file in the SDK folder and it does not exist. I do have it enabled in the stock sdk_config.h
mike@slavebox armgcc % find /Applications/nRF5_SDK_17...