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'm a begineer in nRF52DK and S132.
I am trying to make an application code to enable link layer control procedures at any time in a connection state with the nRF52DK and...
hello everyone,
Which APP demon is the most stable APP?
I use nrf-master APP to test the blue device,it can connect very well。but when I use uart-app , it can't connect...
I notice that if Make virtually any of the SDK12 armgcc examples that I get a warning that 2 include folders do not exist
e.g.
../../config/ble_app_hrs_pca10028_s130...
BLE UART run example runs in debug mode and able to see the BLE in the nrfconnect
using Jlink debugger
When the Jlink debugger and power supply is provided we are not see...
Hello,
I am currently using the GPIOTE Driver (nrf_drv_gpiote) to detect external interrupts from a sensor on a custom board using the nRF51822 with the S130 v2.0.0 SoftDevice...
Hello,
I've an issue with several smart-phone models when I use the softdevice S130 v2
I did tests with PCA10028 and the example "ble_app_bps".
I used softdevice...
I use app_button with simple handle function. When button is pressed the led is on, when released the led is off. Everything works fine, but after some random number button...
Hi all,
I am having issues with the BLE DFU process with both nRF51822 and nRF52832 (with different applications).
I use the nRF Connect application to update my device...
Any idea why sd_ble_gap_rssi_start(handle, 0, 0); returns NRF_ERROR_INVALID_ADDR ? The documentation doesn't list that as a possible return value and I can't look in the code...
I write the code almost ok.
but , I neet the DFU function to UPDATE THE software .
Now, we only find a v11 example can run ok but only a zip, not including any code. ...
Hello,
First of all, I've read the entry below.
devzone.nordicsemi.com/.../
My questions:
1 - If I cannot advertise for only specific masters, how can I provide...
Hello!
I have a problem with NRF8001 modules. I have two similar boards - one with NRF8001C and another with NRF8001D module. NRF8001C board works well, but NRF8001D board...
Hello all, at present time I'm making investigation of BLE link stablility at harsh megapolis environment and at long open space ranges. During testing I found out some information...
Looks like there is an error in the nrf_drv_gpiote_common.h :
#define INTERRUPT_PRIORITY_VALIDATION(pri) STATIC_ASSERT(((pri > 2) && (pri < 4)) || ((pri > 5) && (pri <...