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 use DK usb dongle to catch data from my ble device , but I can only catch the broadcast data . When the ble device is connected to PC ble dongle , I can't catch data any...
I have Olimex Mod-nRF 8001 Module which i bought it from here . It has break out the RDYN,REQN,MISO,MOSI,SCK and reset pins. My question is can i connect RDYN and REQN lines...
I used the Nexus 5 with android OS 4.4 and try to
use both the "Master control panel" and "Toolbox" Apps to upload firmware.(DFU)
When I use the "Master control panel" App...
We are using an nRF51822 with s110 v5 and an iPhone. When the iPhone connects to the nRF51822, occasionally (perhaps 1/4 of the time) the iPhone fails to complete service...
Having some issues with the examples on the nRF51822 development kit. Hoping someone can help.
Working from nRF51822_Development_Kit_User_Guide_v1.3.pdf.
Motherboard...
Hi all.
I am making a PCB for nRF51822. My PCB need is to talk with iPhone for BLE Proximity application. Also I need to control a LED from iPhone. And I need to get low...
In short: Is it feasible to use RSSI values when tuning the antenna?
I have a custom board with an nRF51422 on which I have designed the RF part to be as much as possibly...
Any suggestions for handling a bricked custom board?
I'm pretty sure I know where the problem is in my code, but now I can't reprogram the board. I did have this happen...
Hi, I'm developing an BLE application using nrf51822.
I have a BLE security issue to discuss.
(Actually I don't have much network security background...)
In our application...
I'm using PCA100001 board with pure-gcc Makefile and s110_nrf51822_5.2.1_softdevice.
And I'm writing simple code customizing s110 samples like below:
static void ble_stack_init...
Hi
Does the NRF51822 support ANT and where would be a good place to understand how to implement ANT ? I also want to know where I can get more information regarding the...
Hello community, first time posting a question so please try and forgive any future mistakes.
anyways im new to using the keil IDE and am have some problems. I have dug...
I am using pca10001 board and started my development from nrf6310/s110/ble_app_hids_keyboard.
SDK version is 6.0.0. I have successfully tested my device with (MCP) Master...
Hi,
I am very new to BlueTooth technology. Currently i'm testing the nRF51822 evaluation kit to see if the BLE module can be used for a specific project. I've tried several...