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,
I'd like to get a timer with 1ms interval or higher resolution, and found some questions about this:
If the app_timer is used, looks like we only can get minimum...
Hello Everyone,
Scenario is i am getting some commands from Master(Android based Mobile App) to start some function , After i get the commands i disconnect from master...
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...