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 using the nPM1300 PMIC and the LED drivers configured so that:
Green LED = charging status (PMIC-driven)
Red LED = error indication
Normally,...
Hi nordic team, I have tried enabling SQSPI on the system off sample, but the power consumption jumped to 6.3mA in system off mode; I tried to disable the cpulfpr core but...
I'm using the nRF Connect extension for VS Code and running into an issue with Sysbuild where calls to cmake for building the app image and the MCUboot image will use different...
We are evaluating the nRF54LM20B for an embedded audio classification application and are trying to determine whether the Axon NPU can meet our latency and energy targets...
Hello,
I encountered an issue when using BT_LE_ADV_OPT_CODED in the bt_le_adv_param options.
When I enable BT_LE_ADV_OPT_CODED , the device cannot be scanned by other...
I am currently developing a project using an nRF5340DK and a custom board. ---------------------------------------------
PC ---(SWD)--- IntMCU at nRF5340DK ---(SWD)--- nRF5340...
Hi,
We are trying to get an accurate estimation of energy consumption of LTE searches and data sessions.
We currently do this based on XMODEMSLEEP and CSCON notifications...
I'm a bit confused about configuration necessary for PAwR where a connection is initiated with AUX_CONNECT_REQ as in examples periodic_adv_conn/periodic_sync_conn. If I disable...
Hi, I’m seeing a build failure after enabling SQSPI in the device tree when building with MCUBoot on NCS v3.2.1 for nRF54L15. The build works fine without SQSPI, but once...
Hello,
Did anyone get nrf54L15 to work with a TFT display over SPI?
I have been using the 1.28" 240x240 gc9a01 in several projects with nrf52840 (both using the DK...
Hello,
Recently I designed a wireless keyboard with a nRF52840 as the main processor. I had the board reviewed by a friend and had it produced by JLCPCB. I have assembled...
I'm currently attempting to profile a non-rechargeable lithium battery on nPM PowerUP(2.2.3). When I start the profiling process, the charging stage is correctly skipped,...
We've designed our own board based on nRF9160 for main CPU w/ LTE and an nRF52 for BLE. Using BMP for debugging.
I've successfully run several boards through the production...