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...
Hello,
I'm working on a project based on the ble_app_multirole_lesc example, under examples/ble_central_and_peripheral/experimental and I found a bug.
In ble_evt_dispatch...
Hi,
I am using nrf52832 with sdk11 and s132.I am using ble_app_beacon example wherein I want to advertise with different address after one power cycle.
In ble_stack_init...
I have uploaded the Image with Keil µVision compilation errors, included Files in main.c and on the left side the compilation of micro_ecc_lib_nrf52.lib file using " build_all...
Hi there,
I'm trying to do a DFU over BLE using the Nordic nRF5x SDK on version 14.2. I'm using an NRF51 dongle on the PC side while trying to transmit to an NRF52832,...
I am using a nRF52 to communicate using both BLE and proprietary protocols. When using BLE, I apply the workarounnd for errata 102 and 106. However, when I switch to my proprietary...
Hi
We are using PCA10040 together with the ble connectivity firmware, pc-ble-driver and pc-ble-driver-py as a part of our automated test system. Eight dev boards are connected...
Hi,
I've been trying to update Espruino ( github.com/.../Espruino) from using SDK 12 to SDK 14, which is proving to be a pretty horrific task.
The latest issue I've...
Hi,
I am currently porting an application s110-based to s130v2.
Previously, I used to create critical sections using sd_nvic_critical_region_enter/exit .
Reading...
Hello,
I am using nrf52840 PDK, sdk 13.0.0 for my college project. I am trying to rewrite this nrf mpu example , in order to read data from MPU9255 and observe the data in...
Hi l trying to hookup arduino primo and BMI160,but recently my develop is in a strange situation,that i sent 0x00 and others register but alway return 0xff, here shows the...
I want to check if some errors happened during the initialization before entering while(1) loop in the main. I am using nrf_CLI in my application (SDK 14.2.0 and S140 on nRF52840...
Dear Nordic Team,
Tanks for Supporting.
How to start test DFU in SDK12.3.0. My Hardware is PCA10028.
How to merge hex files soft device and bootloader ?
update 1...
I need to count millis from nrf52 start
I have seen that all are using rtc1 but I did not find any example from which i can integrate it to my project.
We are in the development stage of a product that uses the nRF52832 and have acquired a nRF6707 Rev 1.1.0 power profiler kit to make power consumption measurements.
I am...
Hi,
I'm trying to download Invensense's "Embedded MotionDriver 6.12" in order to compile the Thingy:52 SDK, as suggested here .
It seems that this wasn't previously...