Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
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...
For just a first test board off of Thingy 91x design, can nRF5340-CMAA be replaced with nRF5340-CLAA? What's the downside of doing that? Documentation says it's not recommended...
Context : I'm building an embedded application using the nrf52832, that can turn on/off and be configured via NFC. These functionnality are implemented using the t4t library...
Hi,
We are working on a project in which data must be sent to server using NB-Iot.
We are struggling establishing an HTTPS connection with a server using the NRF9160 development...
I'm trying to slim down my application to fit in an nRF52832 (currently overflows RAM when building) so I'm carving things out using the prj.conf file. But I'm running into...
Hi Nordic team,
I hope you’re doing well.
I’m new to embedded development and I’m currently exploring the nRF52 and nRF54 series for a future product line. My idea is...
Hello,
I am unable to use the Segger RTT terminal built into the nRF Connect SDK for VSCode Extension pack with the nRF54L15DK.
I have configured my project with the...
I'm having an issue while trying to install the nRF Connect vsCode extension. I assume that extension has auto board detection feature. However, on my computer, this feature...
I am developing and testing in nrf5_sdk_17.1.0_ddde560examplesble_peripheralble_app_hrs_freertos. My project requires both BLE and a proprietary radio protocol, but BLE and...
Hello,
We have a custom PCB that includes an nRF9160 and nRF7000. We’re planning a hardware update to add external flash memory and would like to know if we can use the...
I have a very complex nRF project inside VS Code using the nRF Connect extension(s). Frequently while trying to troubleshoot things I will run across instructions along the...
Before initializing training for a new Neuton model in Edge AI Lab there is an "optional" training stop option. However, I wish to train my model longer than that and therefore...
I recently designed and ordered custom nrf54l15 board but i cannot connect it through JLINK
It randomly throughs error like
```
(base) [ 10:18오후 ] [ yeonfish...
Hi, I am trying to implement MUSIC into the sample, and I have a problem with the net buffer allocation. Is there a way I can solve this via Kconfigs?
I am also attaching...
Hello,
I am currently optimizing the power consumption of an nRF54L10-based project.
While I know that system-off mode is the most efficient, my current implementation...