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,
I tried firmware over the air update with mbed using the compiled bootloader hex file and it works pretty well.
However, I am back to GCC with softdevice 7.1...
I looked up method about Transferring files.
and became interested about the example of dfu.
if I understand dfu example, I think it would help to me
so..
What...
Dear all,
In my application main function I am reserving 20 Bytes in Flash(using the pstorage_register(), so I can not manipulate adresses directly) , I store variables...
Hi nordic people,
I've tried to run the code from the RAM following this guide. After some optimization in the code I get it work without visible problems. According to nRF51822...
Hi Team,
Can anyone help me on this?
How to decrypt AES-ECB-Nopadding Encrypted frame?
I am not getting desired output. In fact, I am not getting how to proceed in...
I am trying to get buttonless DFU via BLE to work with gcc compiled apps, but it only works on the first DFU attempt. Every repeated attempt after that is timed out after...
(I use nrf51822)
I use two 3V batteries in series.
Therefore Input Voltage of My Circuit is 6V.
My own source was coded as a collection of information.
Oh, by...
Hi,
i would like to know how can i enable the single-cycle 32 bit multiplier buit-in on the M0 Core.
Checking the assembly code every multiplication calls to __aeabi_dmul...
Hi,
What is the minimum time needed between two capture tasks for the same CC register?
I would like to timestamp the Address and End event of a packet in the same TIMER0...
Hi,
I am thinking of moving advertisement and scanning function execution to RAM to reduce the energy consumption since nRF device advertise in each 1 second interval(frequently...
Hi ,
According to nRF51822 Product Specification, running code from flash draws about 4.1mA and running it from RAM draws 2.4mA. But when I tested my code it draws more...
I think the time of uartput is too long (beacuse of the packet recived is too long ,but i can not change it),and when the BLE_GATTC_EVT_HVX comeing ,the uartput is not over...