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 moving form using the driver twi_master (hardware) to nrf_twi/nrf_drv_twi.
I can't find any sample code?
Does anyone have a nrf_twi example code?
Thanks
Hello!
I'm working with nRF51822-mKit for my project. I've been using mbed IDE, but since they don't support central role, i had to switch to keil. But i have some problems...
I have situation as follows:
I have HOGP mouse device that does pair with Host (Linux, Windows). After pairing also the mouse does work. Now if I power the mouse off suddenly...
I am using the eclipse/gcc toolchain as explained in this tutorial . I am able to generate and flash my application code and softdevice separately using hex format.
I am...
Hi, I programmed my nrf51dk with ble_app_beacon and I see a blink every two seconds on the board's led. I started the nrf Beacon app in my iphone 6. I first added a beacon...
I have two questions:
Question 1 :
What is the timer timeout limit on nRF51822?
The reason I ask is that I want to update the advertising packet periodically. Below...
Hi,
Here is the issue details.
I have my application loaded on the nRF51822 controller and it acts as a peripheral. The IOS device acts as a central.
The connection...
I am new to chip testing and need some advice on how to start. I am trying to test a nRF51822 on a custom PCB. The main elements of the PCB are the nRF51, a GPS module, and...
Hello,
I try to perform an pstorage store action after I'm done advertising just beform the devices goes in system OFF mode. Pstorage works fine before I start advertising...
I've gotten two PCA10001 boards working with the LED_mesh sample.
I cannot get the third board to run BLE_Gateway (it does not react to button presses, nor is it discoverable...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
Dear all,
I'm not able yet to start advertising with whitelist whith this code:
void AdvInit(void)
{
ble_advdata_t advdata;
uint8_t flags = BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED;...