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...
For my current project, I need to compile the »over the air bootloader« with gcc (because our buildserver runs on linux, developers using Mac … no Windows and no Keil so far...
Hello, I want to get Pwm output using softdevice but i am not getting it.Here is my code attached main.c please tell me where i am going wrong.Do ineed to initialize softdevice...
I am looking at using the nRF51822 in an application to create an Ethernet gateway and want to be able to download new firmware to the nRF51822 from a remote server. I plan...
I have an nRF51822 application using the Soft Device 110. I want to perform bonding with a central without MITM protection. In my on_ble_evt() event handler, when the event...
Hi,
I am new to the scene of BLE beacon development. I am using multiple Bluetooth smart beacon kits for indoor ranging/positioning purposes. To reduce the effect of interference...
Hi,
For S110 6.0.0 we use such script to split hex to binary. But it seems 7.0.0 is changed and current way is not working anymore.
Convert from hex to binary. Split...
Hi
I am writing my own bonding manager.
In the S110 stack after Phase 3 of pairing the keys are exchanged which result in the EVT_AUTH_STATUS event which in turn contains...
when I add my own service and add characteristic, a odd phenomenon confuse me.
When I set cccd_md.write_perm:
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&cccd_md.write_perm);
...
after several attempts to debug and understand what goes in my handlers in the BLE callbacks, I thought to give a UART logger a try.
this is what I'm trying to use: OpenLog...
Hello,
I am looking for a not expensive way to program nRF51822 by frame of 10 modules. All the 10 modules would be connected to a PC using pogo pins, and I would use a...
I can get an information that bluetooth smart connects bluetooth smart ready.
But I can't get an information that bluetooth smart connect bluetooth smart ready.
So, Would...
I am using nrf51822 and i want to run my application using softdevice.
But I am not able to start my softdevice Please can anyone guide me how to start my softdevice.
I...