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 would like to check if it is possible to setup 3 sets of nRF5340 Audio DK as a master with two slaves.
Where the master and salves are able to send audio (via mic...
Hi All,
I would like to know how Nordic's pairing mode corresponds to the bluetooth specification.
If my smartphone(initiator) is keyboard display,and my slave(responder...
Hi,
After making a 802.15.4 poll request for data and receiving an ACK message which is not followed by any data message the confirm callback never occurs. I have verified...
Hello.
We are developing using nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral device.
I would like to update SoftDevice from v7.0.1 to v7.3.0. Are there any areas...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
I have trouble with DFU. I could implement SMP server into my project according to your guide. (+) Add DFU support to your...
Uns NCS v1.9.1 and VSC, I am attempting to run through the Device Firmware Update (DFU) with MCUBoot bootloader exercise.
I am running to a road black in figuring out how...
I have a Bluetooth device that has a long characteristic. On previous central device projects there is usually a function like read_long_char. I am trying to get a zephyr...
We've built a device with the nRF5 17.1.0 SDK on nRF52832 which operates as a HID keyboard. On iOS and Android this is working fine, and it's working fine sometimes on Windows...
Hello, trying to get v1.9.1 lte_ble_gateway working on Thingy 91. Using Thingy 2020:23 1.4.0, which works all good with zip thingy91_fw_2022-02-17_ec486dab (tracker, nrf cloud...
Dear community,
After a lot of though and fighting with our hardware we decided to use a dual slot bootloader config with an external flash.
We based our testing on...
Hi,
I have a C++ class with code as in below:
This I need to call in a .c file, which I did with extern "C" definitions with a C wrapper as in below:
I am getting...
Hello everyone!
I am trying to add a SPI Master instance for my custom PCB, im using spi example as reference but im having a specific problem, and it is that the program...
Hi, We have custom board files (copied from 5340dk dts files) and I wish to remove all redundant DK stuff from my DTS and free up pins. Can I remove UART0 from both the app...
I have gone through the Nordic Academy to install the tools and build the first example which is blinky. I am using MS Visual Code and SDK version 1.9.1. I have seen some...
Hi,
I use serial port example to do out UART exchange data function. But I get a problem, I don't know why? Below is my source code.
When I send 2 bytes data to...