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 want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
Hi,
I'm using the nRF52840 on a custom board along with an ESP8266 (ESP-12S) Wi-Fi module.
The ESP module prints out a bunch of information at a weird nonstandard baud...
I am having trouble setting up DFU over BLE in nRF Connect SDK. I am using NCS 1.9.1. I have followed these instructions with my own project on both the nrf52840 devkit and...
Dear All,
We are developing a device based around nRF52840 on a rigid-flex custom PCB that is mounted inside an anodized aluminum cube with one face covered with plastic...
Hello, I'm trying to get an LPN to unprovision itself based off of an external command. I tried to base it off of the examples so I simply call: However after the reset it...
Hi,
I have my device based on the nRF52840, we have manufactured some equipments and we have created our own application to manage connection. Everything is working fine...
Hi all,
we recently had a problem with couple of our boards based on Raytac MDBT50Q-1MV2 (nrf52840 + osc. + antenna). We base our app on Zephyr. After programming some boards...
Hi, I've been tasked with doing some development on the nRF24LE1F on one of our legacy products that was designed many years ago! I'm in process of converting the code to...
Hi,
I'm trying to use UART1 for console and shell, for example to be able to log messages on VCOM0 linked to UART1 of my nRF5340 DK board. The example that I'm testing is...
Hi Nordic team
Customer Delta was running a street lamp project.
For AWS FOTA, they applied a AWS account and firmware update already can work.
However, it looks like...
Hello,
I am developing FW on NRF52840_DK for a BLE Peripheral as a Reader.
Reader to Mobile App Tx size is 32 bytes
Mobile App to Reader Rx size is 133 bytes.
When...
Dear Bluetooth Mesh experts, The firmware contains a proprietary message that sets a node's parameters and returns 100 bytes of data. The Android app sends it as an acknowledged...
Hi
I've configured Zephyr to run BLE host on cpuapp and BLE controller on cpunet, and using RPMsg to communicate between them.
When I call bt_enable() from the app core...
Hello,
I was wondering if there is a way to extract the "Device name" from the scanned advertisement data published by a model on a different node. I want to display the...
I'm trying to enable saving of coredump to flash. I'm running on nrf52840 with NRF SDK 1.6.1.
I have defined the following:
CONFIG_DEBUG_COREDUMP=y
CONFIG_DEBUG_COREDUMP_BACKEND_FLASH_PARTITION...
Hello ,
We are attempting to use the QSPI driver with an MX25 with 2 i/o lines instead of 4, essential SB 10 and 15 on the nrf52840 DK have been cut. However I am not...