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...
I have one Service UUID and its only two characteristics UUID which is Tx (App to BLE) and Rx(BLE device to APP) to get different type of data e.g. Heart rate, Sleep data...
Thanks for your help עוטד. I want to use BLE / beacon technology in order to track items that pass-by in high-speed and close proximity (0.5m). This means I only have a few...
Hi,
I am using ble_app_hrs_c as the base for central. I have included 5 characteristics in the peripheral and central side. How to make ble_nus_c_rx_notif_enable() to notify...
ble_gap.h Hi,
At the moment, when a link loss is detected (in a connected mode), it takes around 3 seconds for it to be identified (with DISCONNECTED event). Is there a way...
Hi,
We are using system-off mode to save power in our device which uses nrf51822 chip. Our application requires regular wake-ups using RTC interrupts.
But the wake up...
Hello!
I know that nrf51822 beacon advertising packet consists of the following seven data fields:
Vendor ID
Service
Data payload size in bytes
UUID – manufacturer...
I would like to develop a BLE keyboard using nRF52832.
If you know the example source code, please let me know.
And can USB BLE Dongle for Desk-Top PC use the following...
Hi team,
I am trying to figure out how mesh network works. I do experiment with nrf52832 develop board and nrf5_SDK_for_Mesh_v0.9.2-Alpha. After I flashed light_control_server...
I have an app that requires BLE stack to be re-initialized, however it seems that if you run
ble_dfu_init();
more than once, it crashes
Upon further inspection...
Hi all,
I'm working with the nRF52 and I'm trying to run the heart rate sensor example from SDK version 13.1.0 using Crossworks as my IDE. I can compile and run the program...
Hi,
The below results indicate the nRF Connect app requires a handshake even when scanning without connecting. Is this true?
I am using the android 'nRF Connnect' app...
Are there any known issues with the nRF USB on the new chip or dev kit? I bought a dev kit to test out the USB functionality, but was unable to get any programs working. No...
Hello!
I am studying with nrf 51822 eval kit.
I wanted to ask you something about data type of nrf51822.
For the iBeacon model, it needs 31 bytes. 4 bytes of them...