I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
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...
Hi,
i am using ble_app_hrs_c_pca10056_s140 and when connected to one particular device i need to access it's GATT profile services and characteristics.In example ble_app_hrs_c_pca10056_s140...
Hi,
I am working with the nRF52832 development board and am running SDK 13.1.0 and SoftDevice 212 4.0.2. I have flashed a modified version of the broadcast example onto...
Hi everybody,
We have used both nrf51822 from batch 2015 week 33 and 2016 week 27 and found big discrepencies on BLE connections (stability issues)
Is there major differences...
Hi all,
I have sent an application ZIP OTA and performed DFU, the log:
...
<debug> app: All flash operations have completed.
<debug> app: Starting reset timer...
Hii,
i am using ble_app_hrs_c_pca10056_s140 and when connected to one particular device i am able to get battery level of advertiser but i what advertiser's device information...
Just like the title, I want to know what they are, because I recently in looking for nRF5 SDK for Mesh often see the nRF OpenMesh related information, so I think they are...
Hello,
I am trying to use ArrayList for EasyDMA along with PPI but I am not sure whether or not I am configuring it properly to be used with the SPI interface.
So far...
i am using ble_app_hrs_c_pca10056_s140 and when connected to one particular device i am able to get battery level of advertiser but i what advertiser's device information...
Hello experts,
I am getting into the word of Nordic and hence here is my first question. Kindly help.
Software version: SDK-14
Hardware revision: nRF52832 DK (PCA10040...
Hi,
The SoftDevice uses the GPIO pin and port abstraction to configure and control IO's. When developing in Thread, how does one access and control the nRF52840 GPIO's...
I call the following function to delete old FDS records before I write a new record. It works well if I have only one old record. But when there are multiple records, it stops...
When I use nrf_drv_gpiote driver by sdk8.1.0. with softDevice 8.
I got HardFault_Handler when run in
handler(pin,polarity); in the GPIOTE_IRQHandler
How to deal...