Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hey, I am trying to run F8100 development board with nrf52840 development board, while I make the connection simply like CS-D10(Arduino pin layout presenting), MISO- D11,...
Hello. I would like to receive the passkey value that the user entered when pairing Bluetooth and modify it. Originally, it was said that if you enter "0000", you have to...
Dear support team,
I'm using nrf9160 and SLM to create a UDP server and client, and communicating between them. When communicating every 300 ms, there are times when there...
Hi, I got a problem with the NRF Connect plugin for VSC.
I have a project which has that structure:
workspace ├── app │ ├── src │ │ └── main.c │ ├── CMakeList.txt │ └...
Hello everyone,
I am working with nrf connect sdk toolchain v2.6.1.
My project requirements are as follows:
1 MBaud UART Async API
Two Modes for UART RX
fill...
Hello, I installed the the toolchains 1.9.0(working on existing project) successfully. However, i am not able to install manage SDKs.
This is my output:
Hello,
I am currently working with the NRF52840 Dongle and have integrated a W25Q512 QSPI Flash chip, connected to the following pins:
CSN: P0.17
SCK: P0.20
IO0...
Hello,
I am a beginner using the E73 nRF52810 module and developing my project in Visual Studio Code with the nrf connect desktop extension. In my build configuration, I...
Hi,
I am working on project where the peripheral has 2 services, and each has multiple characteristics.
The central needs to subscribe to all the characteristics and when...
These are customized UUIDS declared by me
/* Custom Service Variables */
#define BT_UUID_CUSTOM_SERVICE_VAL BT_UUID_128_ENCODE ( 0x821675c3 , 0x4046 , 0x45f9 , 0xb8df...
I ran across my devices reporting
Natenczas Wojski
from a UDS service that was included when running a sample HRS https://www.bluetooth.com/specifications/specs/user-data...
Hello,
In my project I am creating a BLE service with 7 characteristics that are all NOTIFY only characteristics.
My service setup looks like the following:
BT_GATT_SERVICE_DEFINE...
I am using a LattePanda 3 Delta running an Ubuntu server OS (x86) headlessly. I am using a RS-232 cable to obtain the modem trace from my custom board, which uses an nRF9160...
I created a new RTOS called nano RTOS . I would like to add support for the BLE hardware in nRF52840.
How are the BLE driver and stack organised in the build system? My...
Hello,
I am using the nRF5340-DK board along with the nRF7002-EK companion. I noticed that current consumption was high while running my MQTT application on this setup,...