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 All,
I am working with the HRS example. Currently I have one central device and one peripheral device is there.
From central code I want to print the updated RSSI...
I can't move higher than 12 as we still have builds for the NRF51.
I see migration sections for 13 and 14 in infocenter. I can't find anything for 12 and I do know that...
The ble_app_eddystone example that comes with the SDK uses the scheduler, but I have failed to see where any handlers are registered to the scheduler (and grep -ing the eddystone...
Thank you for viewing my question
nRF52832_PSv1.3, page 345, Idle current for UARTE (STARTED, no XXX activity)
What state uarte current consumption is only 1uA? How...
Hello ,
Regarding to mesh I have few more queries as below,
There are two types Bearer using which we can provision & configure Bluetooth Mesh Devices
GATT
...
SDK 14.2 API References>Peripheral drivers>...>nrf_drv_clock_lfclk_request
The docs say "p_handler_item A pointer to the event handler structure."
It doesn't say here...
In the API reference for app_timer: "Use the USE_SCHEDULER parameter of the APP_TIMER_INIT() macro to select " but higher in the document at Libraries>AppTimer>Migration Guide...
I try to run the thread cli example on the nRF52840dk with the SDK_for_Thread_v0.11.0_84a130f.
Windows 10 throws an error like "USB device not recognized / Error trying...
Hey,
For my project I am working on I am using openThread to multicast when a Thingy52 connects to a nRF52840. The nRF52840 (central) connects with a Thingy52 (peripheral...
Hello,
when I try to import some libraries to a project example in SES(TWI_scanner for this example)
one is some are from the SDK and another one from the github non of...
Hello everybody,
i want to add a timer to my secure bootloader example, so it waits some time and then, if no DFU is in progress, starts the beacon apllication automatic...
Hi,
I can't manage with error in secure bootloder (from secure_dfu_ble_s132_pca10040_debug example) on custom board with nRF52832xxaa chip. I got a signature validation error...
Hello.
Nordic Team.
I add for ble Service and i select my service notify enable
I want receive my service number, but service number is different.
Add for my source...