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...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
S110 8.0.0 was just released allowing a larger ATT table, which is something we need, but is there a corresponding SDK update for this SD before we spend the time upgrading...
I am a very beginner on embedded field.
I have a nrf51822 and tmp 102. I follow this direction on mbed site
link text
and it's actually working. The code provide...
Hi,
I have a similar problem as described in
devzone.nordicsemi.com/.../
I have eliminated my program to be:
int main(void) {
setupLEDPins();
BluetoothPeripheral...
We are having some trouble with battery percentage measurement. The battery percentage being reported, keeps fluctuating. Earlier the fluctuations were as large as 3% to 100...
Hi,
I recently made some changes to the code and noticed the following errors for the first time.
Error: L6406E: No space in execution regions with .ANY selector matching...
Hi, all!
I am rencently studying ota,and that is what I have done:
Program softdevice 6.0 into my nrf51822 chip.
Program bootloader(version in SDK5.2) into my nrf51822...
hello everyone,
I recently purchased the new nRF51 dongle. I could successfully load the blinky example with S110 soft device to it. But it is not working with the HRS example...
Hi, I am trying to use your new sd 8.0.0 but there are a lot of compilation errors due to the new APIs and removed section from security structs in SDK 7.2.0.
Are we to sole...
Hello
I have the nRF51822EK PCA10001 (V1.0) and PCA10000 (V1.0).
I'm working on a project where i'm going to send data from a custom board over to the PCA10000 dongle...
Hi all,
I have a small question. If a GATT server needs to send data to a GATT client(about 65 bytes), does it have to create a service first and then adds characteristic...
i am trying to make connections between s130 device and end node which have heart rate service.
according to the s130 document once if you press the button 0 it will automatically...
Hi
during setup of a peripheral at startup, I need to add some wait periods in between steps of the setup. Is there some function like waitMS(int time) or something, that...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Folks,
Newbie here with mbed, using nRF51-DK, but old hand with nRF51822, S110, SDK, J-Link, Keil MDK, etc. Trying to figure out how the mbed SDK API maps down onto the...