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,
Till now I was using nRF52840 with nRF5_SDK_16.0.0_98a08e2 and its working fine. Now I thought to cross check with nRF52832.
When I run FDS example I am getting...
I have been studying the power consumption of a prototype and observe that the end device is polling very frequently. The data request polling is backing off for a while to...
I've been observing a strange behaviour on the MOSI line using SPI2 in Mode 0(nRF52832) with connected ST7789 based display,
The data happens to be not available at the...
Dear Nordic support team,
I am developing a prototype based on the nRF52840 with the nRF5 SDK 16.0.0 and Soft Device S140 7.0.1. The prototype acts in the peripheral role...
I'm using nrf52840 and SDK VR 15.0.0
I want to apply the long press button functionality and short press button functionality to change the screens in OLED SSD1306.
How...
I am using NRF52840 in Mesh(SDK 4.1.0).
I followed Hung Bui's solution and change power to 8 dBm in code, but get range of 15 meter in open environment, This is very low...
Dear all, I have a question about custom address add. In light switch example, we can publish message to group address or unicast address. In my project, we want to send message...
hai ,
i am connecting 5 peripherals in one central (used ble_central example modified like multilink central)
i referred this link for sending particular data...
https...
Hello,
the well known problem of the nRF5SDK is that if you want to use nrfx drivers, you should enable in NRFX_DEFINEs and LEGACY_DEFINEs in config file. For example, we...
Hi ,
In my application .. I have define two custom characteristics one with write permission and other with read + notify permission...
Whenever a value is written to...
Should the toplevel declaration bool nrfx_power_irq_enabled; in nrfx_power.c have a `static` qualifier? I'm using openocd/gdb to load a GCC-compiled firmware onto a custom...
Hi,
I think I have properly configured my application to authorize reads on characteristic, yet I do not see an event generated. I get write events, but I don't get read...
Hi,
I am developing a custom board with nRF52811 where I will measure analog signals from op amp on ADC (single ended mode). Signals will be very small, so I need a good...