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 want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi,
we have a custom board with the nrf54l15 and are doing power optimizations for standby. Our device will never go to SYSTEM OFF as the init draws to much power.
We...
Dear Nordic team
our customer just done the batterie profile with NPM1300 for mass production, and they just find out, there is some update under the npm1300 SDK, which...
Hi all,
I bought an nRF54LM20DK revision is 0.7.0 (the latest revision). The nRF Connect in VS Code shows that nRF54LM20B_xxAA_ENGA MCU is used in the devkit, meaning that...
HI, Good day to you. we kindly request your confirmation of the COF ( Country OF fabrication) origin for the NRF52840-QIAA-R and NRF51802-QFAA-R component. We would be most...
Hi, I just want to double check that I've not made any disastrous mistakes when making this keyboard. I've before used micro controller boards when designing, like nice nano...
On the previous nRF52833, the CPU cannot function normally during flash write or erase operations.
With the nRF54 series upgraded to RRAM, does a similar limitation still...
Hi,
Im trying to run a beacon sample code using VS code on nrf52832dk board. Initially, I tried running with the latest SDK available 3.0.0, but I faced MSPL assert error...
Hello,
I am measuring the sleep current consumption of a custom board using the PPK2, and I am observing a significant discrepancy between the two measurement modes.
...
Hello,
I am currently evaluating and trying to conform to the regulation regarding the RED EN 18031 vulnerabilites checks and I am having some problems due to that the sbom...
On the previous nRF52833, the CPU cannot function normally during flash write or erase operations.
With the nRF54 series upgraded to RRAM, does a similar limitation still...
Dear Support Team,
I'm developing a Matter remote controller and want to implement Scenes Cluster Client functionality. When a button is pressed, the remote should recall...