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...
When debugging IIC, it always crashes here. what is the problem。
nrfx_twim.c,line 441.
else { while (!nrf_twim_event_check(p_twim, evt_to_wait)) //forzen here { if (nrf_twim_event_check...
Hi,
As per the Errata 97 , there is increase in current consumption if GPIOTE is used in Input mode. We are working on low power device and cannot afford increase in current...
Hello! This is my first time using a Nordic product and I'm still learning the basics. I am adapting the TWI Sensor example and I'm trying to read data back from an accelerometer...
1. After some time in the field (have not been able to recreate this in the lab, it takes weeks),
LPN nodes will start to return NRF_ERROR_FORBIDDEN from calls to access_model_publish...
Hello all,
I have been testing the SAADC example from the peripheral directory.
The goal is to acquire a single sample from SAADC using nrf_drv_saadc_sample_convert...
Hello,
I have 3 different nRF52 DK eval boards versions
1. PCA10040 , 1.1.0. 2016.16
2. PCA10040 , 1.2.4. 2019.5
3. PCA10040 , 2.0.0. 2020.8
When I try to measure...
Hello all
I was wondering if someone already made some first steps with AMS (Apple Media Service)
I'm trying to get a project running where I can control the music on...
Hi,
I am developping some kind of driver as my company calls it which will be used to easily setup a mesh network for our projects. I am using the light_switch_client_example...
Hi,
I'm working on a project to create a peripheral works with multiple centrals. I know the current SDK support multi peripheral/central scenarios. Is it possible to make...
Hi,
I'm using a custom nRF51822 board powered by a coin cell and need to trigger a specific LED when the battery is low.
Using this thread as the reference, I tried to...
Hi Have anyone used Rust base crypto library on nRF52-DK dev board? I've tried to use ring in my Rust project and set target to "thumbv7em-none-eabi", but I got an error below...
Hi, Looking at the Keil website I was assuming that the I could develop a nRF9160 based custom design using this IDE with ULINK2 interface. There are Nordic development packs...
Hello,I am testing the ble_app_hids_keyboard code in SDK14.1。After NRF52832 connection to the IOS device, the device's soft keyboard disappeared.I want to know how to pop...
Hello,
I am designing my second revision of custom hardware and am debating replacing my external regulator with the nrf52840's internal REG0 stage. I have read the product...