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 a little bit confused about the different supported stack for the nRF52833 when using BLE Mesh. With the current example, there is only support for the S113. Can...
I started a timer on the nrf52840 and the SDK is nRF5_SDK_15.2.0_9412b96, but I haven't never receive the callback message after the time. What's the reason?The code is as...
Hello ,
In this scenario, I have to measure the time interval between the START and STOP pulses generated by a peripheral device connected to nRF52 DK. The thing is START...
Hello!
I am currently using a module called BLENano2 (nRF52832). SDK15.0.0 is used and the editor is "Segger Embedded Studio v4.16".
Finished writing the program that...
Hi,
I tried out the light switch example on a nRF52833 and it seems not to be reliable at all. So i connected the debugger and saw, that in access.c,
in packet_alloc_and_tx...
Hi all,
I am trying to use nrf52840 dongle as hci_usb with the very simple task: scan
Host is Raspberry Pi with BlueZ
Controller is nrf52840 dongle with firmware hci_usb...
Hi
I want to move DFU at the application level. Is this possible? I want to move DFU at the application level because of my project requirement.
1. In my project, I have...
Hi, I am trying to get the BLE values on Thingy91 (PCA20035) . And I have followed the
devzone.nordicsemi.com/.../217018 I have ported the diff (nrf and zephyr diffs from...
I am using built-in DTLS for encrypting my UDP traffic. In order to save expensive data quota and reduce battery drain, I have to make use of session resumption, so that I...
Hi. I have a question about Bluetooth 5.1. I just want to know what the main difference is between a Bluetooth 5.0 and Bluetooth 5.1 chip.
Is it the hardware or software...
I am developing a firmware on a nrf52840 board with FreeRTOS. Unfortunately, due to a mistake during the development process, the board misses the XTAL 32,768 Hz.
Is there...
Hi Nordic:
I want to build a raspberry connected to a 52832 board via uart,
this raspberry pi with 52832 board need doing secure DFU to remote BLE device, the raspberryPI...
Using the nRF9160 on the Verizon network we are having some issues with eDRX. Specifically sending data to the device from our MQTT server.
We have configured a eDRX interval...
Hi,
I am working on nrf52 msc example. I am required to use internal flash for msc. In example there is support for ram, sd card and spi flash. I am required to use internal...
Hello,
I'm currently trying to sniff the DH Key Exchange as specified in Spec 5.1 p.2446. I'm using the nRF51 Dongle as sniffer, the nRF52 DK as slave and the nRF52840...