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...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
Hello guys. I'm beginner in Nordic Devices.
I'm working in project that sends Acceleration Data from KX220 sensor over LoRa network or if there is a BLE device connected...
Hi,
I find that nrf52 series can support Bluetooth 5.2 SoC in nordicsemi page, but it still shows Bluetooth 5.1 SoC in Product Spec.
Which one is right ? Is it just that...
In the User Guide for the nRF52840DK on pg 26 is:
8.5 External memory The nRF52840 DK has a 64 Mb external flash memory. The memory is a multi-I/O memory supporting both...
Hi,
I'm working with the USB_CDC_ACM example to communicate with a PC trough COM port. It works well.
Now I would like to use the ISO endpoint feature in order to transfer...
I have a NRF52840 DK, with a pca63511 power profiler kit purchased just a few days ago from Mouser. I am trying to use the power profiler kit with version 2.3.1 of the power...
We are in a need to upgrade the existing Soft Device to higher version from the application firmware. The reason why I am asking this, if it is possible to upgrade then we...
Hi All,
I am Working on nRF52840 and using nRF52840-DK.
Below is my working environment
SDK - nRF5_SDK_16.0.0_98a08e2
IDE - Segger Embedded studio (windows 10 -...
I am using NRF52840 in Mesh (SDK 4.1.0), I am facing this strange issue, one of my node (have client+server both) is got damaged, I replaced this with new NRF52840, then I...
Dear support team,
In the AT command manual, the parameter type are well documented:
But there is no hint or description about parameters in certificate manager. The...
Hi I am using Mesh V 4.0 and Stack V 16.0
I have created the Message Model in Client side and can able to send string from Client to Server on button press.
Now when I...
I am a nRF new user, I try to use JLink-OB (STM32F072C8T6) program nRF52832 module, wire nRF52832 via SWD likes below,
I try to use nRF command Line tools operate nRF52832...
We're trying to make our device automatically recover after a brown-out or brief power loss. I'm hoping to leave a system-state value in a RAM location and check for it on...
Hello everybody,
I successfully built a BLE demo application using Nordic SDK and arm-gcc makefiles and now I am trying to flash it. My board is a custom made one with NRF52832...
Hi,
I want to use the gps.h driver with the nrf9160 but I don't know how to get the gps device pointer to initialize the driver.
Tell me if I'm wrong, but normaly,
we...