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...
I think similar issues have been posted before and not resolved
If I flash the hex precompiled hex files for virtually any project by using the pca10028 S130 version it...
Hi, I want to detect long and short press in same button. Define "BUTTON_DETECTION_DELAY" can detect one delay. Let me know to detect more than two delays.
The same question...
hi,
i am working on blinky example code. i was build the code and generated hex file using Eclipse IDE. i have nrf51822 ble module.
want to flash the hex file using dfu...
Most of the make files and project files within the nrf5 SDK contain a bunch of defines of the form -DNRF_PAN_XX. A search through the SDK v11.0.0 reveals only a few references...
I have included all paths of all (.h) files including (nrf_delay.h) however I got errors as seen in the photo. What do you suggest to overcome such errors?
Also, Is the following...
Hi,
This is very newbie, and I am stuck.
I am following to the letter the instructions to create the micro-ecc according to this instructions.
The problem, and it...
Hello,
I want to use packet length extension with the PCA10040 and SDK v12.
The peer will be the nRF51 dongle (PCA10031).
I believe that the nRF51 dongle doesn't currently...
I am still noticing a higher than expected power draw on my nRF52 and I want to make sure I have adopted best practice in turning things off/optimising things before entering...
Hi,
I am using a 128KB-rom 16KB-ram nrf51822 and trying to run blinky from SDK 11 with softdevice.
If I load nrf51 S130 1.0.0 softdevice, and use the following in my...
As of SDKV12, because of the removal of pstorage, I upgraded my app to use fstorage.
If you look at the SDKV12 doc at this link, you will notice that it is quite lacking...
Hi,
I am trying to write some data into the flash of the nRF52832 SoC, but can only write around 5 kb of data. After that I will get an error of number 7, which should...
I'm using SDK v11, nRF51
I started developing with S130, v2.0.1
The device is peripheral only, so I decided to switch to S110 v8.0.0, since I need the memory.
I made...
I don't have a particular issue right now, just a concern that I have because my device needs to be bulletproof when it comes to reset behavior.
When sd_mbr_command(SD_MBR_COMMAND_INIT_SD...
I was trying out the low power PWM example and noticed the timing inaccuracy that was mentioned in documentation .
For example, with low_power_pwm_0,
period = 220...