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 am trying to integrate DFU into ble_app_uart example.
I am using nrf51422 board, sdk v10.0.0, soft device "s110_nrf51_8.0.0_softdevice.hex".
I have made some changes...
I'm trying to use Pin 0.21 as SCLK in the SDK15.2/examples/peripheral/spi/pca10056/blank/ses.
The example works fine with CLK on pin 3 (default) and on pin 29 (just tried...
Hi,
I created nrf52 project on Segger studio. I'm writing directly registers.(not SDK)
It includes i2c,uart and adc, this part is working now.
I want to add SoftDevice...
Hi,
I'm using Keil development tool.
The original bootloader start address is 0xE6000 and new bootloader start address is 0xE5000.
When I update to new bootloader, it...
hi...
What are the things I can check if I can't find my nRF51 upon scanning for BT devices? I am using nrf52832 and can successfully program the device via a Segger J-Link...
Simple and perhaps stupid, but important for me: the reports of detected devices I see in nRFConnect (desktop or mobile version) are based ONLY on BLE advertising packets...
Hi,
I am experiencing problems with the app_error_handler function defined in app_error_handler_iar_c provided with the SDK V15.0.0.
If the function gets called when debugging...
HI team,
I am a beginner of Nordic nrf52840 DK, I would like to control the AC ceiling fan using the nrf52840 board with pwm library. As, I can see we can use either single...
errr_code=sd_ble_uuid_encode(p_target_uuid,&raw_uuid_len,raw_uuid);when i debug and going to find uuid my debugger will move to NVIC_systemReset.i am running uart central...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the static key feature. But every time when I configure the static key including letters...
Hi,
I am currently trying send value to a write characteristic of the server of a custom central device with a nrf52832 peripheral device. I have been able to connect with...
Hi
I am going to use the ble_app_uart example , the sdk version is 15.2.0
I only modify the vendor specific UUID , and download in the NRF52840, it does not work, i can...
Hi there,
I am about to perform an RF emission test to my product which is using a nRF52 chip and different RF sources as wifi and cellular and I was requested to:
...
Hi,
Using the gls example, as soon as I try to connect to it using NRF Connect on my iPhone, I get the "Failed to secure connection. Disconnecting." error. Once the error...
Dear all,
I'm designing a layout with nRF52832 and in my layout I didn't use pin 37 and pin 38 (P0.25 and P0.26). I noted that in PCA10040 v1.2.1 development kit there are...