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...
This is just a request for an update to some documentation.
If you do a web search for "nrf NSIB" the first page this is likely to show up is this one . It's a good page...
Hi devzone team I'm working on the nRF54L05 with the FEM RFX2401C from Skyworks. I'm trying to configure the FEM with the "Simple GPIO" option. Here my overlay file:
After...
I have a problem which seems similar to this one: https://devzone.nordicsemi.com/f/nordic-q-a/106158/zephyr-os-ble-central-multiple-notification-subscription-event-issue ...
I'm using the peripheral_lbs sample for testing with the PPK2 kit and the 1.0.0 nRF54L15-DK.
I have disabled logging and serial and added PM_DEVICE and PM_DEVICE_RUNTIME...
I don't know if there is a bug in either nrf9x_socket_offload_close , nrf_close , or our usage of the modem.
It seems to be that if we power off the modem and deinitialise...
Hi,
Having developed for the past several years with Nordic's legacy library, I'm attempting to get started porting my project to Nordic's Bare Metal SDK.
I managed to...
Using the nRF9151 with nRF Connect SDK v3.1.0 and modem firmware 2.0.2 , we're seeing an issue where the modem works fine for days, then it is suddenly unable to open any...
Hello DevZone Team,
I would like to express my appreciation for the excellent support and the collaborative community platform you provide for nRF developers.
We are currently...
Hello! I am trying to compile hci_ipc sample for raytac_mdbt53v_db_40 board (using nRF SDK v3.2.1) and getting the following error: The sample compiles fine for the nrf5340dk...
I noticed on my custom PCB that pairing stopped working, and was getting "reason 0x13" as the disconnect. This disconnect reason I believe is from the phone disconnecting...
Hello everyone,
I’m working with an nRF52840-based board (XIAO form factor) and facing an issue related to USB enumeration and DFU mode detection during development.
Board...
Hi there,
I am considering using one of the npm1300 LDOs to supply 3.6V to the battery backup pin of a uBlox MAX-M10 module using a 100uF capacitor as energy storage for...
HI,
I am using an nRF52840 DK as a Bluetooth LE sniffer and have followed all the steps described in the official documentation .
In Wireshark, I can see “nRF Sniffer...
Hi Nordic team,
We have used shell example of Zigbee sample to connect to an end device. We want to extend the FEM feature of nrf54L05 for this example. We have already...