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...
I recently added bonding and authentication to my application. I have two characteristics with CCCDs and they are both broken. One characteristic is "protected" (requires...
Is there a standard/spec for the UUID used for provisionee devices?
I don't see anything in the mesh examples that indicates a standard UUID format is used.
It allows...
I am using an nRF52 DK with Soft Device 6.1.0 on a Windows platform.
I am trying to add a new BLE Service and calling function sd_ble_uuid_vs_add() but get NO_MEM error...
I am developing three different projects for the nRF51822 using SDK 12.3 and the app_uart_fifo code module. Details of the projects are as follows:
Project 1 - implemented...
I am attempting to run the mesh Light Switch example with a provisioner, client and a server in debug mode using the Segger SES. I am attempting to debug the server code on...
Hello everyone, the sdk version that I use is 15.0.
I'm trying to connect my nRF52832 (master) to an external SPI slave memory (N25Q) to write and read data. The problem...
Hi Everyone,
RFX2411N is used to extend signal coverage of NRF51822. Here are the configuration below:
Use radio notification to generate an interrupt
Use this interrupt...
Sir,
System notifications where enabled On my mobile but still I did not get any kind of notification from Eddyston Beacon-URL.I am using nRF52840. Is there anything such...
Hello!
My project programmed on the nRF52dk board.
Using the twi protocol for communication with other driver IC.
Below code is twi_init source.
---------------...
Hi,
I am trying to transition from nRF51822 to nRF52840. I have the PCA10056 board to help me with the transition. I was able to make the BLE work with the nRF51822 by flashing...
Hi
I would like to read values from three AD channels where I use different sampling frequencies and different number of samples are captured at each sampling frequency...
Hi all
Recently, I have been developing a BT module using nRF52810. However, the module couldn't communicate normally with STM32 via UART as the MCU keep rebooting. And...
I am using the BMD-350 in a new device that reads off of a sensor and changes the alert level in the IAS based on the value. Implementing the client on this peripheral, I...