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 everyone,
I'm trying to generate a periodical sine signal at the output of a 10 bit DAC without CPU interaction. The DAC uses an SPI interface, thus my idea was to...
I am trying to run adafruit_tag_reader example on nRF52840 DK .
Problem :
If these are my pins in sdk_config.h it works fine
Whereas this doesn't work.
nrf52832 softdevice S132 SDK15 custom board
TWI instance
TX(nrf_drv_twi_tx) failed, slave device is AD5252 digital potentiometer, i want to send data to the potentiometer...
Hi Sir,
I want to sent specific message to a defined server with a static ip configured. Kindly let me how we can do this in nRF9160 with NBIOT network.
Regards, ...
Hello,
we starting the production of first lot our devices on NRF52840CKAA (WLCSP).
We get some issues with manufacturing, which can be separated into to 2 parts:
...
Hello! When building the firmware for Thingy:52, at the stage of building with vkpcg, I get the following errors:
C:\Users\Owner\source\repos\vcpkg\toolsrc\src\vcpkg\base...
I'm experiencing a strange issue with the USB CDC example when connecting the nRF52840 to Windows 10. This is with the 15.2 SDK. I'm using the usbd_ble_uart example on the...
Hi there,
I’m having a problem very similar to this post: https://devzone.nordicsemi.com/f/nordic-q-a/49159/jlink-dll-reported-and-error
I am using the Nordic nRF52...
Hello.
The power supply switch of our product is hold by nRF9160.
The whole product will lost power if nrf1960 being reset or the power control pin is released by nRF9160...
Hello, I've set up the image transfer app from Nordic Playground with the idea in mind to remove the Android App from the equation. I've picked through the Android app itself...
I'd like to track pulses coming from external source.
Pulses maybe is variable length, some pulses may be treated as illegal ( if they are too short <10 ms ) for ex.
For...
We are trying to do some file transfer operations on BLE, we have log files of 50kb ~ 100kb in sd card module already working/interfaced with nrf52840 MCU, SDK 15.2
Is it...