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...
Hello! I purchased some nRF54L15-DK 0_9_3 boards. Recently, I have been conducting relevant tests on the nRF54L15-DK 0_9_3. I want to test the low power consumption performance...
Hi, I am using an external host with NRF54l!5 dk to test the channel sounding feature.
Can you tell me how the NRF controller supports this Cs procedure and whether the...
Hello,
We are trying to demonstrate/evaluate the BLE mesh functionality using nrf52840dk, such that a demo application does self provisioning after boot up and once self...
I am working with NRF52840 chip with SES 6.4. My application was initially developed for nrf52832 but ported to 52840 and stopped by vector catch in debug mode. I had no issue...
Hardware Setup:
Boar d: custom board using nrf5340dk_nrf5340_cpuapp
N CS Version: v3. 0.1 (upgrade d from v2. 4 where it was working)
Problem Description: After...
We are implementing a Joiner device using OpenThread on the nRF5340 (with Zephyr, NCS v3.5.99-ncs1-4). After successfully joining the Commissioner's network ("Join success...
Hello forum ,
here i m using nrf52840 customized board ;my flash is w25q64 i need to set my flash for deep power mode (sleep mode ) ;as well i need to set my supply gpio...
Hi!
The Power Profiler II Kit is an awesome piece of gear! I love it and it almost replaces power supply and logic analyser on my bench for daily work.
Would it be possible...
Hello,
I'm trying to extend the k_sys_fatal_error_handler() function to shut down a power supply and turn on an LED in case of fatal error/exception. Unfortunately, these...
Hi the Nordic Team,
I am developing the SED product of Matter over Thread protocol, now I want to customize a Bluetooth Service and Characteristic for my company's Bluetooth...
Dear Nordic Team,
I've been working extensively on creating a custom sensor driver building on Zephyr's sensor API. Throughout this process, I've utilized many available...
HI
We are currently reviewing a problem with a product currently in mass production and would like to request your assistance.
1. Development environment
- nRF52832...
Hi all
SBOMs must be created in order to comply with the European Cyber Resilience Act (CRA) directive. Zephyr makes this very easy:
west spdx --init -d BUILD_DIR west...
I have been using the SDK example ble_app_proximity to flash my demo boards nRF52840 to do some RF PHY testing on Bluetooth advertising.
It was very easy in this example...
Hi, I'm developing a device that needs to be able to securely connect to a MQTT Broker using certificates signed by a CA. In short, I already have that working when connecting...