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...
SDK version: nRF5_SDK_15.0.0_a53641a
Softdevice version: s132_nrf52_6.0.0_softdevice
PDK: PCA10040
I am trying to read the ADC pin value using the SAADC module, I...
Hi, I'm using external board with nRF52832. (SDK 15.0.0)
In my external board, there are no RTS,CTS pin. So I don't use hardware flow control (HWFC).
The problem is, I...
How do I add a 128-bit UUID?
I am using SDK 14 and see hardly any examples of how to put a 128-bit UUID in my advertisements.
The only relevant example I found is under...
I am trying to package a firmware update and flash it over BLE DFU and I keep getting the following error on the nRF Toolbox app:
"Upload Failed: Unknown Command"
I cannot...
So, I am using the NRF51 as a SPI slave for an RPI3B+. On a l ogic analyzer and O-Scope the Pi is sending its MOSI SPI data perfectly fine. On top of this issue the nrf_drv_spis_buffers_set...
Hello,
In nRF51 SDK & nRF52 SDK, is there any option to identify/differentiate each & every profile in multi-profiles application for Application Developer??
Thanks.
I am porting software built with SDK 14.2 to SDK 15.0
It looks like some files have been moved from "components/drivers_nrf" to "integration/nrfx/legacy". The first one...
I am trying to merge ble_app_uart peripheral example to ble_app_uart central to make it as to work both central and peripheral at a time.
I am using nrf52 boards and SDK15...
ble_sdk_app_blinky
Test using nRF Connect
You can also test the application with nRF Connect by performing the following steps:
Compile and program the application...
Hello Nordic support team, I broadcast data each 1 second and I use the following function (as used in many examples) to manage the power consumption. Unfortunately, I measure...
In your example you use as data type 0x09 and I dont understand why.
if I look on the Mesh Specification Mesh Beacon AD Type format
0x00 Unprovisioned Device beacon 0x01...
Hello, i have a central card nrf52840 and several peripheral cards nrf52840.
I have a program that allows me to launch the timer on the central and peripherals at the same...
Hello, I am using Linux as a central and I created python app (bluez, pygatt) which simulates the Android Blinky app. It communicates with the board and writes on the led...
Hello,
I have just started out looking into BLE and have read various articles and a book about the protocol itself. I have got a NRF52DK board and am working on a project...