I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Hi everybody.
Now I trying to make BLE central device.
I'm using nrf52832.
SDK : 17.0.2
SoftDevice :S132 7.2.0
(I'm completely new at nrf52 product.)
In case of...
hello
I'm currently developing a system that requires a nrf5280 to transfer data to an android phone through ble.
I've based my application on the Object transfer service...
I am entering the saadc source code based on ble_app_uart.
devzone.nordicsemi.com/.../i-am-creating-a-saadc-project-based-on-the-ble_app_uart-project
The source code...
I am advertising services, characteristics and descriptors. All are seen by nRF Connect (for iOS) but in the log I see this:
[Callback] peripheral(periphal, didDiscoverDescriptorsFor...
Hi,
We are currently evaluating a project, that uses the nrf52840 with an SD card and is connected as a USB device. One of the uses is the MCU is writing data to the SD...
Dear all:
When the PC1001 board connected with other BLE devices, how i can voluntarily disconnect them?
it seems that the use of the sd_ble_gap_disconnect function has...
I would like to use the latest version of Mbed TLS (2.26.0) on the Thingy:91 and then realize a TLS connection using this version. As a first step I integrated this particular...
Hi Nordic Team,
1. Actually we try to debug "Mesh Light" sample code using "Build and Debug" option of Segger Embedded Studio.. 2. Unfortunately debugging stopped at below...
hello,
i am using nrf52840 in our customised board and trying to interface it with GDEW0213Z16 2.13 inch display which uses spi communication i have added the necessary...
Hi.
I'm new on this form and also new on nrf dev board. I want to use OLED with nrf52832 using Twi / i2c. I grab some code on Github https://github.com/monpetit/nrf52-spi...
Hello , I am trying to develop my own application using ble mesh sdk in nrf52840 provided by nordic.I have gone through various examples and various blogs.
I want to know...
I'm using NCS v1.5 and nRF52840
I'm trying to achieve low power consumption.
I turn on scan using, which draws around 9.5 mA.
What I'm then trying to do is turn scanning...
Hi, I want to create bootloader for my code. For that I have install Python3 (Python 3.9.1)
followed by installing pip and nrfutil
python -m pip install --upgrade pip...
I use sd_ble_gap_device_name_set to set 10 chars device name
then getting NRF_ERROR_INVALID_LENGTH in sd_ble_gap_adv_set_configure.
all OK when tested 3 chars device name...
Good morning,
I am developing an application that needs to match a central with a specific peripheral. For this, the first time they connect, the address must be saved and...