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'm starting to read all the resources and examples included in the SDK. However, there doesn't seem to be a lot of emphasis on explaining how the programming architecture...
Hello,
I have the following observation regarding the potential problem with DFU bootloader
implementation :
I have noticed that the Bootloader DFU implementation (nRF5_SDK_13...
Hello!
I would like to program the nRF52 using the JLink Commander and protect it afterwards. Which register do I need to manipulate?
Thanks and kind regards,
Mi...
I download the nRF Toolbox app and its in swift.
My current app is in objective-C and I want to implement dfu in my app.
Is there any framework that can be used in my...
Hello,
I recently migrated to nrf52 and countering some problems
with NRF_ESB concurrently with BLE.
I started with This example which was a part of the Running micro...
The chip is nrf52832.
The SDK version that I am using is nRF5_SDK_13.1.0_7ca7556,the example that i used is ble_app_uart.
When i debug about low power,i encounter problems...
Hello,
I'm using NRF51-DK (PCA10028) and I want to be sure if I'm using the external 32KHz oscillator (X2).
I'm using SDK12.3.0. I'm running the beacon example.
In...
Hi,
Is there any tutorial already for the version 14.0.0 of the SDK (nRF52, more specifically I am using nRF52832)? I would like to know how to configure Advertising, and...
Hi
I have development kit nrf51 PCA 10028 and try to run uart example example with loopback (RX connected to TX, RTS connected to CTS). Unfortunately, after sending, I...
I'm using the bootloader_secure_ble example from SDK 13 on an nRF52832. I'm using the GCC toolchain. Here is an extract of the linker file from the example:
MEMORY
{
...
I'm running nRFgo Studio on Windows 10.
Have tried to re-install (nrfgostudio_win-32_1.21.0_installer.msi) without success..
Any idea what to do?
Thanks!
I'm using nrf52 with S132. I was trying ble_app_uart example and it is not printing any log messages into the COM. Do I need to do anything extra to make it work?
Hi there,
I am currently wondering if the following is possible?
As stated by the Cortex M4 reference manual states that a system can have 200+ seperate handlers within...