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...
Hello,
While looking for examples, I found a post from 2004 where a user is asking a question about an example code for HID on nRF8001. Is this code still available? Where...
Hi Nordic,
Our device as master need to pair with android APP. We want to add function that pair with secure key. when APP pairing with our device. Our device will display...
Hi,
I use software s132 PCA10040, SDK 11 and NRF52832. I need to control the swap space region.
In 512kb, total 120kb is allocated to softdevice and bootloader.
My application...
Dear Nordic Team,
Thanks for support.
Currently i am trying BLE UART central (ble_app_uart_c) example without flow control. But its not work. My SDK is 11.0. I want...
Actually, the nRF52832 Dev KIt has Type-2 NFC Tag. For Type-2 NFC Tag, its data access method can be read/write or read only . Therefore, does any example codes of two nRF52832...
Hi dear Engineers!
How to read 128uuid of characteristic ?
I try to use sd_ble_gattc_characteristics_discover(..) then wait BLE_GATTC_EVT_CHAR_DISC_RSP.
But uuid always...
Hi Nordic
I am using ESB_DPL protocol between two 51822 to do RF communication.
First i put two device very close, works very good, no packet loss, then I moved the...
After spending substantial time without luck I will drop my question here.
Setup
nRF5_SDK_12.1.0_0d23e2a -> bootloader_secure debug target
nRF51 & nRF52
IAR...
Hi,
I am using simple ADC peripheral to read internal battery voltage(standalone). I am using two custom nRF51822 boards. One of the nRF51822 board is made by nRF51822...
Hello. I just started learn ble module and some confusing about ble_app_uart:
in file ble_nus.c we have function on_write this function calling when trigerred BLE_GATTS_EVT_WRITE...
I am developing a android app for firmware update on my device. I used buttonless dfu example to switch from application mode to bootloader mode, I write value 0x01 to the...
I'm trying to track down who is erasing and programming 0x800..0xFFF.
Does the SD_MBR_COMMAND_COPY_BL modify 0x800..0xFFF?
I inserted a CRC32 at the end of the MBR ...