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 have now used days trying to create a working clone of "dfu_dual_bank_ble_s110_pca100028" so that the source would compile and result would work correctly, independently...
I have 5 LEDs - ideally I would like to control the brightness of each one independently (i.e. 5 PWM channels). I'm using SDK 9.0 and SD 310. I have been looking at the PWM...
Hi,
I got the ble_app_beacon_s110_pca10028 from Keil_v5 Pack Installer to compile. I followed the step to use nrfutil.exe to generate a zip file. But when I did the DFU...
I can't afford nRFgo Starter kit as of now; so my question is if there any other way to program my application (firmware) in nRF8001? I am looking from following options:...
Hi,
File "nrf_drv_config.h" defines both TIMER1_CONFIG_BIT_WIDTH and TIMER2_CONFIG_BIT_WIDTH as "TIMER_BITMODE_BITMODE_16Bit", can these timers be configured as 24 bit...
HI,ALL,
I want to take use of hardware flow control, but when i set or clear the RTS signal, it failed.
something about the attempt as following:
the purpose:enable the...
Dear all,
I'm using an nrf51822 (running softdevice 6.0.0) with the proximity profile.
With iOS8, I was able to find & pair my device with the nRFproximity app.
After...
Hello from Spain!
It is my first time that I use a Bluetooth chip so I am following all your code stack and some answers of this portal, but I am having problems with the...
Hello everybody,
I am using RTC1 for time measurement, this works fine as long as no BLE communication is running.
The RTC is initialized with
const nrf_drv_rtc_t...
situation:
We are developing an nRF51 application with OTA DFU. we use SDK 9.0.0 and the DFU bootloader version is v8. We have prepared different two packages. Single OTA...
phenomenon:
the program is polling in the 'uart_event_handle'
my attempt:
i found that the 'uart_event_handle' is called by the 'uart_event_handler' , so the program...
I would like to know how can I use nrf52832 preview kit for audio application, i.e. I would like to use PDM interface of nrf52832, please guide me on how can i do that.
I used the app_template and built it with CrossWorks (nRF51 SDK 10)
However, the call
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION, NULL);...