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...
When RTT viewer is not connected, the buffer will eventually overflow and it causes device hanging and being reset by wdt eventually. When I connect to the RTT viewer before...
Dear Nordic engineers
I made some modifications to the keyboard examples in the SDK based on the NRF5 17.0.2 version. I changed to use a static password for pairing and...
Send a semaphore every 20ms through the timer. After receiving the semaphore in the thread, push the data to the message queue
Then, the message queue is obtained through...
Hi
I'm working on adding software flow control in coprocessor code,
1.CONFIG_UART_ASYNC_API and UARTE_INTERRUPT_DRIVEN ,What's the difference between the two macro definitions...
Hi everyone,
I have the following issue. I have migrated a code for a Bluetooth Mesh network gateway which I developed a few years ago with version 2.1.0 I guess to the...
Hi Nordic,
I am trying to implement a custom uart driver in my inter processor communication application. In the driver implementation I want to use uart with dma and I...
We are porting to the nrf52832 an application that needs to sample the SAADC continuously at 200Khz (alternating between two inputs) with dual buffering DMA of let's say 1k...
Hello Devzone Community,
I am developing an nRF9160 based firmware for a battery powered device, and am attempting to examine the firmware using `gdb` at the command line...
I'm developing two products that will communicate via ble_uart. Both products have battery, so I need to reduce consumption as much as possible. I'm currently using nrf52832...
Hello,
Im getting different behavior on my SoC depending on what power source I use. For example I tend to get alot of retranmissions from client to server if I have them...
Hi,
I have taken nrf_connect_sdk_v1.9.1 and build n=my application over it.
When I delete .git file from v1.9.1/zephyr/.git, then my west compilation don't occur.
...
I tried to open a program created by else one. The Output is shown below. I could not understand: Due to which warning abort ? There are many warnings.
Creating solution...
Hello Devzone Community,
My name is Ted, and I am continuing my effort to configure a Zephyr based, Nordic aws_iot sample app based firmware to run and support nRF9160 lowest...
Hey I am using a nrf9160dk and I am trying to get lte-ble to work I get the above assert failed.
Does anyone have an idea how to fix this?
I have the hci_luart file...
Hello,
My group has developed a board using the nRF52840 SoC and we are in the process of transitioning our firmware from the development kit to the custom board. Our firmware...