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...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
Hi What is the best way to read cluster attributes periodically in zigbee network coordnicator? any sample code available for one time request or subscription for value change...
Hardware Setup:
nRF52840 DK: Serving as the BLE central device and I2S master.
PCM5102 DAC: Connected to the nRF52840 DK via I2S. The connections are:
LRCK (Pin 30...
Hi ,
For Battery operated devices, we are using NRF52840, and developing the firmware using Segger Embedded studio + NRF SDK. s140nrf52720, nRF5SDK1702d674dde
For our...
Hello,
I'm sorry to ask a maybe stupid question, but I'm a bit lost with the available boot loader options right now.
I want to setup an updatable and secure bootloader...
Hello,
I am using nRF9160DK, nRF SDK 2.8.0 with sysbuild and trying to enable image encryption trough sysbuild Kconfig options. I have set SB_CONFIG_BOOT_ENCRYPTION and...
Hi, After switching to a newer Zephyr version with the hardware model V2 I am struggling to build a BLE sample for the nrf5340 DK. It seems that the netcore image is not built...
Hi guys,
I'm working on a project with a custom board around nrf52832 chip and I'm trying to generate an 8MHz clock signal using the compatible "pwm-clock" on Zephyr.
...
Hi, I have encountered some problems:
hardware: nrf5340-dk
software:Visual Studio Code
ncs:2.5.0
sample: nrf\samples\bluetooth\direction_finding_central & direction_finding_peripheral...
SDK 2.1.0
nRF9160
Hi,
I recently configured a GPIO input in my project with an associated interrupt whenever it detects a high to low transition. The transition is...
Hi,
I am currently extending the NRF Cloud multi service sample, thus I am constantly reflashing my NRF9161DK during development. However today, my device fails to connect...
Hi,
While debugging an issue with reconnecting to our Azure server after the network is lost for some time, I found that azure_iot_hub_connect() returned a non-negative...
I tried to use `-Dmcuboot_DTC_OVERLAY_FILE` to use different mcuboot overlay for different builds but it always use all the overlay files in the folder.
The same way works...
This is a continuation of Case ID: 272157
That case resolved issues I had dynamically changing the device name (and having that new name show up in advertising).
It seemed...
I tested with an nRF52840 dongle, but it seems that nRF Connect for Desktop cannot scan long-range/coded PHY advertisements.
(I used this BLE long range peripheral demo...