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 am developing a zigbee network and i have used the the sample project of zigbee light bulb, switch and coordinator given in nrf5340dk. now i am facing issue with...
Hi,
I'm implementing a FOTA update procedure for the nRF9160 using the download_client from the nRF Connect SDK 1.9.1 and modem firmware 1.3.1.
In general the image update...
Hi,
I am using the nRF52840 DK to connect to an external board via the P20 shield debug out. I was wondering if any indication is given if a board is connected correctly...
Help me please!!!
nRF52840 DK stops to scan after 3 hours working.
Project is based on central_nordic_uart_service.
Scan params
it works fine 3 hours and then BLE...
The linker script for the example code "Secure bootloader ble" for pca10040 have the FLASH section defined as:
FLASH (rx) : ORIGIN = 0x78000, LENGTH = 0x6000
According...
Hello,
I am using nRF5340 with NCS1.7.0 and nRF RPC lib for intercore communication for our product development. I followed this example ( https://github.com/nrfconnect...
Hello,
I installed NCS 2.0.0 via toolchain manager (Windows).
However, if I:
open a new cmd window
set ZEPHYR_BASE to <ZEPHYR_NCS_2_0_0_PATH>
try to build an example...
For study purpose, I try to change bootloader to move APP offset by
change APP start address to 0x20000
change start_addr in nrf_dfu_mbr_irq_forward_address_set() and...
Hi Team,
I'm using a nRF52810 board for my project but in that when I upload code using development kit, at that time my device give advertising and what I gave task.
...
Hi,
i have two nRF52833 program for make AOA. One is programe as Tx with "direction_finding_connectionless_tx" and one is program as receiver with "direction_finding_connectionless_rx...
Hi,
I am using the nRF9160 on a custom PCB, SDK version 1.6.1 and modem FW 1.3.1
My Application uses MQTT to send messages to a server at regular intervals. In between...
I've just installed a new version of nRFConnect for Desktop, version 3.11.1. When I try to launch Toolchain Manager, I get an error "Unexpected end of JSON Input" error message...
Hello,
I would like to know why Matter cluster Simple Metering (ID : 0x0702) it is not proposed by the ZAP Tool and by the CHIP Tool. How could it be possible to use this...
Hi - I am unable to commission my NRF-5340-DK as a Matter device using the Android Chiptool app.
I am using the matter sample Light Bulb with v.1.9 of the NRF SDK. The sample...