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 ,
I am trying to advertise HID Keyboard Example forever untill the device is powered off
Please let me know how to do this and also how to power optimise.
Kind...
Can I calculated elapsed time from one event using TIMER1?
If yes,how?I can not find none register which one to read for get counter value(how many ticks have passed since...
Hello, I follow
this page to start the rpi2 for 6lowpan.
when I tried to run RADVD Daemon as follow:
Set IPv6 forwarding (must be present).
sudo echo 1 > /proc...
Hello!
I recently purchased a RedBearLab nRF51822 board where I want to use several DS1820 temperature sensors.
For dealing with the OneWire (1-wire) protocol I found...
Hello,
I'm not sure if this was already asked before. I didn’t found a similar question, so here it is: When I have a function that manipulates a data structure to communicate...
In this ADC example from Nordic on GitHub, it does not appear an AIN has been selected (e.g.: no call to nrf_adc_input_select() ). I don't understand. I have been assuming...
Hi,
I am creating a central application on a Nordic nRF51 device. Our project is related to connecting to peripheral of any profile. Using the MCP I connect, bond and enable...
Hello,
For our application I have to set up two simultaneous connections between a S120 master device and two peripherals that use the S110 softdevice.
A very short connect...
Trying to send 3 20-byte packets of data from nRF51822 (peripheral device) to a Samsung Galaxy S5 (central device) and send 1 20-byte packet back, all in less than 10ms. I...
Hello,
I'm looking to bootloader sources and i want to add a timeout if entering with a signal in DFU mode and no DFU detected for one hour.
There is a timers_init function...
I have a project that requires full-duplex voice comms (doesn't need to be high-quality). I'm evaluating the suitability of BTLE for the task. The new nRF52 has a PDM module...