Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
I have been successfully using the Peripheral UART example on a 5340DK board. I tried rebuilding for the 7002DK, and am getting runtime errors. The UART initializes, but the...
Hi all, I am trying to understand the different Access Port Protection mechanisms on the nRF52840. From several tickets, own experiments and from the data sheet I was able...
Code runs fine in v2.53 but when running in v2.6, we get a kernel panic at the exit of a delayable workqueue function.
Tracing the code and line number, it dies in Zephyr...
I made a device based on the nRF52832 and am developing an app to control it. The control works great, I can send and receive BLE signals with react-native-ble-manager. I...
Hello,
I am working on creating a custom board using BLE BE33 module based on the nrf5340dk_nrf5340 board.
Previously i tried the peripheral uart and central uart to transfer...
The drivers in the paths
/opt/nordic/ncs/v2.6.1/nrf/drivers/sensor
and
/opt/nordic/ncs/v2.6.1/zephyr/drivers/sensor
are different.
I'm using NRF52 and VSCode with...
With nRF as advertising peripheral, is it possible to measure RSSI of active scanners' SCAN_REQ packets. `bt_le_ext_adv_cb` has a `scanned` callback, but it looks like it...
Hello,
I try to implement little fs to my external flash memory. I am using nrf52832 board and my memory is IS25LP128.
Without the connection of the memory the nrf board...
I wanted to change the Peripheral UART program in the nrf samples to the host_only version, and I made some attempts. I added the following code to the prj.conf file:
...
I am trying to get hello world to work:
/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h...
Hi,
Im just starting to use the nRF9160 with the SLM application flashed. All the samples and articles I found were always using stuff like the LTE link control library...
Hello,
when I play around with the matter template example, I always get a thread child device. How to get a full thread device with routing etc?
Thanks, Edi
Hi,
I'm using a Azure IoT Hub to connect some devices to the cloud and then uses the Direct Method to send messages to the devices. I can send messages and receive the response...
Hello,
I want to work on NRF52832 using VL53L3CX. When I look at the SDK, there are source files for VL53L0X and VL53L1X. I have previously worked on VL53L0X using this...