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,
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...
Hello,
I use stack S110 V7.1.0 on nRF51822 (the device is a remote with 4 buttons).
Currently the remote send advertising frame with the pressed button into the data,...
I am writing code for nrf51822 with softdevice and an accelerometer is connected to the nrf chip. The accelerometer provides interrupt to nrf chip over GPIOTE whenever there...
Hi Nordic,
I am trying to extend DFU feature to my beacon application. Please help me with how to go about it. I went through the given tutorials on DFU/OTA, but I haven...
Hello sir,
I have develop my BLE_UART code is working fine with nRF52832 DK board but when i flash into spark fun nRF52 is not working. But i able to flash into Spark fun...
nrf51-Dongle keeps on connecting and disconnecting (to the PC) when inserted into the usb port of the PC.
Also it is getting heated up upon keeping it in the usb port for...
i am working on aes_ccm with '802_15_4_lib_keil.lib' , and i have build the target,but the result is not right. since there is no example with this lib,
now i have a big...
Hi,
I have a problem with (128 bit) custom service discovery... I have following setup; nrf51 with s130 in central role and Thingy with default FW.
In function on_primary_srv_discovery_rsp...
Hello,
I've moved my project to SDK 14 and SD 5 and that updates were working correctly in a loop (rebuilding app FW, merging BL+SD+APP, doing DFU). Today I've noticed...
I'm using a NRF52DK with Zephyr controller build attached to Bluez 5.45 to scan, connect and discover characteristics on up to 16 devices in parallel. While testing, everything...
Hi everyone,
I am using board PCA10040 v1.1.0, softdevice 13.0.0, Eclipse Oxygen. I am trying to scan my phone and communicate with it but the scaned UUID is increasing...
Suppose I configure RTC0 and RTC1 to have the same LFXO clock source (with a 30uSec tick) and start them in quick succession. Will their counters read the same value?
I...