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...
I have a 9160 project, users hope to display on the screen as soon as possible in the boot of operators NB signal value, actual test when I found this problem, on the product...
Hi, can you assist please....
I am using the Hrs example in SDK 17.0.2 as the basis for an application.
Using an unmodified code by loading the supplied hex file ble_app_hrs_pca10040_s132...
Hi, I'm using nRF52 DK (nRF52832) to detect my sensor. The sensor I2C address is 0x21 (verified by Arduino UNO).
My nRF52 DK (master) could detect the slave sensor before...
Hi,
nRF9160 examples in NCS, the MQTT publish payload now with a pre allocated buffer, is it possible to support streaming payload to save memory usage for large payload...
Hi
I need to know the RSSI but I don´t know how do that, I have a nRF9160DK kit with onboard gps antenna and I have proved the gps sample but it don't show information about...
Hi,
I have a custom PCB with the nrf9610. I have confirmed that https over LTE works fine. I want to enable agps, so I need to get nrfcloud connected.
I made a new device...
I'm developing an audio application which requires Bluetooth connectivity, using an nRF52833. Bluetooth will only be used for control, not for streaming audio in any way....
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
We use our own board with both nRF52840 and nRF9160. We run into a problem trying to implement a circuit that enables the nRF9160 to reset the nRF52840. Things work fine if...
Any suggestions for the simplest lightest way to add basic printf to a debug uart?
nRF52840, SDK 17.0.2, Nordic SES 5.30a, using nrfx_* drivers
I've looked at app_uart_fifo...
Hi Dev Team,
I am facing a strange issue in which my code stops after a random time without any error messages. I currently have 5 timers running for different tasks and...
I'm having a hard time understanding the control flow in the Python implementation of pc-ble-driver. I've looked at the example and I can somewhat understand each step, but...
Hi , i am trying to merge ble_uart client example together with a project that I built using the app_pwm and uarte driver and I cant seem to manage is it possible to show...