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 would like to have a ZigBee stack running on the 52840 and use door/window (contact) sensors as well as motion (PIR) that are available on the market today to connect to...
Dear Sirs!
I use compiler IAR 7.80 with Nordic SDK 12.2
Softdevice
s132_nrf52_3.0.0_softdevice.hex
I have very strange issue in debugger.
Break point works, but...
Hi folks,
I try change blinky code for nRF52810 SoC. I must create own timer. I dont know app_timer example help for me?! I want to do when power on leds on 2 seconds...
Hi All,
I am developing an application in which i am interfacing the nRF52832 with an ADC via SPI.
I am doing channel multiplexing (2 channels) such that when i get data...
I'm aware of the limitations on using "printf" in a non-debug environment, but apparently there must be something similar with sprintf. I'm using it to load a value into a...
Hello,
There's a problem compiling the standard ble_app_uart_pca10040_s132 in Segger Embedded Studio for ARM V3.40. The UART example is straight out of nRF5_SDK_14.2.0_17b948a...
Based on the demonstration video of Thingy , I can have a view on Thingy is changing its color when it is given different command using the apps.
1. As if I want to send...
Hello, I want to include Mesh Serial Example into the Mesh Light Switch example.
The aim is to allow the serial device to listen to the mesh messages.
What is the best...
Hi Everyone
I am using BLE for NORDIC UART SERVICES. I want to update my code via BLE instead of a USB or J-LINK.
How can i upload my code from the Android device to nrf52840...
Hi,
I am working on nRF52840 board using Segger Embedded Studio for ARM 3.34a on windows 7 64 bit setup.
I am trying to bring up UART on my custom board.
So as a first...
I followed test steps mentioned in dfu_quick_start.md file to perform DFU over mesh.
1. Below is the error i am getting while creating DFU package, Please help on this....
Hi,
I am working on nRF52832 board using Segger Embedded Studio for ARM 3.34a on windows 7 64 bit setup.
I am trying to erase page from RAM using "nrf_nvmc_page_erase...
I have a situation with the devices my company builds. From what I understand, they've been designed with a small flaw, which causes them to sometimes get stuck and require...