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...
We are completing the design of a PCB and have a mounting/assembly issue with the NRF52840. We In looking at the mechanical spec on your datasheet w find that A row of 24...
hi
1.does nRF5-SDK-for-Mesh v 2 support friend feature of Bluetooth?
2.phone with ble 4 can current to ble 5 mesh network?
3.is there any example of two above?
thanks...
I have connecting problem.
My setting...
1. OS : win10 x64
emulator : J-link(EDU)
2. installed
1) nRF5x-Command-Line-Tools_9_7_3_Installer.exe
2) nrfgostudio_win...
Hello
The scanner causes the code to freeze when a debugger is not connected.
We are developing a system where one of our units is to run on the nRF52832. During development...
Hi ,
I testing the " nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_uart_c " sample code with nRF52832 . Found sometimes get the advertising...
We are using nRF52840 with the nrf5_SDK_for_Mesh_v1.0.0 in combination with s140_5.0.0-3.alpha I'm working with the nRF52840-Preview-DK board. Task: program a bootloader for...
Hi, developers !
We are going to make a USB dongle that configures RF HID using nrf52840.
So when I look at the datasheet for circuit configuration, it says "High voltage...
Hello, I want to transmit data using the nRF52840 card and a smartphone. I explain: I must transmit data from the nRF52840 card to a smartphone. What is the best program in...
Hi,
I am trying to add logs to the Eddystone example using SDK15, SD132, arm5_no_packs, PCA10040 and Keil. I added the corresponding libraries to the project, entries...
Hi all,
I am using multilink central example in nrf52832(SDK 15), i have converted the multilink central(lbs) to multilink central(nus) for one of my apllication, its...
I posted on the forum regarding the same project here https://devzone.nordicsemi.com/f/nordic-q-a/34022/optimizing-throughput-with-multiple-central-links-and-1-peripheral...
Hi Nordic,
I am trying to implement the Bluetooth Developer Studio Example to implement Cycling Power Profile with
Bluetooth Developer Studio version 1.1.3139
bds_plugin_1...
Hi,
Does Nordic have reference layout/desing for nRF52832 (QFxx) with external antenna connector like Hirose U.FL? PCB trace antenna is not working in most of our use cases...
Hello everyone,
now i'm working with nRF52840 PDK( Engineering B ) and i migrate my project from SDK 14.1 to SDK 15. My starting point is ble_app_template and i want to...