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 just download the Android nRF beacon source code from Github, but how do I import this source code into the eclipse?
even I use the git tool import the code to eclipse...
Hi,
I want to use the following project to build a ble scanner which listen on one specific channel:
github.com/.../nRF51-multi-role-conn-observer-advertiser
Looking...
We have added support for nRF51 devices to VisualGDB, our Visual Studio plugin for embedded development and would like to share some tutorials showing how to develop common...
Hi, CAn anyone plz help me getting the cheapest possible nrf51822 small module that i can use in my project as peripheral ?
Or any other module that can work as slave with...
Hello,
I have been able to get an application to build and run in debug mode using Eclipse GCC (Kepler) for the nRF51822. My application does not use a soft device. We...
Hello,
I want to use timer with my app. I want to make led on my beacon flash for 1 second when it recieves a value. How can i set timer to turn of led after 1 sec?
...
Hi,
I am using GPIOTE interrupts to detect button presses. It works fine but there are only four channels in GPIOTE->EVENTS_IN[] and each channel can only be assigned to...
Hello,
I'm using exeprimental dual mode example with my Beacon kit. I ported the example to work with pca2006, but i'm having problems with led. On my mkit, leds work just...
This is what happens when linking my project in Eclipse:
make all
'Building target: project_name.elf'
'Invoking: Cross ARM C Linker'
arm-none-eabi-gcc -mcpu=cortex...
Hello,
We would like our app to only be seen by:
Devices that have previously connected
Devices that we allow to be added to the whitelist via the temporary disabling...
In my pursuit to make a stable Gazell streaming device, I noticed some issues with pushing packets to the Tx FIFO.
Even through I get an affirmative response from the nrf_gzll_ok_to_add_packet_to_tx_fifo...
Hello,
After I connect my iPhone with a 8001 nordic chip without opening the characteristic I receive a pipe status event which says that the pipe is opened. This is totally...
Hi,
I would like to use the softdevice s130 because i want to try having a nrf58122 as a ble central and peripheral at the same time.
At the moment, there is still the...
Hey everyone,
I have an application where I have to write data to a characteristic. I would like to only allow reliable writes (not unacknowledged ones). Is this permitted...