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...
In order to protect my device from becoming bricked when APP and NET side implementation of RPC application differs, due to wrong version being flashed or OTA fails on one...
hi:
Use the https_client routine to send data after the socket is established, and then send the data after getting the response. The errno returns as 128, which can confirm...
hello Nordic
i am working with nrf52832, with zephyr, ncs v1.7.1,
the device has a sensor that sample at 26khz each sample is 3 channels of 2 bytes data. the sensor use...
Hi,
I want to use the MCUboot for the DFU and I have been able to configure it and flash it on the device so far (tested that it is correctly flashed).
But I need to make...
Hello,
I work with NRF52832 evaluation board.
SDK 17.1.0
I try to implémente DFU -> pca10040_s132_ble / pca10040_s132_ble_debug.
Applicatif is : ble_app_buttonless_dfu...
Hi,
I'd like to implement Keil RTX5 on my custom BLE project for the nRF52832 using the S112 SoftDevice v7.2.0.
We are looking to standardise as many of our projects as...
In my schematic design, my nrf5340 uses vddh power supply mode, and the output VDD does not mount any load. Is it necessary for me to connect each VDD pin together during...
I am a user developing using nrf52832. I have a question about TX POWER. TX POWER can be set to -40, -20, -16, -12, -8, -4, 0, 3, 4 by using sd_ble_gap_tx_power_set(). I tried...
When I use two nrf5340 audio DK to test the LE audio demo, the handset side always crashes. Especially when I move the DK that is used as the handset.I think that incomplete...
using NCS 1.9.1 - Zephyr - Segger Studio - sample code: bluetooth / peripheral_uart
I based my project on the sample, modified it slightly and it works well on a board with...
I'm using NCS 1.9.1 and Segger SES
Following Nordic's recommendation I first made a copy of BLE/peripheral_uart in order to preserve the original code and then used the...
Hello, I have a question.
I am developing with nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral.
I have a question about the output time of the advertisements. The...
Hi Nordic ,
My product is working fine but i'm focusing on improving consumption at maximum because it is working on small battery ( evoluated tpms application)
It uses...
Hi everyone!
Could anyone clarify a few questions regarding channel mapping?
1. Is that true if I want to use specific BLE channels I need to do it just once on a central...