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,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
hi
here i have use block size 16 byte and block count 5096. this is my start address 0x27000
i have tried to clear 79 pages.
and read data from flash with specific...
Hello to all
I have the next code, basically what it does is reading a button state and if it is pressed then the manufacturer data of the BLE package is lets say B, on...
Hi All,
I would like to know what the default value is for the radio TX power for the nRF5240. According to Nordic's specification, the output power is programmable from...
In the ULP Wireless Q magazine (edition winter 2016), on page 12 / 13 there is listed that the nRF52 chips have a Battery Monitor peripheral but I cannot find anything about...
I have been developing my application using gcc on an NRF52 by putting the text section at 0. This was convenient to get going quickly. We initially weren't going to launch...
hello, i am doing flash read and write in nrf51.for which i have used the C:\nRF5_SDK_12.2.0_f012efa\examples\peripheral\flashwrite\pca10028\blank\arm4 this exampl.
but while...
Hi,
Could somebody share the schematic and board files of nrf51 beacon?
We are planning to make some changes. I don't intend to buy a beacon because I have already purchased...
Hi,
I use the bootloader in the SDK V13.0, I found that no timeout as the SDK v12.x. However, I have added the WDT to the bootloader refer to the link link text
it still...
i could not run timer2 with soft device,. if i start initiaize TIMER2 the bluetooth advertise has disabled. i need this timer to timeout my flow function. i think softdevice...
Hi,
I used the hrs example found some problems, the problem is described as follows:
I use the Android phone pairing binding device, when I cancel the pairing on the phone...
hello,
What is the difference between the next two events?
On_ble_evt ()
BLE_GAP_EVT_TIMEOUT == 0x1 B
On_adv_evt ()
BLE_ADV_EVT_IDLE
I can not understand well.
With...
Hi;
I do not know the BLE Event(DFU bootLoader/SDK Sample) so I will ask you a question.
The environment using is below.
SDK v10.0.0 (Sample code/dfu_transport_ble...
I was trying to save this :
char a = 'r';
uint8_t save = a ;
record_chunk.p_data = &save;
Or even this :
char *point ;
char word[5]="lala";
point =word...