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...
This is also my Bluetooth Prj.conf
When I turn on 2.4G, there will be an error message. How can I solve it? BLE and 2.4G cannot coexist at the same time. Can I switch...
I'm using the NRF5340. When I open a standard example project located in the directory: nrf\samples\bluetooth\peripheral_uart (the well-known Bluetooth data transparent transmission...
I'm using the NRF5340. When I open a standard example project located in the directory: nrf\samples\bluetooth\peripheral_uart (the well-known Bluetooth data transparent transmission...
Hello Devzone,
How can the nRF5340 App core read the "version number" of the image flashed to the Network Core, e.g. the FW_INFO fields, or something similar?
I am using...
Hi,
Is there an API, data structure or else in nCS v2.9.0, monitoring of which i can understand if ble advertisement is active or not active or at fault.? Also, if at...
Hi, I am using sdk 2.3.0. I got the following warnings while building the project. The build finished without any error, but it didn't perform as expected. Should I concern...
I am building a project based on the aws_iot example. I am using sdk 2.3.0. I can connect with either lte-m or nb-iot, but I keep getting aws_iot_connect, error: -119. What...
Hello, I am working on a custom board with my own custom project. I want to perform DFU for all the images I mentioned. The mechanism for the OTA update will be as follows...
I am unable to read PDM microphone on my custom board or nrf54l15-dk.
My environment:
- nRF Connect SDK v3.0.2
- nrf54l15-dk
- custom board with Fanstel BM15C -...
Hello,
Revival of an old nrf52840dk board I would like to use for another project, I'm trying to flash a sample application to it but it always fails with the following...
The NDEF message is slightly different between Type 2 and Type 4. Type 4 has a 2 byte length field at the very beginning of the file, called NLEN. The NFC Type 4 example code...
Hi.
I made a board with nRF54L15. I would like to use P0.01 on nRF54L15 as GPIO output., but I failed to confirm P0.01 turn high.
Then, I asked nordic AI anything to solve...
I am trying to use sprintf to format a float type variable, and I am not having any luck. The values printed are either blank or wrong. Sometimes I even Hardfault, which I...
I've got a product on the market that uses an nRF52832 on a custom board. It's been built with NCS V2.6.1
It spends most of its time in System OFF, and gets woken up by...
HI,
I am trying to write some local files on internal FAT on spi flash - which works.
now i will enable_usb_device_next () (like the MSC example -- using the next usb...