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 just tried to compile the DFU example from the nRF51_SDK_7.1.0_372d17a and I keep getting the building error:
Referred Memory Range 'IRAM2' is undefined
...
Hello,
Does nRF51822 has a MAC adress when we buy it ?
If yes, is it possible to have two nrF51 with the same MAC adress ?
If yes, can we buy a MAC adress range and...
The new tutorial points to this github repository.
Then there is this instruction:
Download the NUS central example from github.
Open it in Keil by opening the file...
I think the following sentence in the new BLE Central tutorial is a typo:
Flash the S110 Softdevice it to your central device using nRFgo studio.
I think you mean...
Hello,
I'm trying to setup a gazell application that could use the same resources of the Nordic SD.
Using the keil package manager, I switched the package configuration...
I'm going to configure nRF51822 chip as a spi slave.
And there are no more pins for the connector.
So I am trying to connect SS pin to the ground pin, instead to connect...
Hello
I'd like to write my own application for flashing nrf51822. It will add some additional information info hex file.
How can I burn hex file into the flash using...
Hi,
I was wondering if you can please clarify the licensing terms for the nrf51 softdevices?
I found the link to the SDK license here:
devzone.nordicsemi.com/.../license...
Hi,
I am trying to use GCC with Eclipse as explained in this tutorial , and after spending hours trying to figure it out, I am completely lost and ask for advices and help...
Hello,
It appears that changes were made to the DFU bootloader project in SD 8.1. The project no longer seems to function when using GCC.
I am using GCC 4.9.3
when...
I'm following these instructions. And downloading a project from this github repository.
The downloaded github zip file contains the following folder "ble_app_uart_c_S120...
Hello,
I use this program.I take values.Android Application want to show the values.
Program:
#include "ADXL345.h"
ADXL345 accelerometer(p5, p6, p7, p8);
Serial pc...