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 all,
I see there are similar questions posted on this forum, but none answers my question satisfactorily.
What I have:
we use the nRF52 we use UART0 to
transmit...
I'm using SAADC on a NRF52832 DK to read a analog channel between 0-3.3V. I wanted to supply current with the board VDD but it's value is 2.8V and they're not event stable...
Hi
I'm trying to get higher throughput when connected as a central by increasing my Tx&Rx bandwidth to high (from the default medium).
uint32_t nrfErr; ble_opt_t opt...
Hello,
my custom board does not have external 32kHz crystal. I have managed to use NRF_CLOCK_LF_SRC_RC in SOFTDEVICE_HANDLER_INIT instead.
My questions are:
...
I have a Custom Board made by using nrf51822 soc but pc is unable to detect the board by using Jlink debugger.
Stlink was able to detect only when frequency selected as 20khz...
Hello dear Nordic Team,
I got a question regarding the device filtering options. I am interested in putting 10 chips next to each other. But every chip shall have only...
As I came to understand, all the services & characteristics are registered in a "GATT table" of some sort, so my question:
What are the functions used to create and...
I want to update the nordic device from another MCU with HCI DFU. I cannot figure out how to write the packet header.
In the Nordic documentation, it is writen to read the...
I want to add micro-ecc library for compiling bootloader secure code.
I tried as mentioned on infocenter.nordicsemi.com/index.jsp .
I am getting error as attached. I am...
Hi,
we use the GPIOTE to get informed if the value of a GPIO pin gets from hi to low.
If this happens, the GPIOTE event handler will be called.
What will happen,...
Hi, I'm using a nRF52 dk board as a switch to control a circuit. The problem is I not sure which gpio can be used to act as a switch to control the circuit. Thanks.
I need to append another binary-file (image.bin) to the generated bin-file from my own nRF makefile Project in Eclipse with Cross ARM GCC. My research showed me several possibilities...
Hello,
I have a standalone application which incorporates 3 public BLE services and 2 services with custom UUIDs.
Today I tried to extend the buttonless DFU example with...