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...
I want to run BLE peripheral UART application on nRF51822. I have downloaded nrf5 SDK and S130 softdevice. I am using Keil5 and STlinkV2 for programming the device. The UART...
Hello,
I'm currently working with an nRF5340DK , trying to implement FOTA update by sending the firmware from another nRF5340DK . Is there an already developed feature/sample...
Hi,
I'm using the nRF5340 DK. I am trying to get iso_broadcast sample application working but it fails when creating a BIG (-5 error) (there is a prior support ticket for...
Our startup previously used nrfx 2.4.0 but worked just fine. Upgrading to nrfx 2.8.0 results in a Hard Fault at the location seen in the screenshot. Which is the file located...
Hi,
I am posting this here because I am not sure exactly which repository to file the bug on (zephyr? west? something else?)
nrfjprog supports programming over IP with...
I'm still new to Zephyr, so this could be an easy question that I'm googling poorly - if so, sorry in advance. I just wanted to add an extra LED, led4 , to the existing nrf9160dk...
Hi everyone, and thanks for all the help provided on this site !
I have tried to flash a MDBT42Q using the nrf82832-DK (PCA10040) and it works fine for simple peripheral...
Hello,
Aim : Our application uses the PC-BLE driver for serialization purpose as well as the nrfutil for DFU purpose in the same script, we switch between the two by opening...
Hi,
I am developing a BLE sensor based on nRF52840 SoC (QIAA aQFN 73). I would like to get some clarrification regarding following points while hardware design. Thanks for...
Hi there,
We intend on using the default Serial LTE Modem example on the nrf9160 in our product. We will then communicate to the modem with AT commands from an external...
I'm trying to program a nrf52832 chip with a nrf52dk board by configuration below, referred to https://devzone.nordicsemi.com/f/nordic-q-a/14058/external-programming-using...
Hello,
Since the last update some of the includes in my files are being marked by VSCode as "cannot open source file xxx (1696)"
The application compiles fine...
Hi! The nRF9160 has a nice, accurate LFXO integrated. I'm assuming that it's also active most of the time anyway to provide timing for the modem (assuming one is using the...
Hi, I have the following questions. Please help me answer them: Using the protocol stack of the above version, one master and two slaves are disconnected when reconnecting...