Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hi all,
I've gotten the saadc example working on my product, reading in values as I would expect. However, I have two problems. First, I want to be able to use multiple...
Hi,
The NRF toolbox iOS app contains a DFU feature which allows users to update there firmware for the nRF52832 microprocessor.
1. Rather than storing the firmware updates...
It looks like the last discussion of Sniffer on Devzone was 2-3 yrs ago.
I’ve ordered the nRF Dongle and will download the Windows-based nRF Sniffer app.
i can run this...
HI
SDK-15 - NRF52840
I'm using SAADC example of the SDK.
I read the ADC values and I make an matrix to calculate FFT using the CMSIS library..
the problem is when...
I'm definitely not the first person to ask about this, and I probably won't be the last.
Am I being exceptionally dense, or is the nordic SDK exploded across dozens of folders...
I'm using a nRF51822 on a PCB to connect with a mobile phone. I would like to know whether there is an existing example or library available to work as a central device and...
I am using BLE for NUS template example to create my app , and when I Compile my code with Keil 5.23.0.0 with optimization Level 0, It behaves good with the following operations...
Hi,
I'm developing an app which requires continuous advertising. I use following ble_gap_adv_params_t:
ble_gap_adv_params_t adv_params;
memset(&adv_params, 0, sizeof...
I need to operate sdcard from pc(by usb msc) and from mcu (nordic 52840) (fat32 filesystem) spi sdcard at same time ;
so i have a problem ,when i operate the sd from pc...
Hi,
I seem to be able to read over UART but not write. I have my nrf51822 ( https://www.waveshare.com/wiki/Core51822 ) setup to a pro micro (3.3v, 8mhz). I am confident...
Hi,
I have a multiprotocol application and I'd like to do BLE scanning for as long as it's possible. For now I made 30% to 70% BLE to Thread, and it's the most I can give...
Hi,
I'd like to be able to use an event from the LPCOMP to sample the RTC (either to a peripheral's register, or to a memory address), so I can measure pulse widths without...