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...
As indicated in the PS, System On Mode idle draws only 2.6 uA.
Does this mean that if I install and active a timer interrupt, where the interrupt routine places the system...
Hi,
I am new to ARM development. We are thinking of ordering mkit for evaluating and developing a custom BLE service(profile) which sends data to BLE client (probably a...
Hello Everybody!
I have been working with BLE security and I have an issue with OOB setup.
I'm setting my nRF with the following:
m_sec_params.timeout = 30;
m_sec_params...
I was reading this press release:
http://www.nordicsemi.com/News/News-releases/Product-Related-News/Single-board-Bluetooth-Smart-Arduino-solution-is-low-cost-and-can-be...
Yo!
I'm very concerned by what I hear about Bluetooth Low Energy security. According to this guy , who presented a paper on the subject at a USENIX conference last year...
Any experiences about analog sensor LM35DZ? I used this example: main.c
The LM35 data sheet says it will operate from +4V to 30 V supply. I'm use supply only Vcc pretty...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I'm using API 2.1.3 and I'm having problems with SendData blocking forever at the end of a process. I placed access mutexes around each method call to the library, as well...
Dear Nordic Developer Zone,
I have modified the ble_conn_params.c file in order to be able to negotiate new connections speeds between IOS app and Nordic nRF51822 chip...
Hi,
Regarding the bond_info_store() routine, I am having issues where after several calls to this function (client pairing forget/reconnect), my p_bond gets corrupted. This...
Hi, I am developing a BLE application using SPI and TWI. (Using nRF51822)
This discussion is about my survey in development zone for future develop the TWI part.
I want...
I'm calling ble_bondmngr_bonded_centrals_store in response to BLE_GAP_EVT_DISCONNECTED as is the case in plenty of sample code, but when ble_bondmngr_bonded_centrals_store...
Hi Guys,
I have managed to get the BLE DFU demo service working fine (dual bank) on nRF51822 EK. I use a Linux Python program ( bitbucket.org/.../nrf51_dfu_linux) (with...