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 would like to use NFC on my Thingy:53 to send data or at least a word, how do I set it up? I haven't found any code anywhere.
Thank you in advance
Kind regards...
Hello,
We have been using a custom device based on the NRF9160 SIP with a HTTPs connection for tracking animals and are planning on makeing changes to CoAPs and upgradeing...
Hi Nordic Team,
I have developed a custom board using the nRF9151 controller. I am testing the GNSS sample from nRF Connect SDK v3.0.0 . When I flash and run the firmware...
I have a PPK2 on hand.
Here is what happened:
1. When I first connected it to my Windows 11 PC, the Power Profiler app in nRF Connect for Desktop detected the device...
Hello,
I have been working with the nRF9160 DK to understand AT commands. I tried flashing the Serial LTE Modem application using the Quick Start option in the nRF Connect...
Hi.
Developing PAwR in project, I have some Question.
before Asking, My Project Structure is below.
1 Gateway (Advertiser) - Node1 (Scanner)
- Node2 (Scanner)
-...
Hello,
I'd like to send/receive data over UART using the expansion board connector of my Thingy:91 X (pins 0.18 & 0.19 as RX/TX). With SB8&9 separated (to isolate pins...
Hi,
I was able to purchase a commercially available 30cm ribbon cable to connect from the nRF54L15 DK to a custom board for programming. I later realized the DK documentation...
Hello,
I have custom hardware using an nPM1300 and nRF52840, and I am having trouble getting the nPM1300 to work as described in its documentation. I have a button connected...
I am trying to write a low level driver for the TWIM system in a nrf52840 and cannot seem to get the hardware to transfer the TX data out of memory. For many reasons, I do...
I am working on project with nrf54l15dk/nrf54l15, and the project runs on cpuapp without utilizing flpr. So, I decided to release the allocated section of flpr on rram_controller...
I'm seeing an issue where nrf91 SLM, running as an AT modem over UART, sometimes chokes on XSEND command and doesn't respond until the host (nrf54) sends another AT command...
i got the following code from here: https://docs.nordicsemi.com/bundle/ncs-3.1.1/page/zephyr/kernel/services/timing/timers.html , and am using version 3.1.1 of the SDK
...
Hello, I am currently trying to use kmu to store a series of derived keys. My current systems derives AES keys and attempts to store it into KMU. As psa_key_derivation_output_key...
Hi,
in ncs3.1.1 peripheral_uart sample after disable the uart init and gpio_config, the nrf54l05 can achieve the low power state,but the avg Idle current was about 5uA,seens...