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,
I am following the course "nRF Connect SDK Fundamentals" and am almost at a standstill when it comes to progress.
I am still struggling with lesson 1 and lesson 2...
Freshly installed VS Code natively on Windows (also tried on Linux and WSL with same result) with NRF Connect Extension Pack, SDK 3.1.1, Toolchain 3.1.1 was used to create...
i get various answer about this, been in the rf design for a while, we used to make global antenna lenght on some give am ook circuit a tad shorter and then use a load cap...
Hi Nordic
I am working with nrf52840 and nrf52832 using ncs v2.8.0
I am trying to save coredump to flash according to instructions on this link - https://docs.nordicsemi...
Hi everyone,
I'm working with the nRF52840 using the nRF5 SDK v17.1.0 and SoftDevice S140 v7.2.0 . My application uses QSPI for external Flash communication.
I have some...
Hi,
i just noticed that for the nRF5340DK board, the file nrf5340_cpunet_reset.c has been removed.
Nevetheless it is still reference in the documentation online: https...
Hello,
We have built a device that uses the nRF52840 reference design shown below. With the configuration shown the board advertises as expected. If we replace either...
Hi, I try to use the example Bluethoot LE Wi-Fi provision in the nRF7002 DK and in the step to see the Wi-Fi Networks in the APP appers internal error.
Development kit...
Hi,
I'm developing a custom window cover device for Matter and I have a weird issue where Matter packets sometimes seem to take a very long time to go though. Window Cover...
Hi, It would have been quite useful if nRF54L15DK had CR2032 battery holder to carry around for experiments. since this board does not have it any recommendation to conne4ct...
I used the device tree to assist with schematic design, but after the PCBA was returned, I found that the peripheral functions could not be implemented normally.
It was...
NCS3.1.1, Windows10, VScode, NRF52840 custom board
With 3.1.1 I've discovered the paths in the "Edit build configuration" wizard are being broken and silently ignored during...
Hello DevZone,
May I know if there are any hardware SoCs and development kits that operate in Wi-Fi Halow(802.11ah) standard? Please point me out if there are. Thank You...
Hi,
I tested uart30 of NCS3.1.1, and found that I could not enter the low power consumption mode.But there is nothing wrong with uart20.
Related code usage:
prj.conf...
Hi,
I have a nRF5340 DK (PCA10095) that was working fine on the nRF Connect v4.2.1. I use the Direct Test Mode functionality.
However, after updating to v5.2.0, the DTM...