I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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...