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...
Hello all,
I recently migrated from SDK 15.0.0 to SDK 15.3.0 and as a result tried to migrate from SD 6.0.0 to 6.1.1.
My application goes to sleep after a while and when...
I am new to this environment.
Attempting to create a simple BLE app similar to the built-in BLE, but with some buttons to send predetermined commands to devices. Using the...
I applied Bonding to the UART example(ble_app_uart).
Bonding combined with the UART example works well, but there is one problem.
1. I did Bonding first. 2. After that...
Basically I get an Attribute not found error from sd_ble_gatts_value_get() in the nus_ble.c and then I never get any NUS events in the application. I'm trying to figure out...
Hi!
We have working solution with custom rf protocol based on NRF52832 and NRF52840(now it use 2 Mbps Nordic proprietary mode). Now we want improve it.
Could You give...
HI,
I have found some problem with nrfutil (version 5.2.0 installed from pypi).
Problem description:
When I am updating dfu with success (correct keys, packages etc...
Greetings,
I'm using 3 NRF52832 boards, s132 and SDK 14.2.0. I'm interested in connecting two hrs peripherals to a single hrs central, but have found some posts that say...
When creating an attribute specifying vloc as BLE_GATTS_VLOC_USER, it is not very clear that a storage pointer must be provided on creation of the attribute and cannot be...
Hi,e verybod, I use nrf51822 to do bluetooth keyboard, I hope the function is: After bluetooth keyboard connect the host,how to determine whether the connection is window...
I'm trying to create a virtual beacon on an Android Phone using nRF connect V4.22.3. Android Version on the phone is 8.1.0.
I've enabled a beacon using Advertiser. However...
In an BLE example I have a characteristic with the value 0x00001234. In the nRF Connect 2.0 for iOS i see the value 0x00001234 and in nRF Connect for Desktop v3.1 i see "34...
Using the logging module in ncs v1.0.0, I see some extra characters after the timestamp " <0x1b>[0m<inf>" and at the end of the line ", is there a way to fix this?
The terminal...
Dear All,
I am fairly new to the nrf9160 and the Zephyr Os.
I am trying to write a simple example code for watchdog. All I want to do is to reset my board if I don...
Hi,
I have some nRF52840 DK boards and want to develop a system with 5.0 BLE.
But my linux box host has older version:
Bluetooth: Core ver 2.22
My first question is...