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...
1. nRF Connect SDK v1.9.1
2. Segger 5.68
3. sample name : multiple_adv_sets
I am developing through multiple_adv_sets.
I want to test by changing the uuid in uuid...
Hello
I have installed NRF Connect for Desktop in my system (64bit, i3 CPU). I want to debug my custom hardware using the nRF9160 Development Kit. I have connected the nRF9160...
We have a big application bigger than 500ko and we need a littlefs partition, so we end up with a mcuboot_secondary smaller than the mcuboot_primary (actually we put it to...
Hello, as stated in the Titel im trying to read Firmware Information, for Example the Firmware Version. I tried solving this by reading via Flashareas but no matter where...
Hi,
Datasheet says the sequence as mentioned below,
But the code given in the nordic playground does not follow the sequence mentioned in the datasheet, and the code...
Dear members, with success I implemented the time synchronization example from the nRF5 SDK guide. This example works perfect for a single master, but what if the master changes...
Hi Nordic:
How to use GZLL in nRF52833.
It is only has PCA10040 and PCA10056 In "gzll_ack_payload", but nRF52833 is PCA10100.
I try to use PCA10040 run in nRF52833,...
I start learning open thread in nrf connect SDK using nrf52833, it was pretty fun examples. Now I switch from using cli to send udp from/ to devices to implement it in the...
Hello everyone,
I'm having some issues working with the nRF Connect for VS Code extension in combination with the nrf_desktop application demo from the nRF Connect SDK....
Hello,
VSCode, i change NCS1.9.1 to v1.9.99,
restart computer,but got error:
OUTPUT can not use compilerPath“D:\Program\v1.9.1\toolchain\opt\bin\arm-none-eabi-gcc.exe...
Hello,
I am working with a TOF sensor, and in the init I need to upload some firmware through an I2C connection. It functions as intended when it is a smaller amount of...
Good morning.
I have an EVAL nRF52_DK PCA10040 V2.1.0 and connecting the EVAL to the PC through the USB cable no VCP and no CDC disc are recognized.
With an EVAL nRF52_DK...
So far we have been using nRF5 SDK v17.1, but we ended up using nRF connect SDK v1.9.1.
However, this compiles too slowly.
I modified main.c and it seems to compile everything...
Hello,
I tried to implement libuart in my code but i'm facing some problems i think it's because the legacy layer and the nrfx layer,it's configuiration problem as i think...