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...
Hi all,
i use the function sd_power_system_off() to put the micro in system off.
First question is about the the type of system off. There are different type of system OFF...
Hi Forum and Nordic Employess
I use sdk12.2
The Pstorage libraries are missing. I want a Pstorage (flash write / read) example along with the Soft Device.
Thank You
Hi all,
I see there are similar questions posted on this forum, but none answers my question satisfactorily.
What I have:
we use the nRF52 we use UART0 to
transmit...
I'm using SAADC on a NRF52832 DK to read a analog channel between 0-3.3V. I wanted to supply current with the board VDD but it's value is 2.8V and they're not event stable...
Hi
I'm trying to get higher throughput when connected as a central by increasing my Tx&Rx bandwidth to high (from the default medium).
uint32_t nrfErr; ble_opt_t opt...
Hello,
my custom board does not have external 32kHz crystal. I have managed to use NRF_CLOCK_LF_SRC_RC in SOFTDEVICE_HANDLER_INIT instead.
My questions are:
...
I have a Custom Board made by using nrf51822 soc but pc is unable to detect the board by using Jlink debugger.
Stlink was able to detect only when frequency selected as 20khz...
Hello dear Nordic Team,
I got a question regarding the device filtering options. I am interested in putting 10 chips next to each other. But every chip shall have only...
As I came to understand, all the services & characteristics are registered in a "GATT table" of some sort, so my question:
What are the functions used to create and...
I want to update the nordic device from another MCU with HCI DFU. I cannot figure out how to write the packet header.
In the Nordic documentation, it is writen to read the...
I want to add micro-ecc library for compiling bootloader secure code.
I tried as mentioned on infocenter.nordicsemi.com/index.jsp .
I am getting error as attached. I am...
Hi,
we use the GPIOTE to get informed if the value of a GPIO pin gets from hi to low.
If this happens, the GPIOTE event handler will be called.
What will happen,...
Hi, I'm using a nRF52 dk board as a switch to control a circuit. The problem is I not sure which gpio can be used to act as a switch to control the circuit. Thanks.