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...
Hi all,
I tried to build the latest OpenThread libraries but after copying the library files in the SDK, I fail to compile the examples. Everything was fine when building...
Hello,
the specification states that SD132 v4 takes 120 KB flash and MBR 4 KB flash additionally. We only need the BLE protocol stack. Is there any way to reduce the SD132...
I am trying to use the EVENTS_PWMPERIODEND interrupt to read a GPIO pin on every falling edge of an output GPIO that is driven from the PWM module.
The description in the...
Hi all,
i developer a code that :
press button short switch on one led
Press button long switch on two led.
but sometimes if i press the button a two led...
hi
i need store my data in internal flash memory (around 30kb). i have fixed memory map from 0x25000 to 0x35000. my,
block size = 16 byte,
block count =4096,
no of pages...
Hi,
I want to add functions of HID telephony to pickup/decline phone on nrf51822 application.
But it seems telephony usage did not work on android/ios phone, or incorrect...
hi :
I use Gzll protocol to realize 2.4G frequency hopping communication, One Device send data to One Host on Pipe2 receive. Now I use nrf24lu as "Host" and nrf51822 as ...
Hello,
My rigado BMD 200 board suddenly stopped responding. the Jlink interface cannot connect
I tried nrfjprog --recover with no success.(says cannot connect)
in segger...
I am using nrf51822 with sdk 6. I was using double bank ble dfu for the firmware upgrade. But now I have to switch to single bank dfu since my code size has exceeded the maximum...
hi ,
image 1 、
image 2、
image 3、
I now use nRF24LU1P for Bootloader upgrade, using the routine is the official website of the C# Lu1BootLdrTest project, nRF24LU1P...
Hi,
I have a nrf24lu1p usb dongle by hand and I want to know the flash size.The package marking is:
nRF D
LU1P16
1219AC
I am not sure whether the chip has a 16kB flash...
Based on multi-protocol add private agreement GZLL matching procedure, no matching success;But separate GZLL agreement can be successful, not any way to solve this problem...
Hey devs!
We'd like to add additional fields in the manifest.json when generating (or after generating) the zip file for DFU. We need these fields to make additional compatibility...
Hello,
I am using the nrf 52 dk with the soft 3.00. I am doing the Beacon Transmitter Sample Application from infocenter.nordicsemi.com/index.jsp.
I was able to compile...