I'm interested in zephyr to make the image file lighter. Have a any solution to update for BT DFU with signle bank? I wonder I can use single bank like Nordic Softdevice.
hi, i am using a cutom board based on nrf5340 mcu , so, while setting it up i am facing the problem in checking logs and led status.
i am uisng the nrf5340dk board to build...
Hi Nordic technical expert,
Can random numbers in broadcast intervals be cancelled or fixed? How to modify the software? Could there be other problems if random number times...
I added ring buffer and UART ASYNCH interface to asset_tracke_v2. I added CONFIG_RING_BUFFER = y, CONFIG_SERIAL = y and CONFIG_UART_ASYC_API = y to prj.conf file. The build...
Hi,
I am looking at setting up some of our team with the ability to flash our custom devices that contain various chips (nrf52, nrf53, nrf91). Assuming the SEGGER software...
Hello,
I have run the GATT throughput example to test the throughput for a long range. My test configuration is as below:
ATT MTU: 247
Data length: 27
Connection...
Team,
I am using nrf52810, sdk 17, sd112.
I have setup a write characteristics, to receive some long data ( 64 bytes)
// write char memset(&add_char_params, 0, sizeof...
Hi,
I am running a multirole device based on the 'central_and_peripheral_hr' samples of nRF Connect SDK v1.8.0. The device holds a connection as peripheral and it is scanning...
Hi Sir/Miss,
I use nRF52832, softdevice 132 and SDK 17.1.0 to develop.
And, I want to use GPIO to wake up from system off.
We use external pull up resistor in wake up...
I'm testing with the new rev of the nRF52832 (build code QFAAGB on the package), and I'm not able to observe behavior that makes sense to me per the updated product spec....
Currently working on a nrf52dk_nrf52832 kit. I have a SPI flash that I am trying to use - I am using the nrf SDK ncs v1.9.1.
I know I can use any of the GPIO pins for SPI...
Hello
I have a mesh node that needs to broadcast a custom BLE packet
To start advertising I call bt_le_adv_start and it works as expected.
I'm curious about the error...
I've been trying to enable the watchdog as early as possible during boot. I haven't been able to find any way to configure the nrf52832 watchdog to enable itself prior to...
Hello,
I'm in nRF Connect SDK 1.5 and I have to change the baudrate of UART1 at runtime. I have to use Zephyr UART Functions. I have tried the function uart_configure()...
I have a customer that has been using the nRF Connect Mobile app on his iPhone to test his device and its works perfectly and he can do all the functionality he wants including...
Hi.
I am developing using nRF52832 & ST7789 round LCD.(softdevice : s112, SDK version : nRF5_SDK_17.0.0)
Currently, I am trying to develop using the gfx library, but there...
I'm comparing some of the ZBOSS API between what's in the nRF5 SDK for Zigbee and what's in the nRF Connect SDK, and I'm curious about the differences in some cluster list...
Hi!
I'm trying to evaluate how to source control a workspace application using Visual code. The thing is while testing I realized that enabling CONFIG_BOOTLOADER_MCUBOOT...
Hallo,
we are using an nrf5340 SOC together with the SDK v1.9.0.
When running the sample "ncs_ble_tutorial_part1" from here
https://devzone.nordicsemi.com/guides/nrf...
Our application requires that we are able to program the nRF52832 device from our host microcontroller, in order to upgrade the nRF52832 firmware.
We are using an SPI peripheral...
Attached is a screenshot. I have been able to use nrfutil normally until now. I have created DFU packages many times. However, when I tried to create a DFU package the other...