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...
Hello Everyone,
First of all, what a terrible experience this has been. I'm trying to use custom RSA private key in order to sign the firmware before we go into production...
Hello, We're developing an LPN product that will leave the mesh and stay off the mesh for up to 3 days (possibly more). When it rejoins the mesh, the central server/gateway...
Hello there,
I am trying to work with the sample application named "radio test" for performing FCC testing with our hardware. However, I am not able to successfully build...
Hello, I am currently working on the nrF52840 module with the soft device s140.
My job is to read the values from different characteristics.
The characteristics are...
Having developed a dual-role Central and Peripheral BLE app, I've been trying to use the Dongle to do power measurements. My app works fine in VSCode with the nrf52 on a RF9160DK...
Hi,
I'm getting a hard fault that I really need some help to debug. My call stack is shown below and includes nrf_log_frontend_dequeue() as well as a custom service function...
Hello,
I'm using SDK 17.0.2 with S113, v7.2.0 on the NRF52840. We currently have an instance of CLI running in our executive loop, and it works fine. We'd also like to implement...
Hi,
I have made an emitter (with nRF52833) and a receiver (with nRF52833 too) and i already succeed to receive data and print IQ data from an antenna array but the IQ data...
Hello,
I'm using nrf52840 Dongle and Visual Studio code "connected devices" won't detect Dongle board on my USB port.
nrfConnect for Desktop / Programmer detects it fine...
Hi All,
I observed strange anomaly on NRF5340 (PCA10095 0.11.0 2020.52.xxxxxxxxx).
Same behavior seen on NRF52840 (PCA10056).
Value of register SIZE.EPOUT[n] does...
I have a problem with nRF24L01 working as a PTX. Not very often but occasionally now and then it doesn't transmit any messages and requires removal of power before transmission...
Howdy all,
I have noticed that there are some limitations regarding the replay cache in BLE mesh devices.
Environment:
1. nrf52840
2. MESH_SDK V5.00
I have developed...
My device is connected all the time to a server with a persistent socket. I’m using eDRX power save modes so current will stay low in my battery operated product. During operation...
Hello, I'm experiencing an issue with talking to our mesh server after an IV update occurs. After a fresh provisioning the unit talks fine, however, one of our units has an...