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...
Hi, I have a custom board based around the nRF51822 which I programmed via SWD with the ble_app_hrs_pca10028_s130.hex image provided in the SDK, however when checking with...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
Hello everbody,
I made some current measurements with mit DK nRF52 and the nRF52832 Chip.
Everythings works fine, but I always get "peaks", as you can see on the Picture...
I am using nRF52 pca10400 and I would sample some audio signal for short periods of time, but I found a lot of difficulties with the SAADC example from sdk 13, since if I...
Hi,
I want to collect sensor-data, save it to flash and access it later.
I´m not quite familiar with ways to save data and get a little bit confused by the fds library...
Hi,
We are currently facing this issue, where after a DFU application firmware update (or bootloader update) the bonding information gets wiped out.
We are using a custom...
Hi,
I'm trying to control LSM6DS3 by TWI communication.
Slave address of the chip is 0xD4 when SDO/SA0 pin is low.
I'm using SDK13.0.0.
My code is like below.
...
I will test the receiver blocking of ETSI with the nRF51822 module
(EN300328 V2.1.1 2016-11 5.4.11 Receiver Blocking).
However, please tell me the next items because I do...
I'm testing the setup for the Receiver Blocking test ask part of EN 300 328 V2.1.1 and I have a question after reading these posts devzone.nordicsemi.com/.../ , devzone.nordicsemi...
Hi,
We have some custom boards with NRF51822 and the S110 (v8.0.0) softdevice, on which we have programmed the dfu dual bank bootloader, based on the example one from the...
Hello Nordic,
Im using SDK13.0 and im struggling with pm_peer_delete()
My way of testing this function:
Raw firmware without any bonds.
Create bond. Peer id is...
I download my program to PCA10040 DK board and the program will make the led1 blink two times.
First I download program to flash and all work well.The led1 will blink two...
Is it possible to upload a SoftDevice over BT onto a fresh, brand new chip, or must one first flash a specific OTA-compatible FW onto the device via UART/JTAG with a SWD programmer...
I found a problem using the RTC2 on the nRF24le1 which i dont know how to solve it.
I am using the RTC2 on the master to generate a TICK interrupt exactly every 1s. With...
Hi,
I am newbie to NRF52 devices. My scenario is, I want to create a split keyboard which is left-hand part and another is right-hand part. Both 2 parts are wireless. I...