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...
We would like to run our post processing audio enhancement algorithm in the application processor while it is streaming Bluetooth LE audio.
I would like to know the resources...
I think there were a few other cases that had a problem using external flash for littlefs, but I think I found out why it is not working in the latest SDK.
I configured...
I am working on a BLE peripheral FW using 1.9.1 nRF Connect SDK on VS Code.
My application was building uptil now.
I changed one file name. Its .c / .h file names and...
Hi,
I'm using a nrf9160 DK and am wondering how to use the credential storage system. I deleted all credentials for security tag 1, and loaded the root CA pem (not the...
Hi Nordic Community
I am very new to Nordic products and the Zephyr RTOS so please forgive any silly questions.
I am trying to get a better understanding on how to...
Hello !
I’m currently working on a project developed with the NRF52 , and I’m facing a little problem using the DFU function (Device Firmware Upgrade). As shown in the screenshot...
Good day.
I am currently developing with two NRF52840 DK boards, and I also have two NRF Dongles. On a dongle a sniffer for ZigBee. I am working with SDK 3.2. This is my...
The spec for the nRF52840 indicates a maximum power level of 8.0 dBm and -51dBm for 2nd order harmonics and -48dBm for 3rd order harmonics. What is the output power level...
Hi,
I need to know. How to put the nrf5340 in sleep mode and how can I woke up the device based on interrupt. Kindly, let me know. How can I achieve this.
Thanks & Regards...
Hello, is it possible to get the altium data from nRF52840 dongle (pca10059.SchDoc and PcbDoc) ? It's so time wasting to clone it from pdf. Thx. Ralf Adler
I followed the document and downloaded nRF Connect for Desktop in Ubuntu 18.04.5.
Then I changed the permission of nrfconnect-3.11.1-x86_64.appimage to "allow executing...
Hello Devzone,
I'm in the development stages on a battery based sensor device, utilizing nRF9160 System in Package for LTE-M connectivity and application processor. I have...
Hello Everyone,
We are using a nRF52810.
We have ran into an issue where our 32MHz XTAL can take longer than 400us and thus the Errata 3.6[68] CLOCK: EVENTS_HFCLKSTARTED...
Hello all!
I would like to use the PWM driver, yes, the hardware that is on board the chip. To get going certain code parts from the PWM driver that comes with the SDK,...
I would like to set the radio channel using 'uint32_t nrf_esb_set_rf_channel ( uint32_t channel ) '.
In 'nRF52840 Product Specification v1.7', '6.20.12.2 Operating frequencies...