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, in my application I have a problem with the app_timer module respectively with a timer I have created. I'm working on a nrf52832 ( Rev. 1 - build code QFAA-B00) and...
I need a solution for doing a DFU from an Android phone to a device with a nRF52832 chip in it
I currently have a working version in IOS Swift but cannot get the Android...
Hi everyone,
I'm using nrf52840 custom board (pca10056)
SDK version: 15.3
OS: Fedora
I work on a custom board and try to use WDT like so in the WTD project example...
Hi,
I implemented the rnd example under ../crypto/nrf_cc310/rnd with freeRTOS. While testing i observed strange behaviour.
While debugging i got
=================...
I have been using nRF9160: LTE Sensor Gateway to send data from nRF52832 and it all seems to work fine. However whenever i switch off the nRF52832 I receive an error as attached...
As stated on the product page and repeated in my title, the nRF24lu1 and the plus model aren't recommend for new desifde. Is there an nRF52 series replacement?
I'm working...
Hello,
I am developping an application using Softdevice which works (or worked).
Then, as I also need using UART, I built and flashed the example program nRF5_SDK_15.3...
My goal is to replace the legacy bootloader present in nRF52832 with a new bootloader with the DFU process.
I am using nRF5 SDK v15.3.0, GCC ARM and S132.
I have done...
Hi everyone, I recently purchased "nrf9160 kit" and have been trying to get used to it. But, my primary goal is to use this kit for performing simple transmissions such as...
Hello,
I have nRF52840 dongle. As we know that this dongle connect with Computer with USB port.
As per my project requirement i need to connect (soldering) with another...
Hi,
For a number of upcoming projects we require 802.15.4 and BLE dynamic multiprotocol support. We need to select a SoC to implement this.
We like the look of the nrf52840...
Hello,
I've read the answers to how to *calculate* available amount of FLASH space, based on the size of SoftDevice, Application, and Bootloader. However, they did not help...