Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Hello,
i can't find the characteristic read timeout in BLE Core SPEC 4.0. If the central device read a characteristic from the peripheral device, in which time the peripheral...
Hello
I have uploaded a hex file which for some reason I cannot see the tag anymore, is there any way to re-program, erase or reflash the beacon kit using nrf51 programmer...
i was trying to implement bonding in ble_app_hrs example(SDK V6.1.0 and soft device v7.0.0)
i have given params
#define SEC_PARAM_TIMEOUT 30
#define SEC_PARAM_BOND 1...
I want to use the Smart Beacon Kit (PCA20006) and the blink led demo. However it seems that I cannot use the s110 V76 softdevice when writing my app in Keil. However, how...
I'm writing an application which updates the ble advert data at run time. I use the radio_notification callback functionality. Inside that function, the code calls the ble_advdata_set...
Hi, I'm trying to run ble peripheral and timeslot receiver at the same time. I can see ble advertisements and I can connect to the peripheral. I can also read and write ble...
Hi,
Some questions below about the HID keyboard that refer to the example "/s110/ble_app_hids_keyboard" .
What initialize m_advertising_mode value before to call...
Hello,
to reduce ernergy consumption i use the sd_app_evt_wait() function while the twi is sending or receiving data.
i set nrf_twi->address and nrf_twi->txd and set...
Hello,
I have troubles using spi_master_example.
I want to control by spi a slave device from the nRF, I am sending sequences as expected and my slave device answers me...
The S130 SDS 0.5 documents a CODE_R1_BASE of 0x00020000, but I can't get it to work with code at this location. Any SoftDevice API call ends up in the application's SVC_Handler...
Hi,
i use the library app_gpiote to setup interrupts on a toggling external pin(this pin generates a signal which changes from high to low).The external interrupt signal...
Links: ota_profile_pkt_rcpt_notif
As you see,GAP Disconnection,I don't Know how it works.The ble device call disconnection,but ble android phone respones it more then 5s...
Hi, I'm a student at Oregon State University using the nRF51 Development Kit for a project. I can't seem to find any functions for sending and recieving Bluetooth signals...
HI ALL!
I got a question about establishing my own service.
Currently, I can just send my data through the 'hrs' service(by replacing the heart_rate value with my own...