hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
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...