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...
Good morning,
I am trying to figure out how to write unit-tests using NRF Connect and Zephyr on Windows. Therefore I am trying to use unity as described here:
http:...
I have developed a custom board using nrf52840 IC and I need to use UART. For this I have two pins available P0.19 and P0.20 to be configured as RX and TX. I checked those...
I am using a BC840 on custom PCB for a low power data logging application and am struggling to get lower than 270uA sleep current. This part has the 32mHz external crystal...
Hi,
The python nrfutil package doesn't seem to be actively maintained.
Latest updates don't support python version > 3.9 which are now default versions for latest Linux...
Hi
We are migrating from Segger Embedded Studio (SES) to VS Code for developing in the nordic connect SDK. We are using the RTT logger for debugging our device. In SES you...
Hi,
I downloaded the project for PCA10040 with HID Mouse in ...\examples\ble_peripheral\ble_app_hids_mouse\pca10040\s132\arm5_no_packs . From Iphone and computer, I could...
Hello,
in my project i want to use watch dog timer in ble_app_uart_pca10040_s132 but am getting error as shown in image1, even after including driver files and paths
...
hello,
I'm trying to use RSSI Viewer for my custom board - problem is I need to change UART pin.
How do I make my own FW/binary for RSSI viewer?
My custom board uses...
Hello,
I'm very unexperienced with low-level programming, so I apologize is some of my questions make little sense.
We have this board that sends telemetry data using...
Dear Support,
I updated the nRF Connect for Desktop's Programmer to v3.0.0 and noticed that it is no longer possible to write a file to a nRF9160 using a Segger jLink without...
I am currently programming an evaluation board to get to know BLE better. Currently I am using the nrf52811 on a custom board.
So far I used an example from nordic to create...
Probably there is already some solution here in the forum, but I couldnt find a fitting one.
My problem: I have custom code on my nRF52840 DK, which is used as an aggregator...