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...
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 am running(build and flashed successfully) the Channel Sounding example(connected_cs) from the Nordic sample and currently I want to see the distance estimation logs...
Device: nRF54L15 x 2, face to face
SDK: v3.2.2
Toolchain v 3.2.2 c717907b94
Sample code (with default setting):
channel_sounding_ras_reflector
channel_sounding_ras_initiator...
Hi, I am currently testing the channel sounding capabilities of nRF54L15 with zephyr on NCS 3.2.3. I used the sample code from nrf\samples\bluetooth\channel_sounding_ras_initiator...
Hi folks,
I'm using v3.2.2 of the nRF Connect SDK Toolchain, debugging an nRF54LM20-DK board in VS Code.
I've noticed that the "Thread Viewer" under the NRF Debug view...
Hi,
I'm trying to deal with a weird issue regarding writing files to an SD card. I am restructuring my project to be more maintainable, which means moving some things over...
I want to use nrf52840 dongle as sniffer to catch 802.15.4 packet.
But after I use "nRF Connect for Desktop v5.2.1" to program the nRF Sniffer firmware(nrf802154_sniffer_dongle...
Hello Team,
I tried building an example application available in SDK v3.0.0 for Thingy 91x_nrf9151. But its showing some build issues. Which I am not able to figure it out...
Hello Team,
Recently we had purchased Nordic Thingy:91x from you. But when we tried Out-Of-The-Box we were not able to sync device data to the cloud. We had connected Onomondo...
Hi everyone,
I'm experiencing an unexpectedly long boot time on my nRF52840 device using NCS v3.2.0. Could you help me verify if this boot time is normal, or suggest any...
Hello,
We have the following environment:
1) nRF54H20-DK v0.9.1 and our custom board
2) nRF Connect SDK v3.2.1
3) Our simple project for testing BLE
4) nRF Connect...
MCU:NRF54L15,NCS SDK V3.2.4,android 7.0, nrf connect 4.26.1, cannot connect stably.
about 40 seconeds, the connect will disconnect, the android 7.0 side:reason is 0x08,...
Something seems to have broken in my VSC and/or Nordic extensions. Intellisense seems to be working for code, but cannot resolve any of my custom kconfig options.
I use...
I would like to sample a digital IO input from two IO's into the processor internal memory incrementally per every rising or falling edge of each of the signals.
Is there...
Trying to do ADV_DIRECT_IND advertisement.
We are trying to do the following advertisements
// ADV_IND Scannable and Connectable
// ADV_DIRECT_IND - Connectable...
I recently purchased an nRF52832 (XL52832-D01) for a wearables power management project. To test the module I flashed the basic blinky (zephyr). I'm using a ST-Link V2 as...