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 everyone, I made a custom class composite device. The firmware seems to work except for one thing I can't fix. If I initialize the USB in the following way:
If instead...
I am using nRF52840 DK and I run my project using VS Code.
I wanted to run MPU 6050 accelerometer example for my DK. Below are my configuration I had setup for running the...
Hello,
I have been trying to use some of the direction finding examples for the nRF52833 and I was wondering if there is a timeline for when soft devices will start supporting...
Hello
I try to write functions to modify the publish and the subscribe addresses. Unfortunately not all is working, attached you will find my code.
Problems:
1.pubish...
Hello,
I am reading the FIFO buffer of a sensor via SPIM3 with nRF52840. What I want to do is that by the use of PPI, the start of the transmission (PPI channel 0, to TASKS_START...
I have to use TWI and PWM modules at the same time. When I use them in two separate projects thy worked well in their respective applications. But, when I combine them in...
Hello everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I want to have several peripheral boards that...
Hi,
I use the central_ht example and modified the prj.conf by adding
CONFIG_BT_MAX_CONN=8 CONFIG_BT_MAX_PAIRED=4 CONFIG_SDC_SLAVE_COUNT=2
And I expect atleast 2...
In the beginnig of this year I used to test my edge Impulse Zephyr project with nRF connect Segger Embedded studio and it's worked, but now days I having a problem with Segger...
On Zephyr 2.7 I used following snipped to connect a GPIO pin (ADC_nDRDY) to a SPI TASK (simplified):
On Zephyr 3.0.0 we experienced immediate crashes.
I then saw that...
Hi guys,
So lately, I decided to update the sdk from 4.1.0 to 4.2.0 and there are some problem that I can not solve myself. So I use the macro ZB_ZCL_REGISTER_DEVICE_CB...
Dear Nordic,
We are developing nRF21540 + nRF5340 solution.
As there seems to be many versions of matching components depending on which source of information is used...
The RPM package for Linux x86 64 bit has its architecture set to amd64, but the correct value should be x86_64. This problem prevents installing the RPM on current versions...