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 am planning start to develop new sensor base nRF52832.
My question is if it's possible to receive the.DSN file of the NRF52-DK board (development kit)
It will be very...
Hello All,
I am designing the custom board for Automotive application.I considered nrf51824 SOC for automotive application ,is this suitable soc for my application?if yes...
I have this program running on KEIL 5, what could be the problem with the code and Do you guys have any sample code for mcp9808?
Note- I am using the wired connection not...
I'm using SDK11 and PCA10028.
hrs works well, but did not bond with central(both android(kitkat) phone and iphone) in the nRF Toolbox app, althogh it's device manager ported...
I was wondering if anyone has done any extremely high speed UART work on the nRF51 (or the non-EasyDMA module on the nRF52). I need to improve performance for an existing...
Hi,
I ran the ble central example code on nrf51822 16KB ram version without any problem. But when I run the same code in nrf51822 32KB version, the program flow goes to 0xFFFFFFFE...
Working on my first project in mbed using the Nordic nrf51-dk.
The project utilises a TMP112 temperature sensor and attaches the reading to the service data to make it...
I'm trying to rename my device using s130, but the name doesn't get applied.
I went back to the "roots", ie the HRS sample.
Just before entering the loop, I add a name...
Hello,
I am working on a custom board with NRF52832-QFAA-R7 and trying to run ble_app_uart_c on it. I am using uVision 5.23.0.0
The first trouble that I am facing...
I'm trying to implement usb function on the nrf52840. The moment that I connect the usb to the computer the chip resets.
With gdb debugger i found out where the fault happens...
I have some question about ANCS ,when we trun off the IPhone and turn on the IPHONE.
The notifcation is disabled. I have to turn OFF the bluetooth and ON bluetooth form ISO...
Hi All,
I am a beginner,Can you please explain me what is the role of this line?
APP_ERROR_CHECK(nrf_drv_spi_transfer(&spi, m_tx_buf, m_length, m_rx_buf, m_length))...
Hi All,
I am using nrf51422, SDK 12.0.0, an SPI OLED display 128x32, and an SD card.
I want to interface an OLED display and an SD card onto the nrf51422. Although my...
Hi all,
I like build a smartwatch-like device that can receive notifications from my android phone. The bluetooth device has a oled screen and displays what notification...