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...
I've tried to compile "hello_dect" example using v2.6.1 toolchain and v2.7.0-rc-2 SDK. The sample code is present so I assume the SDK is correct version. However it fails...
Hey folks, I'm trying to use SPI00 instead of SPI20 to achieve higher frequencies and driver fails to initialize no matter what I've tried to do on NRF54L15-DK. Here are relevant...
Hello,
I have 9 sensors based on NRF54L15 working as GATT server. I push around 100 bytes every 15ms from all sensors to the central hub. When i connect all nine of them...
Hi everyone!
I am developing device based on nrf25833 mcu which should transmit data to android devices using ble characteristic notification mechanism (data received...
Hi!
Recently I bought this device (v1.1.2) and I was very happy about it until I tried to verify the current and voltage readings. Tried two multimeters and they both agree...
I am porting and existing app to nRF Connect SDK 2.7.0 from 2.6.1. Using sysbuild, MCUBoot and the app are building and I am able to load the firmware onto the PCB and it...
Hello!
I've just come into contact with the nrf54l15. On the customer's board, it is necessary to change the NFC pin to a regular gpio, and they following the previous nrf52...
Hi Is it possible to configure project to use simultaneous multi image DFU and serial recovery over USB? I would like to be able to update both cores using dfu_multi_image_XXX...
I have an LED connected, and I want to use PWM, but enabling it adds about 700 µA of passive current — both when the output is high and low. However, if I set the duty cycle...
Hi,
I'm developing on the nrf5340 and the semtech LR1110. I'm using the latest SDK version 3.1.1.
I saw in the SDK that there's a library for the LR1110, but I can't activate...
Hi.
I try to build the example Matter: light bulb and in the terminal shows an error that iI don´t underestand what is the problem.
Please ¿Any could explain me why ocurs...
Hi,
I am using the Thingy:91X device and can see the updates appearing on the hello.nrfcloud.com web application, but I would like to have access to the 'device' via the...
As the title said, I'm currently on the nRF21540 DK. I turned on Async UART:
CONFIG_UART_1_INTERRUPT_DRIVEN =n
CONFIG_UART_1_ASYNC =y
CONFIG_UART_1_NRF_HW_ASYNC =y...
Hey Nordic Team
Just looking for guidance and clarification on the nPM1300 setup. couple of questions on the sample setup below.
Project Overview
Project is a consumer...