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...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
Hi
In nRF Connect, in VSCode, I have several SDKs and Toolchains installed.
For some reason, I cannot select toolchain 2.9.1, or toolchain 3.0.1.
For example, in VSCode...
I have inherited a NRF52832 design, it uses Zephyr and I am using the NRF52 DK to debug the design using the SWDIO and SWDCLK. The board flashes correctly and I can single...
Hello, Nordic Team!
I am developing another emergency project. And we using the ncs v3.1.1 and NRF54L15. But there is a compile problem about the custom cluster. Here is...
ncs 3.1.1 trying to use VSCode to compile the LE audio project for an audio DK to run as a broadcast source with USB audio in and I'm possibly having a build configuration...
I stupidly plugged a battery into a nPM1304EK port with the wrong polarity and now I repeatedly get the error "module_pmic: No response from PMIC.". I've tried resetting the...
Hello, I am using nrf52832 along with S132 soft device and SDK 17.1.0.
Is Encrypted Advertisement possible with the above configuration?
If so is there a good example...
Hi Support Team
We follow the guidance of the following link to program firmware to external SPI Flash of nRF54L15,but it failed.
https://docs.nordicsemi.com/bundle/nrfutil...
Hi Nordic,
Do you have any CapSense examples for nRF52 or nRF54 on nRF Connect SDK (Zephyr)? If none, any recommended external controllers/drivers and minimal DTS/Kconfig...
Hi Team, We’re using the nRF7002DK + nRF5340DK (cpuapp) with nRF Connect SDK v2.6.1, and we’ve run into an issue during the BLE-based firmware update process: 1. The image...
Hi Support Team
Can the nPM1304 support the features that the current on VOUT1/2 can be read real time and the magnitude of the current can be controlled? Many thanks.
Hi, we need add the cluster color control to the project light bulb.
After add the build config and build the project for the firs time it build successfull:
But...
Hi Support Team
Is the oversampling mode the highest accuracy mode for the SAADC of nRF54L15? The datasheet mentioned a formula to calculate the improved SNR. What is the...