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...
Hi All,
We are trying to flash our custom NRF52832 board using NRF52-DK+nrf studio. With the same setup that's suggested by devzone.nordicsemi.com/.../
However, from...
Hi,
Recently i have moved to a much newer version of the SDK and have replaced my uart driver with the new ones, from SDK 12.7. The uart is between two nRF51422s one with...
I did not use softdevice;
//this my code
void SysClk_LFInit(void)
{
NRF_CLOCK->LFCLKSRC = (CLOCK_LFCLKSRC_SRC_RC << CLOCK_LFCLKSRC_SRC_Pos);
NRF_CLOCK->EVENTS_LFCLKSTARTED...
Hi, i just got the tutorial "Getting started with nRF5 DK" with a NRF52DK to run with IAR Embedded Workbench. Unfortunatly i'm not able to set a single breakpoint in the debug...
Is there a way to increase the size of the random number pool, and does the pool refresh periodically, or is there a way to manually trigger a refresh of the pool.
Our application...
Hello Nordic Semiconductor team,
I read about the new softdevice S132 v4.0.2, it says that "Concurrent central, observer, peripheral, and broadcaster roles with up to twenty...
I connected a Classic Bluetooth Device on my PC through by Bluetooth.
1-)I saw this message:
That means "Bluetooth Services Configuring"
2-)I saw this in device...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1.
I made boot secure and application as below.
boot.hex, application.hex
Then I made setting file as below.
nrfutil...
Hi. I'm using nRF51822AC, SDK12.2.0.
I just started trying priphral function which provides multi link(Max. 8 links).
Which example code can I refer?
I hope your...
I have a scenario in which hundreds of beacons are advertising. I want to know whether an observer can observe all the beacons or not. I have done a lot of search on this...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello!
I'm having trouble adding vendor specific UUID and configuring the memory. My service will require 3 vendor specific 128 bit UUID. One for the service and two for...