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,
we have produced 10 Boards with nRF9151. Unfortunately, 3 device shows a false behavior. We cannot connect over SWD an they have a larger power consumption (whole...
Hi everyone
I am using the nRF9160 DK board with the VS nRF Connect extension. I am stuck at lesson 7 exercise 1 of the Cellular IoT Fundamentals lesson.
Up to this lesson...
I am trying to port code I developed on the NRF52 DK to a MDBT42Q-512KV2 BLE module from Raytac I purchased from Digikey and am running into problems.
I developed all the...
I want to implement FOTA Update for a nrf5340 based board by using nrfConnect SDK v2.9.0 with zephyr and mcuboot. The board has a MX25R6435F external flash (same as the nrf5340dk...
Hello,
I am trying to run a ztest integration example I found under this one here: https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/testsuite/integration...
Hello.
This ticket was derived from another ticket .
I have a few questions about hardware-based downgrade protection.
About the Downgrade Protection of the Network...
Hi,
I am sending out same payload through ADV packet and BLE connection packet, I notice the ADV consume more power compared to connection one,which is quite strange.
...
Hello,
I am developing a new application using nRF52832 and writing and debugging code on Segger embedded studio (Release 5.68) with SDK v17.1.0.
I try to run simple application...
We have an issue with the UTC Time being the correct time when we initially connect to the Verizon network. However, after some period of time the UTC Time changes and our...
Hi,
I am trying to build an application using the nrf54L15-dk board and want to use the board as a controller. I run the application on the external host but got an error...
Hi, I am using NRF connect sdk 2.6.1 and I am wondering what is the best way to run crypto operations when using TFM profile type minimal and building for nrf9160_ns. TFM_PROFILE_TYPE_NOT_SET...
Hi guys
Does anyone know what sort of modifications are required to set up the existing MQTT-SN example ( https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples...
I have a BLE system where multiple sensors operate as peripherals and send data to a BLE central. These sensors enter sleep mode after transmitting data and later wake up...
Hello and thank you for your time,
We have created a board using the nRF54l15 and have used P2.07 & P2.08 for UARTE21 and P2.00 to P2.05 for SPIM20.
UARTE21 and SPIM20...