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 All,
I would like to know if the reset can configured to trigger by "failling edge" rather than "rsing edge" of the reset pin / configured pin?
Per the datasheet from...
While debugging the NCS 54L15 ESB module, I observed some anomalies when measuring the radio interrupt signal. For example, after the RADIO READY event is generated, it should...
Hello,
We are working with the nPM1304-QEAA-R7 in a power management application and would like guidance on how to implement or connect a fuel gauge to this device. Specifically...
Hi I could not program the device via OpenOCD (current release) The programm tells me "invalid subcommand "write_image erase prog.hex" I modifed the nrf54L.cfg
added "flash...
I have a Power Profiler Kit II and have been using it for a few years without issue. I have been using it through the nrf Connect for Desktop software and the Power Profiler...
On the nRF54L15, is it possible to configure MCUboot so that the secondary image slot is stored in external flash connected via the SQSPI interface instead of internal flash...
Hi,
We're looking to integrate the NPM1304 in a product with a very small battery. As per the NPM datasheet we've selected a battery with a PCM.
We've previously seen...
We have a production system based on asset_tracker_v2 in V1.7.0 and V2.5.0. it normally connects and publishes fine 24/7. we have many sensors in the field. There are time...
Hello Nordic team,
I have a retail Thingy:91X device. IMEI: nrf-359404230239544
It connects to hello.nrfcloud.com, but I cannot add it to my own nRF Cloud account because...
We currently have a self-developed development board with NRF5340. The example program uses Bluetooth transparent transmission. Now I have added a GPIO pin: en_power is set...
When I was running the dm process of Connect SDK 3.0.2. I wanted to make one device as the initiator and six devices as the reflectors. I expect that the reflectors will not...
I am trying to external target using the nRF54L15DK and I get the following error.
Error: Failed with exit code 1. Failed to device info one or more devices: * 1057767167...
Hi,
We have developed a custom board with both nRF52833 as the BLE beacon and nRF7001 as WiFi. We have chose to use patch antenna with UFL connector for both. When we tried...
Hi,
I have now run most of the YAML test successfully on the Matter TH and while I usually need to restart the TH between runs it seems fairly reliable now. Before sending...
Hi experts, I'm using the example under nrf-bm/samples/bluetooth/ble nus, and I've configured prj.conf, but it's not working.
I've been struggling with this for ages...