Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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...
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...