Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
hello everyone,
i am trying to use SDA and SCL pins of TWI other than 24 and 25, is it possible? i want to know before using other pins for twi other than 24 nd 25 with...
Hi
I try to communicate with others TWi devices using the twi_hw_master driver.
When i initiate a communication with twi_master_transfer , i don't receive any ack from...
Hi,
I have purchased the nRF8001 Development Kit and so far I wired the nRF2740 board to a FTDI VNC2 microcontroller. I have been reading about how to configure the 8001...
Hello. I'm trying to port the ble_hrs to a custom board with an NRF51822 on it, but the advertising never starts. While I'm debugging this, what should I be looking out for...
Is there an example for sleeping? I just want to put this thing to sleep drawing minimum current and have it wake up on a RTC timeout, but do not seem to be able to achieve...
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...