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...
Hi,
just for your information:
the function nrfx_twim_xfer() prints always a warning, even if there was no transmission error. I guess NRFX_LOG_WARNING() should be logging...
I am trying to modify the https_client example from ncs\nrf\samples\nrf9160\https_client on Thingy91 so that it will retrieve an authentifcation token from AWS Cognito. So...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
The nRF52832 acts as SPI Slave and we want to wake up from Deepsleep when...
Hi
New to using EGU, trying to use it to implement software interrupts. How do I capture an Event?
I can see how to trigger and clear an event using -
nrf_egu_task_trigger...
In the function ble_init, I am getting an undefined reference to sd_softdevice_enable during the linking process. I see that in nrf_sdm.h there is SVCALL(SD_SOFTDEVICE_ENABLE...
Hello,
I am looking for the cost effective simultaneous central+peripheral solution using nrf BLE.
The nrf52810 seems to be hardware capable of doing this but I am...
Hi, I am creating custom ble service.there i need to perform
1. character - READ , NOTIF
2. character - WRITE READ
3 . character - READ,WRITE, NOTIF
I achieved ...
Hi
I'm on a custom board with NCS 1.2.0 and modem firmware 1.2.0.
We have implemented agps, and testing with 2 units with agps colocated with 1 unit without agps. All...
Strange device crash on deprovisioning.
This is probably something incredibly stupid, but I have been fighting this problem for a week and don't know where to turn.
I...
Hello
I program the example code peripheral " ble_app_hrs -pca10040e -s112" on nRF52810 and central " ble_app_hrs_c-pca10040 -s132" on nRF52832 .
I used nRF Toolbox on...
Hi,
we are working with Nrf52 and do not need/use Bluetooth, i.e. our devices will not have the Softdevice stack installed.
I was informed that for the radio certification...
Hello, I am using nRF52840, SDK 16, SoftDevice s140 with SES. I want to configure my device first in connectable mode and then in non-connectable beacon mode. sys_advertising_init...