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,
Issue: after successfully compiling, generating bootloader settings, merging and flashing bootloader+settings+sd+app, the device enters DFU mode while i was expecting...
Hi! We are trying to put in the same application for both GNSS( developer.nordicsemi.com/.../README.html) and NBIOT( developer.nordicsemi.com/.../README.html) .
The examples...
Hi,I have a question:
1.I use device_ get_ Binding ("UART_1") When UART1 is opened, ENXIO returns to 134. How do you solve this problem? For others, I used uart0, spi2,...
Hello everyone!
Please tell me if I can connect nRF21540 to a microcontroller using only 4 SPI pins (SCK, MOSI, MISO, CSN) and control it completely? At the same time I...
As the title describes, I am getting that error. I am using nrf sdk 17.1.0 on an nrf52840, developing in SES. I have enabled NRF_CRYPTO_ENABLED, NRF_CRYPTO_BACKEND_MBEDTLS_ENABLED...
Hello,
I am currently using Nordic border router image as suggested by Google open thread group as i am using NRF5 SDK examples (sleepy mqttsn-publish example to be precise...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
I added service data in advertising_init() function in ble_app_uart example code ...
Hi,
I have used DFU to update my application and worked normally. Now I need to update the application which has be written in NOR flash.
Firstly, I will write the application...
Hi,
We are building the custom bootloader in Rust,
Therefore want to define the non secure memory region.
Need to know exact steps to define the Non secure memory regions...
hi team,
i am using Microsoft Windows 10 Enterprise OS and Segger 5.40 version IDE.
i am using nrf52840 device in my project along with nrf5_SDK for uart peripheral check...
Hi,
In one of the example( zephyr / net / dns_resolve.h ) In this function description "dns_get_addr_info()" mentioned like below,
@details This function can be used to...
Now I've made a board using 52833 and downloaded the 's140_nrf52_7.0.1_softdevice', 'bootloader', 'settings' into 52833.
I use SD_POWER_DCDC_MODE_SET() to enable DCDC in...
Hi
I implemented in the function call in the SDK bootloader on a nRF52840 the BLE MAC address with the following function call:
The type BLE_GAP_AD_TYPE_LE_BLUETOOTH_DEVICE_ADDRESS...
hi Team,
i am using Microsoft Windows 10 Enterprise OS and segger 5.40.
i am using nrf52840 device in my project along with nrf5_SDK.
i compiled pwm code with different...