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 measuring the current.
I use SDK 12.2.0 , NRF52 and S132.
I noticed that current was flowing even while device waits events.
Device waits by sd_app_evt_wait...
Is there a way to receive/send messages from/to the nRF51822 (I am using the BLE nano from redbearlab) with a java desktop application? Is there any java library out there...
Is there a way to determine the end of an NFC write besides waiting for the NFC_T4T_EVENT_FIELD_OFF event? We want to update the NDEF message from within firmware after data...
Hello,
I would like to collect sensor data over TWI and transmit to a smartphone using BLE. I am wondering what the best way to do this would be. I am using SDK 12.2. ...
Hallo all,
I have just noticed that nRF5 SDK 11.0.0 do not have support for S110 softdevice anymore.
I understand that from previous project that S130 is able to do similarly...
Hello,
I have made a custom board using nrf51822 QFAC that has an IMU on TWI interface. For programming I am using ST-LinkV2 and OpenOCD. The board is working just fine...
Having spent numerous hours/days on trying to get the SDK12 examples running on my nRF52DK board with MacOS SES3.12, I in result wrote a basic guideline that in the end makes...
Hi,
i search a FSK tranceiver with a ADC readout for a experiment.
I need the raw ADC ("audio") signal for a external signal processing.
Please help, most of the wireless...
I want to transfer application over the air(OTA) to NRF51822, with using nrf-toolbox in android mobile so please tell me step by step procedure. and how to setup nrfDK to...
hello every,do you have the same question?
i delete the bsp relevant document,then i find that when i disconnect it from APP,it delay to Generate disconnect events. i use...
I'm trying out 6lowpan examples in the IoT SDK, and while everything works,
if I want to disconnect by running:
echo "disconnect 00:50:49:71:3b:44 1" > /sys/kernel/debug...
I have compiled the following list of error that are given by BLE Stack from the ble_app_gls code.
I would like to know what action needs to be taken on reception of all...
Hi everybody!
I want to do a connection between two BLEnano, one is the mater and the second the slave.
I have programmed the two BLEnano using the Arduino IDE and libraries;...