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...
dear all:
I have 2 kind of board that are PCA10006 and PCA10028,
but I find out the IoT example can't be run on PCA1006,
what are different between PCA10006 and PCA10028...
I have added the DFU service to our own project. Normal application updates work perfectly and even the update of bootloader and softdevice is fine.
In a new case we had...
I'm still newbie of BLE developer, and designing a BLE device based on nrf51822 (whose service uuid is partially used for identification of serial number).
Like nordic's...
We want to design our own custom USB Dongle for connecting our sensor board to a PC. Sensor board has a nRF51 chip using Gazell protocol to transmit sensor data and also softdevice...
I am using keil compiler. The nRF51822 stack succesfuly compiled and also i am created the hex.I don't have j-link programmer but i will try to download using Ulink2 can u...
I meet a trouble like this:
My colleague used " nRF51822 QFAAC0 1322AW " to make a product. The KEIL program "based on s110_nrf51822_5.2.1_softdevice.hex and nRF51 SDK...
When nrf51822 with 32KB RAM will available? If it is going to be delayed is it possible to get samples? (I like to try IOT SDK and with my PCA10001 the heap overflows.)
...
If I don't call nrf_gzll_set_base_address_0(...) or nrf_gzll_set_base_address_1(...) what address will it use?
Also, what is the default number of send attempts?
Hi, I purchased and received the pca100028/nRF51-DK on Friday (12/19).
I've upgraded to Keil 5.12, loaded the 7.10 sdk pack, loaded the radio_test_pca100028 example ( I...
Hi
The datasheet for nRF24le1 seems to describe two ways to find out if the TX buffer is full.
Register map 07, STATUS, bit 0, TX_FULL
Register map 17...
Hi all,
I'm trying to work on my MacBook Air on BLE. I'm running Windows 7 under VirtualBox and using the new Keil µVision5.
But my problem is that whether the nRF51822...
hi all,
i have some issue about this .
when i add second vendor uuid call sd_ble_uuid_vs_add. that uuid_type.
the uuid_type always get 0x03 value.
by the BLE_UUID_TYPES...
We have some legacy code ported from other platfrom to nRF51822.
The old platform supports blocking flash write, so there will be some
readback code after flash write function...
I've had good luck running the examples such as the blinky and the basic BLE examples. Now, I'm trying to get the SPI Master example to run, but it does not seem to work out...