The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
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...
Hello,
I want to use only LDO (not DC/DC) regulation on my nRF52840 design. The documentation states that LDO is the default for both REG0 and REG1, and that DC/DC should...
I read somewhere that the nrf52840 dk can change it's vdd via software, so it can be set to 3.3v, thus it can program a nrf5340 device with it's internal j-link debugger....
Hi everyone, I’m working on running Zephyr unit tests using ztest and twister on macOS, and I'm running into issues where the tests are either not detected or fail to build...
I programmed a nRF5340 Audio DK to be a Broadcast Source, it is recognised by Windows and I am able to play an audio file to it. It is recognised as an audio source by my...
Hi guys, I’m currently testing the Zephyr watchdog sample on the NRF54L15DK, and I’ve noticed a behavior that seems incorrect regarding the reported reset reason. My SDK is...
I can easily generate a custom service that has characteristic with both notify and indication enabled. If I test with mobile app (using nRF Connect or other mobile apps for...
Dear community, we're having trouble connecting our thingy91x to the BMI270 via the nRF5340 using SPI. We've tried many similar cases without success. Here's our setup: Visual...
Hi,
I'm using littlefs with an external flash. Everything works well, but if I look my parition manager I have a 24KB little storage automatically created
is it possible...
Hi,
I have developed a custom application on nRF54L15 and now I want to add OTA over BLE support in it.
For that, I am following Exercise 5 – FOTA over Bluetooth Low Energy...
I am trying to setup the dev. environment in OpenSuSE Linux, but, even though it says Linux, I only find support for Ubuntu.
I am blocked now setting connecting the board...
Hello,
I'm designing an application where I intend to authorize different users to access the functionalities of a device based on the nRF54 family.
The general idea is...
Hello, I'm using NFC Type 4 Tag (T4T) but I can't write to it. The tool I'm using is the nRF NFC Toolbox. From the app screen I generate a Record and then touch the tag to...
Good day, I'm trying to use pin 1.02 as a GPIO in a TF-M build using a (custom) non-secure board target, and I'm struggling to find the appropriate way to accomplish this...
When I first created the BLOB Transfer model, I had to analysis the DFU sample code because there was no BLOB Transfer model sample.
Is it possible for me to create a sample...
Hi, For supporting multiple different peripherals is it possible to get something back from a SoC observer which indicates the peripheral type? https://docs.nordicsemi.com...