uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
I have the nRF51 Dongle and an nRF51822 BLuetooth Smart Beacon kit. For software tools I have IAR's EWARM 6.7 for a complete IDE or command line GCC/GDB.
Are there any...
Hello,
my idea is to turn on a GPIO-Pin of the NRF51822-Beacon-Kit when my smartphone found the beacon. Of course if the smartphone is out of range or far away the pin...
Hi all,
I am trying to figure out how to change the LEDs blink rate on the go.
I have set up the timers_init() and let say every 500ms sensor data is read on dev kit...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
Hi,
I'm trying to get the actual connection interval used between my nRF51822 device and iOS device.
I have read this article , but I cannot get it worked.
I used sd_ble_gap_ppcp_get...
Hi,
I want to disable the softdevice (S110) in order to use the "flash_page_erase" and "flash_word_write" functions. But, when the sd_softdevice_disable() is called I get...
Hidden in the guts of this answer is:
Please be noted that not all central
stack have full support to
automatically discovery secondary
services (e.g S120 stack)...
In the code for the bootloader in dfu_dual_bank.c and the function dfu_init , I currently get an error code on timer start: 4 ( NRF_ERROR_NO_MEM ).
err_code = app_timer_start...
The device name is set in the usual way at the start of gap_params_init():
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode);
err_code = sd_ble_gap_device_name_set(&sec_mode,...
Hello,
I am new to BLE profile development. I searched in web but could not find out a useful guide for this in terms of actual implementation(coding). It is seen that all...
Why is the "old" EK "not recommended for new designs"? Will the old EK work with the IOT SDK?
(Maybe it is chip rev dependent? I don't have the my EK on hand so I don't...
Hello,
I have purchased a Intel Galileo Gen2 (x86 Arduino) and RedBear BLE shield v2.0. The Arduino IDE I use is Intel's version. I have imported the corresponding libraries...
The application uses bsp_button_is_pressed() but this device has no buttons. This results in err_code set to NRF_ERROR_INVALID_PARAM and subsequently a system reset during...
As previously reported for SDK 7.0.1 here , the documentation for SDK 7.1.0 in:
API Reference/nRF51 SDK/Peripheral Drivers/GPIO and GPIOTE
is missing all info about...
I can't find documentation for the HAL functions in the latest 7.0.1 SDK
Specifically the functions in nrf_gpiote.h
C:\Keil_v5\ARM\Pack\NordicSemiconductor\nRF_Drivers...