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
I'm using NCS 1.4.0 and SES. If I change the setting in Serial LTE modem to CONFIG_SLM_CONNECT_UART_2 for external MCU connection, I get an error msg from SES: Cannot...
Hello,
I am using "nRF5_SDK_for_Thread_and_Zigbee_v3.1.0_c7c4730" for NCP as well as other thread devices. nrfutil version: 5.2.0 RPI3 image: RaspPi_OT_Border_Router_Demo_v3...
I'm running OpenThread on a nrf52840-mdk from maker diary. I'm using the nRF SDK for thread and zigbee.
I would like to poll a sensor periodically. OpenThread does not offer...
hi support team,
i found that 52833 UART power is different from 832,
in SDK17.0.2,
832 is still 1.15 mA(with DMA), however 833 is about 0.437 mA(with DMA),
832 is...
Hello,
I want to use the BLE UART example on my PCA10040 development board, but I can´t transmit or receive any data from my PC to the smartphone with the nRF Connect app...
Hi all,
I have a question.
When I try send message coap, it can send as mesh network.
But when I send search gateway msg, connect msg from publish (subscribe) Node to...
My custom nRF9160 board does not communicate with nRF Connect Programmer.
"Unsupported device. The detected device could not be recognized as neither JLink device nor Nordic...
Hello everyone!
I have some issue with the comparator module on the nrf52820 chip.
We need to compare one of external analog signal the 1.8V internal reference source...
Hi,
I try to achieve high throughput via BLE connection between two nRF82540dk boards. I would like to maximize duty cycle of transmission in the connection interval. Unfortunately...
I am sending 240-byte data from peripheral to central through notification (without response) by using the ble_nus_data_send() function when the BLE_NUS_EVT_TX_RDY event comes...
Hi,
I received source code and compiled .hex file from Visual GDB from previsou developer.
I would like to continue development in Segger Embedded Studio.
I know the...
hi support team.
i want to use time from ntp server, and we have example in nrf/lib/data_time;
after devzone searching, i added below setting to prj.config
CONFIG_DATE_TIME...
Hi, I am trying to send data from one peripheral to a central unit and then relay the message to another peripheral unit over BLE. The peripheral already sends the data to...
Hi,
I'm trying to reinitialize my ANT stack, after update of parameters which is done by BT. To be exact, I'm setting the ANT ID of the ANT device that will send data to...
Hi,
I'm using a BMD-340 module evaluation kit (Rigado) I modified usbd example and I can transfer data in between host and device. But I have issues with usb speed and I...