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...
Hi, 1. How soon a DK or something like that with an array of antenna to support the direction finding capability introduced in Bluetooth 5.1 will be available?
2. Provided...
Hi!
I am trying to use serial port library with Free RTOS (SDK 15.3). I created a read task but when I try to read, the function does sometimes receive wrong bytes. I also...
So I am trying to store a few configuration parameters in flash. I am using nrf_fstorage for that. so before storing the parameters, I am erasing the flash but, it hangs at...
I am using the chip NRF52840 ,the board is powed by a battery, and I program the firmware by using the JLINK,then I unplug the JLINK and waiting the system to go into sleep...
I'm working on a project using the nRF52840 that will have a central device with an NFC reader and up to three peripheral devices with an NFC tag. The goal is to have an LED...
We have already developed firmware for our product using SDK nRF5 SDK v14.2.0 with Soft device S132 V5.0.0. For the new product development, we plan to use the Soft device...
Hello all,
We are trying to use Background DFU.
We are able to trigger using "background_dfu_validate_trigger" and "background_dfu_process_trigger". Process the init packet...
Hi,
I'm looking to connect DAC 5504 ( By AD ) to my NRF52840 based design.
I was wondering if a similar work has been done before ? I can use a good reference code
...
Hi!,
Im curious of what the below module (U34) does within the GPS circuit?
Also, what does the MAGPIO0 "55" do?, can I use one of the GPIOS for enabling the GPS?...
Hello All,
I created a BLE service (relay service) to be able to turn ON or OFF a relay switch. The relay switch hardware is attached to Adafruit Bluefruit Feather (nRF52832...
Hi,
As i know that the nRF52840 DK having thread, Ant and zigbee supports. Till now we can tested examples using the DK's only. Now am eagerly waiting to know that is...
Hi.
I use SDK15.3 (PCA10056 NRF52840) USB MSC example.
i can enumerate disk, creat file and delete file. but i can not edit file.
When I edited the file, re-plugged...
Hello! i am working with nrf5-ble-mpu-data-ready-interrupts example from github, I defined twi, could compile it without errors. But the case it, it doesn't advertise and...
Hi,
I'm trying to get my NRF52840 to minimum current in sleep, but got stuck around 440 uA. Reading through the various posts about sleep current for this type of device...
Hello,
I have created a service with three characteristics in which the 1st and 3rd characteristics have all the three Notify, read, write properties. The second characteristic...