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,
We are currently developing a Sensors/USB/BLE/LTE-M1 product for a customer. The board is equipped with one nRF9160,for cloud communication, and one nRF52840, with a...
Hello, I am using nrf5832 with SDK 15.3.0. I want to filter peripheral device based on mac address. I modified example code "\examples\ble_central\ble_app_blinky_c\pca10040...
I'm facing problem when I want to stop receive task, event EVENT_RXTO came at long time period. 4 to 5 baudrate bytes.
Is trere any documentation where could read time between...
Hello,
I want to develop a data transfer service which has a control characteristic that is used to write commands on the phone app and if the command matches any command...
In our application we have made a connection between two nrf52840 devices. with softdevice 6.1.1
normally we operate in 1Mbit mode and tx power on 8.
if we change from...
Hi,
After sending a few textmessages from the client to a server (8 bytes long approx. 10 messages/sec) i get a mesh assert on the client sometimes:
0> <t: 205648>, app_error_weak...
Hi, I'm using a PCA10056 DK board to start new development. I try to program DFU secure bootloader and SoftDevice using nRF Connect 3.0.0 My issue: - configure both hex files...
Hi All
I am recently working on CSAs (Channel Selection Algorithms) in BLE on nRF52840DK, and I am using Zephyr to develop them. I have 3 nRF52840DK, one as sniffer, the...
Hello, I've developed a BLE Mesh Network using the NRF MESH 3.1.0 SDK and the nR5F SDK 15.2.0. My network has 1 client node and max 63 server nodes: I'm using the generic...
I've been developing a solution that utilizes Mesh DFU along with the Mesh Bootloader. However, I've been seeing a frequent issue where the DFU aborts prematurely due to missing...
Dear DevZone,
I'm trying to use the Seeed CAN BUS Shield V2.0 (MCP2515) with the nRF52840 DK, but the library provided is written for Arduino One.
Do you know if any already...
Hello.
I m looking for libraries wich contains functions/methods (for example how to scan, provision, adding nodes etc. ) and solution how to use them.
I found something...
I am working with nRF 52832 platform and I soldered SB12 and cut SB10 because I wanted to feed from the external power supply and with this situation I can not connect to...
I have been working with the Nrf52840, SDK15.2 and Segger Embedded Studio 4.20a using external GNU 7 2017-q4-major. The project builds without error on the original PC. I...