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...
Hello when I tried to use IronPython with MasterEmulator.dll in example as described in documentation. I got following error:
c:\Program Files (x86)\IronPython 2.7>ipy...
I'm tying to read and write external memory using Spi bus
when I flash only the softdevice and the app, the program works fine
but when I flash the bootloader, the program...
I'm trying to flash the bootloader on an nrf52 device. the microcontroller is detected successfully with segger. but then when I flash the bootloader given with sdk11 (dual...
Hi,
my device : nRF51822 with sdk 10.0
Before I talk my question, let me make clear.
When peripheral connects to iPhone, it's on iOS's setting too but it doesn't go...
Hi nRF support,
In order to minimize the code size, I tried to enable define the macro BSP_SIMPLE, then I got the below error:
*** Using Compiler 'V5.06 update 2 (build...
Hi I'm trying to perform update (DFU) of my application using Master Control Panel 3.10.0.
I'm connecting, discover services (see DFU service available), then press "DFU...
When I connect the Nordic 51822 DK to the PC, I can not detect the device using
root@riot-VirtualBox:/home/riot# hcitool scan
Device is not available: No such device
...
Hi,
EX_1.rar
Can I define "non-const" variable for writing data via I2C using "APP_TWI_Write" function? Similar for read.
When using External "EEPROM" one should...
Do I need to manually go though every HW exaple in the examples in sdk12 and cut and paste all the little bits that I need or is there any other way?
I have a custom board...
Hi,
I'm using the nRF52 as a master and an external RF chip as a slave. After configuring my spi bus using nrf_drv_spi_init(&spi, NULL, NULL), in my main loop, how do I...
I have used nRF toolbox to update bootloader and firmware to my nordic device. I was previously using iOS9 (I believe 9.3.5 - whatever the latest version was before iOS10...
Firstly,I used ios9.3.5 to DFU successfully,
But when 9.14(ios10 was pushed),then my iphone6s was updated to ios10,
finally DFU failed.
The device can enter in the DFU...
Given this answer , do the BLE_GAP_CONN_SEC_MODE_SET family of macros only relate to the Write permissions of the device name?
Maybe a better way to ask this is: Is it...
Hi,
I am referring nRF5 SDK for Eddystone ( github.com/.../nrf5-sdk-for-eddystone) .
Here GCC Makefile based projects are scheduled for a future release.
I am trying...