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...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
Whether can I call fds_record_update...
During a DFU on SDK15.2 the BLE connection is terminated. The NRF_BL_DFU_INACTIVITY_TIMEOUT_MS is set to 120000.
After 2 minutes, the device still has not reset and started...
Hello,
In the Pin Assignments paragraph of document nRF5340_OPS_v0.5.1 the following pins have no description
B12, A25, B26, J31, T2, K2, H2, G1, F2, D2, A1, A31, AL1...
Dear experts,
My BLE peripheral device uses s112 soft device with nRF52832 and nRF SDK v16 and now the basic data collection and transmission features all work fine with...
We are using the nRF51 bootloader to support DFU over serial. We were able to use the example bootloader as a great reference. We are able to successfully update our app using...
Hello I am trying to develop an application with NRF52833 development board and s113 softdevice.
I want to create a write characteristic which requires 247 ATT-MTU size...
I am trying the ble_app_gls example of nRF SDK v16.0 on nRF52 DK device. The only modification is change s132 to s112.
After download the app to nRF52 device, I can successfully...
So what I want to ask is what is the scan latency during high accuracy and low accuracy?
Also if an insight regarding power consumption can be given would be great (we are...
Hi Everyone,
My Environment: nRF52840, SDK15.3, Keil
I'm developing a central / peripheral device that can automatically connect up to three peripherals.
I want to know...
I tried to merge ble and calendar example but when i call "nrf_cal_init();" I've got error "app: SOFTDEVICE: INVALID MEMORY ACCESS" i tried to use RTC2 in Calendar.h but nothing...
Hello guys,
I was working these days with nRF9160-DK board without any problem. Was able to update the firmware on it, to use it as a programmer for Thingy:91 etc...
I...
Hi!
SDK 16.0
I use secure bootloader from SDK with button.
1. Single app written from Segger Studio work fine.
2. Firmware (bootloader with app) written from script...
I'm located in Denmark close to Roskilde (Greater Copenhagen).
According to TDC (Biggest national operator) they have not opened for roaming yet, using the NB-IoT & LTE...
Hi Nordic Team,
In my BLE project I am trying to change the GAP parameters like
gap_connection_param.min_conn_interval = MIN_CONN_INTERVAL; gap_connection_param.max_conn_interval...