I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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...
I'm attempting to use a custom UUID as outlined in nAN-36. I get an error (NRF_ERROR_DATA_SIZE) when I call ble_advdata_set . Specifically:
ble_advdata.c::uuid_list_encode...
I have a bluetooth hub (NRF51) as central and a wearable device (NRF51) as peripheral. What I need is that as soon as a smartphone enters the range the peripheral let's go...
Hello,
I'm redrawing and routing my own PCB for nRF81x22. I take the details from pca10028 files.
My question: Can I route the PCB with only 2 layers?? I have seen only...
Hello,
I had to use sd_ble_gap_address_set() to make sure, that a bootloader running on the same device will not be cached on OS/X:
static const ble_gap_addr_t gap_addr...
This may be a newbie question, but it had puzzled me for a while now.
Looking at the PCA10031's schematics i can see two leds been used.
LD2 i can figure out. Datasheet...
MQTT Example in the IoT SDK compiles with size bigger than available 160KB Program space?!! Is this correct as I can't flash with the IoT SoftDevice on it.
The drive level of the nRF51822 is specified as 1µW, whereas the EPSON crystal suggested in the BOM for the EK boards PCA10000 and PCA10001 is specified for just 0.5µW (with...
hi nordic
i just got a little bit outdated "nRF51422-dk" package. I have problems with flashing
the boards pca10006 and pca10007- I tried to search for an solution, tried...
Hi all,
I'm an Android developer and I need to develop an application that detect when someone presses the button on Beacon and do something.
I've just bought these two...
I'm currently using ble_advdata_set to update the ble advert data packet. Before transmission I use the ble_radio_notification event . In this event for test purposes a single...
Hi,
I'm using a nRF51422+nRF6310 and I need to use SPI in order to connect with some devices. I am trying to run the example "spi_master_example_with_spi_slave" but I found...
Hello, I'm using IAR for ARM 7.1.
I made my own project and I want to make my project as a hex file to
program my application to several boards.
/***************...