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...
Dear nordic guy, I'm developing
with nrf51822. I have one question regarding main clock control.
I want to turn on and off 16Mhz clock in application side.
application...
Hello,
I have some code running that transfers binary data from an iPhone to a nRF51822 device (used for firmware upgrade).
I have used a variable length characteristic...
When starting with nRFgo Studio "Erase all", "Program SoftDevice" & "Program Bootloader" to have a almost virgin base without an application, I succeed perform an over the...
Hello,
currently I am thinking about the proximity concept. The following scenario is given:
We have a Display that shoud lock/unlock a Device
We have a iPhone...
I used SDK 5.1 and S110 6.0, I dowmload the project ble_app_ancs to nRF51822 DK. I try to connect it to iPhone 4s (which run on IOS 7.04), when I click 'pairing', the led...
Device: NRF51822; BMA250E
Description:
When I read BMA250E via I2C without BLE protocol, commnucation run well.
And if there is no I2C commnucation, BLE protocol can...
Hi all,
My questions are related to frequency on the soft-device firmwares for nrf51822.
In S110 does the frequency channel hop according to the CONNECT_REQ packet...
Hello,
I am testing the ble_app_hrs project on two eval boards, with s110 and s120. Everything works.
If I power-off the peripheral board (s110), it seems that the master...
Dear Nordic guy, I'm developing with nrf51822.
I have one question regarding flash write.
In ble connected state,I have some error to write some data to flash.
I want to...
Hi,
I just loaded the nRF8001 Arduino code on my board and used an iPhone 5 to read the data that was being advertised. I get the following response:
<CBCentralManager...
Dear Nordic guy,I'm developing with nrf51822.
I have one question regarding lfclk.
I use LFCLK SOURCE RC OSCILATOR of ble_stack_handler_init() at the application side.
...
Hi,
Is there any example application related to alert notification profile for android 4.3 devices?
I just need to understand the gattserver implementation for the alert...
Hello All,
Since yesterday I have been getting a problem where my project using the S110 softdevice enters a reset loop. This runs on a unmodified PCA10001 that plugs into...