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...
hi,
I am a fresher .I am asked to do the communication between nrf51 D K and moblie phone( nrf connect app). Can anyone provide me a sample code and required documents to...
Hi
I am using SPI to talk to an LIS2DH with an NRF51822. I have merged the SPI Master example with the ble_app_rscs example and as soon as the ble advertising begins, my...
nRF Connect has no serial ports to connect to. I've looked in /dev. No unusual tty or cu devices listed. I've checked the forums. Mentions is made about Segger link and "...
Board: custom board
Mesh SDK: V1.0.0
Softdevice: S132
IDE: SEGGER Embedded
BLE: nrf52832
When I test the steps specified by “Interactive PyACI”, I can control client...
Hi,
I have spent a couple of days trying to find formal documentation on how to update the nrf SDK. I am currently on 11 (as keil pack installer states the version of...
Hello everyone, I come from the 8bits MCU world and I'm used to program my chip with a debugger like Atmel-ICE. But with 32bits MCU I'm a bit troubled to program nRF82832...
I'm using the IoT bootloader from NRF52 SDK 14.2. When the bootloader has nothing to do and starts the main application, the FDS calls all fail in the main application. When...
We're using QuantumLeaps and want to send a message each time a character is received on the UART command line interface transport layer.
Where in the SDK source code would...
Hello,
I have just purchased the nRF51 Development Kit and I am having extreme difficulty getting any of the sample programs to function.
There are the specifications...
Hi,
I am porting a NCI (Nfc Controller Interface) driver to the nRF52. One of the things I am struggling with is that, when reading from the device, the amount of data...
At first i have tried the simple uart code from nRF52 where i could send the AT commands properly and UART communication works fine between nRF52 and GPRS module.
Next...
I use a development board with nrf52832 xxaa, BLE demo from SDK works. But I created own board but with nrf52832 xxab(less ROM and RAM) and changed configuration in IAR project...
Hi,
I want to use hardware ECB encryption and decryption in 52840.I had tested the demo from nRF5_SDK_13.1.0\examples\crypto\nrf_cc310\aes\pca10056 . However,i can't find...
When using the APP_TIMER in SDK14 I am having a problem with the application stopping.
I was using the APP_TIMER to flash LEDs and watch for timeouts in SDK13. when porting...