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 used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hello Nordics.
I developed a device that display a navigation information using s110 (nRF51822)
My device receive the road information by an application.
But, when...
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...