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,
I have recently been able to connect to multiple sensors using the nrf connect 2.0.0 SDK and nrf 52840 dongle as a central device. I was wondering how I could configure...
Hi,
I would like to create a multiprotocol BLE/Zigbee coordinator project on NRF5340 with VScode.
I can't find an exemple nor guide on this except from this one:
https...
What does this error mean?
here is my error massage.
<info> app_timer: RTC: initialized. <info> app: Debug logging for UART over RTT started. <info> app: Connected <error...
Hi, Does anyone know the quiescent/average power consumption of the IBasis sim card. I have a design based on the Thingy:91 and I am wondering if it is worth moving from the...
Hi, I'm developing an project that using 2 UARTE. My code flow is 1. when timer handler has expried ( set timer_expired_flag = true) (using app_timer) 2. Enable uarte1 to...
I have 2 custom boards running as BLE central/peripheral.
The peripheral is running the beacon broadcast example from SDK 17, ble_app_beacon.
The central is running custom...
I'm working with an custom application and a bootloader with code drawn from the examples in SDK 15.2.0. The main method of my bootloader is below:
I can run and debug...
Hi Community,
I want to use the UART Logging backend in my bootloader. Whenever I want to start the actual application via nrf_bootloader_app_start(), the bootloader hangs...
"S132 Link Layer subset for SD 8.0.0" and "S132 Host Layer subset for SD 8.0.0" have been listed as component tested. The S132 v7.2.0 is available for download with the latest...
I have a thingy91 that has been flashed over JLINK which has wiped out the MCUBoot. I'm attempting to get it back using mcumgr. I have mcumgr all setup, but when I run
...
While stating debugging mode or normal mode i didn't pair with any devices after advertise duration in RTT viewer
This error raising [ 00> <error> app: Fatal error ]
and...
Hello Nordic community,
We are a software development team. We can directly work on development kits but as a initiative we are trying to buy SOC and do others steps manually...
As described in the brief spec of nRF 21540:
the nRF21540 improves the RX sensitivity by 5 dBm to -100 dBm.
5dBm should be 5dB,you can't make a simple plus/minus equation...