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...
There're 2 things annoying me:
1.What's the right way to use VS code, does every time I need to open VSCode in ToolChain Manager?
I just want to open VSCode directly,...
Hello i am working with the example ble_app_uart and i have created one new service and two characteristics. The firmware was working fine with no errors. However my computer...
Hi,
This is the follow up on this question , I'm not sure how it was closed.
I'm getting different execution times (not transmission time, like mentioned in the answer...
Hi,
I want to debug my nrf5340 custom board with logger method. I have tried to follow the Nordic's nrf connect SDK course. And I have written the code and just flashed...
The problem i having seems to be tricky and i spent hours trying to figure out whats happening. So, i will try to put all details possible. Im two days with this issue and...
Hi there,
I faced this issue while I was setting up a test through two UART0 & UART1 ports on NRF5340 chip, using baudrate 1000,000.
Here is the setup:
UART0 &...
I currently use nrfConnect on android to download firmware to nrf52832s. I am just getting started with nRFUtil and the dongle.
If I understand correctly, I should be able...
I have a nRF52 DK from DigiKey that I've been evaluating and I ran into an issue: I had a custom app that was talking through Bluetooth and sharing some custom characteristics...
Hi, I'm using NXP LM75B temprature sensor based on nRF SDK's example code.
I would like to save power on this sensor.
I have prepared the code as follows:
Following...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
I'm developing for nRF52832, SDK 17.0.2 and softdevice S312 7.0.1.
After I upgraded from Segger Embedded Studio 6.22a to 6.30 I found that turning on any compiler optimisation...
HI DevTeam,
I'm using the nRF52840 as co-processor due to the semiconductor shortage and I don't need to use the RF section. What should be done with the antenna pin in...
This is the implemenatation spec for GATT server database (reader) firmware i am working on.
I have implemented advertisement packet using nRF Connect SDK latest.
Not...
Hello,
I am customizing the BLE DFU bootloader for nrf52820. Integrated an LCD to it.
Now I need to display the percentage of firmware download on the LCD. It will take...