Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
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...
After a few notifications in short succession this code will reliably get stuck in an infinite loop (15.2.0). Can sd_ble_gatts_hvx not be used in this way? Do you have to...
Hi
Struggling getting Directed Advertising to work - I have been through all the examples and have been using the ble_app_hids_keyboard_nfc_pairing example.
My NRF52832...
Good day!
I'm working with electronic part of quest game wherein every player has a "player device" (A) and a various amount of "additional devices" (B).
A is multilink...
I am using ICM20649 evaluation board with nRF52832 interfacing SPI connection. I was able to successfully communicate icm with mcu and get data of accel/gyro on Segger RTT...
We have a discovery issue that seemingly only happens with the Samsung Galaxy S8.
We are using the nRF52832 with SoftDevice S132 v2.0.1, and do directed advertisements...
Hello, I currently use the uart-ble-central example with the 6.1.0 stack. I would like to make two changes. 1.) In the case of received data via Uart, the board jumps directly...
Good day all,
I am trying to build a very simple UART connection between the nrf52840 DK and my computer through a UART dongle.
First, I saw the UART example in the peripherals...
Hello everyone,
I am trying to make a program that makes work a stepper motor 28BYJ-48, my stepper motor is well connected to the ULN2003 and the ULN2003 is well connected...
Hello!
Question 1:
My IIC configuration is as follows
I call this function to read and write IIC
Now encountered such a problem: if I only configuration, namely...
Hi, I am developing an RSSI viewer platform with nrf52840 dongles or DK. However, I need to have a result for accuracy and precision of the device to calibrate them. For this...
Hi,
I am scanning for particular device name, and able to connect.I am using ble_app_gatt example.
Now i want to discover services of that connected device and print...
Hello,
I have quite some difficulties understanding the 16 / 24 / 32 / 128 bit UUID concept. My understanding is as follows:
All BLE Assigned Services / Characteristics...
What's the significance of the conn_cfg_tag argument in nrf_sdh_ble_default_cfg_set? When I first read through the documentation it seemed like you could have multiple configurations...