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 recently started with nRF52840-DK, Zephyr and nRF Connect SDK (v. 1.9.1). I want to test extended advertising, that's why I use the periodic_adv example coming with...
Hello,
I am using the vl53l5cx TOF sensor and implementing the ULD using zephyr. My setup is a bl654 board using zephyr on sdk 1.9.1. However I am running into an issue...
(replica as the previous post was archived by accident...)
Hi,
I'm trying to incorporate LittleFS into our development. We are relying on services provided by TF-M....
Hello,
first of all i am a new user of NRF microcontrolers and embedded systems. I ve been searching on this forum for a simple PDM microphone example and although there...
I want to Enable and Disable Application and network core at some point in the mid of the code. What configuration would i be required to switch the cores or Enable/Disable...
hello,
i am using nrf52832 with sdk 15.2 i want to store signed int values in to nvs (like rssi and tx power) so that i can change these in run time
i can able to...
We are trying to achieve automatic scan and join in both LTE-M and NB-IoT network modes. We are using SICA B1 -SiP with modem FW 1.3.1, and %XSYSTEMMODE=1,1,0,0 setting. ...
Hello,
I am trying to figure out which example is the closest fit for our design. We are using a 2 processor solution in our product, and the firmware for the NRF52832 has...
I am developing a product that I have going into SYSTEM_SOFT_OFF to maximise battery life. I have a bunch of GPIOs (these are currently just buttons on the nRF52-DK) that...
Hello,
I want to test the throughput of Isochronous Channel using ncs sample code "iso_connected_benchmark". So far I can successfully build the code and run in central...
Hi,
I'm trying to save system uptime when the watchdog callback occurs.
The NVS functionality works when calling nvs_write elsewhere in code.
Calling nvs_write inside...
Other Configurations:
prj.conf
# General config
CONFIG_LOG = y
CONFIG_LOG_DEFAULT_LEVEL = 4
CONFIG_STACK_SENTINEL = y
CONFIG_NEWLIB_LIBC = y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...