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 nordic,
I am developing with nrf52832, s132,v15.2,0.I am using secure dfu bootloader. But its connecting in nrf_connect app, after connected, i got this below mention...
Hi,
I'm wondering if you will support sending data using control plane (CIoT EPS Optimization using CP) and Non IP Data delivery for CATM . I assume you will do it for...
Hi:
I am running the example program ble_app_att_mtu_throughput on the SDK52 for the NRF58232 and the NRF58340 next.
My question has to do with how to modify the example...
I'm trying to simplify the open_bootloader example from SDK 15.3. I'm getting rid of version, signature and keep only the CRC validation. I'm actually trying to understand...
Device: NRF52832_xxAA Softdevice: S113 v7.0.0
Hello.
Sometimes, during firmware running, I get a fault from Softdevice with pc: 0x0001A990. Could you inform me what causes...
When I send 90 KB data via BLE. Sometime I am getting NRF_ERROR_RESOURCES error. I have tried all the things that are available in support site. I am reading data from SPI...
Hello Forum,
I got a Thingy:91 today and of course I wanted to test it immediatelly), but I wonder:
Is the nrfcloud.message simply because of no LTE-NB1 network / roaming...
We are migrating BLE application code from SDK-12.3 to SDK-15.3.
Our firmware uses SPIS module. Now in the example code I could see
NRF_POWER->TASKS_CONSTLAT = 1;
What...
setup:
segger V4.20a
windows 10 pro
SDK: nRF5 SDK for MESH 3.2.0
hardware;
NRF52840
I am trying to implement the simple_on_off model instead of the regulat...
Hello! Just started looking in to using whitelists and looking for information in the infocenter but the "advertisement module" is inaccessible on NRF SDK v15.0.0/libraries...
I'm working on a solution that will need to acquire GPS location and backhaul that to the cloud over LTE. I'm trying to figure out whether it makes more sense to go into PSM...
Hello All,
I am measuring the nRF9160 current in the sleep mode(program with just k_cpu_idle(); command) but still I am getting 530uA current. I have also tried to change...
Hi,
We are using ncs 1.0.0 and modem fw version 1.0.1.
We are currently using 2 UART, 1 SPI and 1 I2C peripheral in our application.
We want to use one more UART in...
I merge all hex file of Bootloader, Bootloader Settings, SoftDevice and Application with Buttonless DFU code included into one hex file. After that, i recover the device....