Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
I see from the release notes of s132 4.0.0-2.alpha that it adds:
Support for 20 links in total with freely selectable role (Central/Peripheral) for each link.
I want...
Hey,
I am trying to control an external LED using two nRF52832 boards. I am using "nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\experimental_ble_app_blinky" code for...
I'm trying to use the BLE sniffer in a quite busy BLE environment. Unfortunately, it always crashes after a few seconds.
I'm using:
ble-sniffer_win_1.0.1
nRF51 Dongle...
Hi,
i am using PCA10040 DK board,
working on ble_app_Uart example, i have created one timer(app_timer) here is the code:
printf("init\r\n");
ret_code_t err_code;...
Dear all,
My chip is nrf52832, and sdk version is SDK12.1.0_0d232a. And tried to use ble service and spi master function.
I create a timer to send spi command every...
hello all:
my mcu is nrf51822(QFAA), and use it to make a blue device ,i want to use mcu's reset pin to reset it, just use hardware. i add a key to connect the reset pin...
Hi,
I have searched for examples which will use passkey to connect with android, but didnt find any.
I want ble_app_hrs example to connect with nRFConnect in android by...
HI,i develop my project base on “examples\ble_peripheral\ble_app_uart” and “nRF UART v2.0”。i hava large data transmit from phone(androd) to nrf52832。
but when send a package...
I need to save some data on the flash storage. This data will be some structures and I will write, read and modify them as and when required. I am also using peer manager...
Hello
I came across interesting problem I couldn't find answer to.
In my project bss size printed by arm-none-eabi-size is larger than the value that can be calculated...
I'm testing with ANCS example(SDK11.0.0), PCA10028 and Iphone, observing packet with sniffer.
at the first connection,
master sent EDIV( 0x0 ), Rand( 0x0 ), SKDm and...
I'm using an Nrf52 with S132v3.0
I'm using Peer Manager to manage pairing and bonding.
I'm running as a central connecting to a peripheral (iOS/Android peripheral).
I...
Is there any way for the application to be notified by the S110 when a central reads/scans an attribute in the peripheral in response to its broadcast?
There are events...