Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
Hi, I am Marcous.
Currently I am doing multiple beacons (transmitters) in direction finding demos. Since I found that there is no way to simultaneously receive the CTE containing...
Hello there,
We are developing an application which inits all the peripherals and sleeps.
We are initializing:
GPIO's for waking up from interrupt
NFC also should...
Hello,
I am using NCS v1.6.0 for nRF52840.
I need to write 8210 bytes to flash via I2C. I configured the I2C0 with NRFX_TWIM and NRFX_TWIM0 enabled in the prj.conf file...
Bluetooth low energy, Direct Test mode nor RSSI Viewer is working with my nRF5340DK board. For instance with RSSI Viewer it says "Error while setting up device XXXXXXXXXXXX...
Hi
I need to build a communication between nrf5340 and esp32 using UART Protocol. I need to transfer some data from nrf5340 to esp32 and vice versa via UART. Already, I...
I want to add Service based on the Bluetooth base UUID which is 00000000-0000-1000-8000-00805F9B34FB When I am trying to add it using "sd_ble_uuid_vs_add", it always returns...
nrf52805 is being used as a GATT server using a static passkey. An ESP WROOM 32 is being used as a GATT CLIENT. The issues is that nrf52805 sends a disconnect to ESP32 after...
Hi,
I'm trying to run an example in which is in below link but seems something is missing in the documentation seems also all commands returns "OK" but no response from...
i am using VS code, nrf Connect SDK version 1.7.0, nrf 5340 DK board. Attempting to run the CLI example.
The Cmakelist.txt:
#
# Copyright (c) 2020 Nordic Semiconductor...
I've got another question concerning a timeslot application.
In our timeslot application which is based on the nRF Mesh SDK timeslot.c implementation I noticed that if a...
I have a device using nRF52840 with SDK 15.2.0 and S140 6.0.0. It has failed with some kind of error. All core registers (including PC, LR) contain DEADBEEF. PRIMASK = 0xef...
I'm working on NCS 1.6.1.
I'd like to confirm if my method to get the RSSI is correct.
i test with a sample "peripheral_uart"
after BT connected, i printk the (NRF_RADIO...
I am testing the %XRFTEST Rx Test Command with the thingy91, with serial_lte_modem_2021-06-28_7a076c22.hex FW
and nRF Connect - LTE monitor software
I used the command...
The Repository link in the extension page on VS Code marketplace points to https://github.com/NordicPlayground/vscode-nrf-connect but that only returns 404 not found. I've...
Hello,
I am using the nordic nRF52840-DK and trying to connect to a nRF52840-Dongle and sending/receiving data to custom services and characteristics using pc_ble_driver_py...