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...
Morning Everyone,
We use raspberry pis as part of our test equipment. The final stage of our CI/CD pipeline downloads the build dfu packages to a Pi and then does an OTA...
Hi,
I try to run SDK17.1 examples/dfu/secure_bootloader/pca10040_uart_debug.
Only UART example does not have softdevice.
I build and run that example on SES on M1...
Hi,
https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink
I have tried the example you modified. It works fine. However, I get ERROR 17 NRF_BUSY when 2-3...
Hi Sir/Miss,
I encounter a problem which is in programmer software.
When I open software and connect to nRF52840 DK. Right flash size window will display some animation...
Hi,
Is it possible to send data on Connected mode and in parallel also send the periodic data ?
I tried to implement that but it fails to send in data on Connected...
Hi,
We setup a mesh network with 26 sensor devices, configured these 26 devices into one group. From the mesh gateway device, it sends group message to these 26 devices...
Hi there,
I'm currently using SDK 17.1.0 with the NRF52832 Development Board. This is pretty new to me, but the examples helped me get an application going pretty quickly...
I'm using a nrf52840dongle board with the prj_no_dfu.conf configuration with the following additions:
CONFIG_BOARD_HAS_NRF5_BOOTLOADER=n CONFIG_CHIP_LIB_SHELL=y CONFIG_LOG...
Dear Nordic Engineers
I install nrf command line 10.1.6.0 in my office PC.There was a problem after the installation complate.
I input "nrfjprog" in powerShell ,it's normal...
Hello,
we have a remote control with 7 buttons.
Every button shall wakeup the device from deep sleep.
Beside i will have an interrupt on Button 6 and 7.
So the problem...
I am using nrfconnect 1.5.1 (zephyr/command line) with modem firmware 1.2.3 and believe I have found a fairly serious bug/behavior in the UDP API. It is pretty easy "crash...
Hi,
I looked at some of the questions on the forum and they didn't give me good advice. Currently all I can do is nrf52832 Security 1 Level 4 and nrf52833 Security 1 Level...
In the nRF5340 product specification version 1.2, I see an internal bandgap reference error range of -1.8/+0.5%.
In the nRF5340 product specification version 1.2, I see...