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...
Hello. I am trying to implement stable connection between my nordic nrf5340 and Samsung Galaxy Buds3 earbuds. I did it based on ble audio example with two connections (one...
Dear DevZone,
I would appreciate your assistance in understanding how to correctly configure Wi-Fi and BLE coexistence for the nRF5340DK and nRF7002EK with SDK version 2...
We are trying to use extended BLE advertising with a nrf5340dk and are experiencing problems when trying to connect to an android phone (Android 13). Using legacy adverising...
Hi!
I have an NRF9151LACA AEA device and I'm trying to get it to work. Got the IMEI and the device successfully connects to cellular network.
However, I can't get HTTPS...
Context
We are working on a project that implies advertising and scanning extended advertised packets.
details :
NRF52840
Zephyr SDK 17.0
Zephyr 4.0.99
NRF SDK...
Hi! I'm testing the application with the custom Battery pofile I generated with nPM PowerUP app. During testing I found the issue with the SOC value calcultation depending...
I have a 7002dk dev kit. Currently for evaluating the nrf5340, which will be used in my product. Currently i am trying to evaluate if it is possible to use the nRF5340 USB...
Hi,
I am using two nRF52833 DK and both are connected with nRF21540.I notice that when I have a very high throughput, never stop sending 244 bytes, I will notice that average...
I have compiled code that debugs and runs normally on the nRF52840DK. I just connected my custom PCB to the debug out connector on the DK and I have two issues that are probably...
Hi,
I am currently investigating the possibility of using Nordic nRF52840 as the PAwR advertiser and the other device (from a different vendor) as the PAwR scanner. I don...
Hi,
I used the nRF52840 board with SDK v2.8.0 .
When we tried to build this example code, we encountered the following error: v2.8.0/zephyr/include/zephyr/device.h:92...
Hi!
S132, SDK17.1, nRF52832
Very strange behavior, I connected my central to the bonded peripherial success and got an BLE_GAP_EVT_CONNECTED event, but when I disconnected...
I'm currently developing a project using the Audio NRF5340 to communicate over BLE. All the modifications I made to the Audio DK app work in VScode with SDK 2.9.0, but recently...
Hey,
we're currently testing our devices with Modem FW 1.3.4 / nRF Connect SDK 2.2.0 and have observed the following error:
LTE-M
Connection was successful before...
Hello,
I have recently been working on other Zephyr projects that use non-Nordic MCUs. I installed raw Zephyr in my documents folder (“C:\Users\gilles.devillers.SECTRONIC...