An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
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...