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 would like to check if it is possible to setup 3 sets of nRF5340 Audio DK as a master with two slaves.
Where the master and salves are able to send audio (via mic...
Hi All,
I would like to know how Nordic's pairing mode corresponds to the bluetooth specification.
If my smartphone(initiator) is keyboard display,and my slave(responder...
Hi,
After making a 802.15.4 poll request for data and receiving an ACK message which is not followed by any data message the confirm callback never occurs. I have verified...
Hello.
We are developing using nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral device.
I would like to update SoftDevice from v7.0.1 to v7.3.0. Are there any areas...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
I have trouble with DFU. I could implement SMP server into my project according to your guide. (+) Add DFU support to your...
Uns NCS v1.9.1 and VSC, I am attempting to run through the Device Firmware Update (DFU) with MCUBoot bootloader exercise.
I am running to a road black in figuring out how...
I have a Bluetooth device that has a long characteristic. On previous central device projects there is usually a function like read_long_char. I am trying to get a zephyr...
We've built a device with the nRF5 17.1.0 SDK on nRF52832 which operates as a HID keyboard. On iOS and Android this is working fine, and it's working fine sometimes on Windows...
Hello, trying to get v1.9.1 lte_ble_gateway working on Thingy 91. Using Thingy 2020:23 1.4.0, which works all good with zip thingy91_fw_2022-02-17_ec486dab (tracker, nrf cloud...
Dear community,
After a lot of though and fighting with our hardware we decided to use a dual slot bootloader config with an external flash.
We based our testing on...
Hi,
I have a C++ class with code as in below:
This I need to call in a .c file, which I did with extern "C" definitions with a C wrapper as in below:
I am getting...
Hello everyone!
I am trying to add a SPI Master instance for my custom PCB, im using spi example as reference but im having a specific problem, and it is that the program...
Hi, We have custom board files (copied from 5340dk dts files) and I wish to remove all redundant DK stuff from my DTS and free up pins. Can I remove UART0 from both the app...
I have gone through the Nordic Academy to install the tools and build the first example which is blinky. I am using MS Visual Code and SDK version 1.9.1. I have seen some...
Hi,
I use serial port example to do out UART exchange data function. But I get a problem, I don't know why? Below is my source code.
When I send 2 bytes data to...