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've got myself one an E73-2G4M04S1A board containing an nRF52810 chip for evaluation. I've setup an Raspberry Pi 1 rev2.0 with OpenOCD using this guide and wired it up according...
Hello,
i have bought 3 modules from Rigado (BMD-330-A-R) with a nRF52810 SoC, is it possible to flash it with an Raspberry Pi? I read that SWD is possible by its SPI-Interface...
We are in progrees of developing a wearable device using NRF52832 with BLE. The problem is, we have quite a few chips dead after several times of rewriting. The dead chips...
Hi,
I tried adding PWM for turning on/off the LED's on the DK for the Enocean switch example. It worked well.
I tried to perform dimming on the switch example by restricting...
Hello All,
This is a trivial question I guess but I am not able to figure out
Working on : nRF5 SDK for Mesh v2.2.0
SDK version : nRF5_SDK_15.0.0_a53641a
I have...
hello ,
can anyone tell me what shall i change in light_switch_client ( server ) to implement the simple_on_off model instead of generic_onoff_client ( server )
i started...
I am using nRF52840 for bluetooth mesh technology for industrial light control.Can anyone help me for my project, how can it be done,I have the light switch demo file, but...
Does any one use mtm m905 module. i tried this module and its a complete failure. the smt package is not standard and the BGA factory failed many times to solder this Module...
Dear Nordic Support Team,
I'm working on a BT Mesh implementation and came across a problem with the proxy enable / disable feature.
Disabling the proxy function doesn...
Hi all, I'm working on making mesh sdk work with peripheral uart example. I tried to merge peripheral uart example (nRF5_SDK_15.0.0_a53641a) into proxy_server example (Mesh...
Hi,
I was into the working of bluetooth mesh. I was wondering if it is possible to configure a bluetooth mesh network with a smart phone acting as a provisioner and by any...
My aim is to establish communication via nRF52840 dongles. This means if I connect mobile phones to the dongle and the data sent by one mobile phone should be received by...
Hi
Does the nRF52840 and 52832 support automatic gain control (AGC) for for BLE?
See this Ti post which suggests AGC is not used for BLE
http://e2e.ti.com/support...
I have recently migrated from SDK 15.0 to 15.2 and are experiencing problems with my code.
I have a nRF52840DK and have attached two accelerometers to this board. I am able...
Hi,
I'm currently working on achieving BLE NUS + ESB UART concurrent implementation via timeslot API, by referring to the example here . I have ported it to utilize SDK15...