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'm trying to shutdown my whole system (nRF 52832, SD132, SDK 12.3) after advertisement fast and slow are finished, following the structure of the peripheral BLE_APP_UART...
Hi,
I am trying to run lightswitch example in MDK.
Provisioner keep logging : 419, Unhandled Mesh Event: 4
Button 1 is in on state.
and LD5 is keep blinking.
these...
Hello. I'd migrated my application on SDK 15.1 from 14.2. The firmware of my product is always updating so I use NRF LOG module to debug it and see what is going on in every...
Hi to all,
recently i bought PCA10059 board, but i have problem in programming it. because i had some experience with NRF51 and NRFGO, at first when received the board i...
Dear Nordic,
I am using nRF52840 chip for BLE Advertising I want to encrypt this Advertising
I Read a CCM-AES encryption in BLE is it right way to this 31 bytes advertising...
I want to sleep at the lowest current level possible while retaining RAM. I see that I(ON_RAMON_GPIOTE) is 17.37uA! I want to avoid that. I see I(ON_RAMON_GPIOTEPORT) is only...
Hello,
I just started 4 days ago. My project consists of two parts. The first module that I am working on should communicate with. a I2C sensor, go to sleep for 30 seconds...
We have an existing HCI application (SDK12.3) which implements advertising, scanning and central (8 concurrent connections). The application runs on a Linux device and communicates...
Hi,
While we perform DFU over mesh according to this in step 3: Generate a DFU file with nrfutil
we create dfu package of an application like below:
nrfutil dfu genpkg...
Hi
Over the last versions of the SDK a lot of features have been added to the log module. These new features may be useful for a few users out there, but the new features...
Following my ticket Dynamic reconfiguration of peripheral HW from TWI to SPI , I realized that the header file sdk_validation.h could be improved.
Currently the conflict...