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 want to use Flash Data Storage library to operate with data on external memory, connected through QSPI. So, as I see in this thread it should be possible, but for...
I am using the SD card driver from nRF5 SDK v17.0.2. Device nrf52840, IDE Segger, Custom PCB. nRF52 DK as progremmer.
There are problems when deinitializing the SD card...
Hi, can i modify USB_MSC example in sdk-17.1.0 to work with SPI instead of QSPI ? as i am working with NAND memory which not compatible with QSPI driver. but it works well...
I asked this question in a different form but not getting any answers on that thread.
My goal is to publish battery level messages to a certain address and receive it on...
Hello Nordic,
I'm using the official DTM routine to do "SDPPI" certification for Indonesia, but I don't have any test process for Indonesian test engineers to use. Does...
Hi there, we have many nRF52840 devices in the field that currently run firmware based on the nRF5 SDK. We'd like to port our codebase to the nRF Connect SDK for all new products...
I installed nRF Connect SDK 1.7.0 from scratch using the nRF Connect for Desktop toolchain manager plugin. All components are up-to-date.
Due to whatever reason all calls...
Hello,
I'm trying to publish values using a predefined message context.
This works fine when using bt_mesh_onoff_srv_pub or bt_mesh_lvl_srv_pub, but I get a crash...
Hej!
Do you have a reference design for nRF52840 and nRF21540, how to connect the ANT signal (nRF52840) to TRX (nRF21540)?
Is it enough to only use a DC block, C1=1.0pF...
Dear All
I used nRF24L01 antennas with external antenna for data reception and transmission at different speeds (256KBPS, 1MBPS and 2MBPS) for a while everything worked...
Hi
I'm having trouble when trying to connect nRF 52 DK with BLE app on nRF connect for desktop.
I can select device of my nRF52 DK, but cannot not scan any discovered...
HI Nordic, I've looked through all the documentation and tried a bunch of failed experiments...so I thought i'd ask you. On the nrf52840-DK, I'd like to
Connect the DK...
Hi,
I want to program my nRF52833 has tx. The example is provided for pca 10056 and pca 10040. I know that it's possible to change the configuration to use it on pca 10100...
Hello,
I am creating a BLE Rx/Tx connection between two NRF52840-DK's similar to the Nordic UART Service. With the goal to achieve around a 100/100 KB/s connection. Only...