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...
I am trying to build the example for the Audio DK on an x86 Mac and am having trouble configuring the toolchain. I have followed the instructions from here: developer.nordicsemi...
It appears that Mesh Models do not perform transitions on their own (transition handling is not part of model itself).
Is this feature missing and is it planned to add it...
Since the previous topic was closed by accident and not able to reopen again, I will continue here.
Menon said:
Sorry I didn't get you well. You are using nRF5 SDK just...
Hello to all,
Below are the setup details I'm using:
nRF52840 DevKit
SDK: nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
Segger Embedded Studio 4.16
Aim: Controlling...
Hi ,
I have added simple on off mode in my previous application which was based on Generic ON OFF model. Code for simple on off model is added in both server and client...
Hello,
I have on nrf5340 an application, that meassures Temperature every second. I need to send the data to another nrf5340. I am going throw the bluetooth samples, but...
Hi
I'm trying to configure zephyr to build BLE host on the application core and BLE controller on network core on the nrf5340dk.
I was able to configure zephyr to run...
Hello,
I've been having issues trying to add MCUBoot to our application. The app is based on the Common Application Framework (CAF) with a structure based on the nrf_desktop...
hi,
sdk 17.1.0
Can I call " NRF_LOG_INFO" API back to back ? Does it copy the contents of the buffer (var) to an internal buffer ?
For example, in the below code, does...
Hi,
I am using nrf52833 ic with zephyr for firmware development my product is a battery based device and i want to reduce it power consumption when in ideal state what are...
I use both nrf52833 boards to do AOA test.But i use thr antenna array board of silab.The board are 16 antennas.I use the NCS version 1.9.1.
The next is my device stcture...
Hello all,
I have pinged the sensor on the "twi bus" successfully, now I am following the post on the read/write function that is needed to actually read the data off the...
Dear nordic engineers:
The only example I can find about flash is under zephyr/samples/drivers/spi_flash. However, the flash writing is pretty slow, and the MCU is halting...
I'm trying to record audio from Nano 33 BLE Sense which is using an nrf52840 microcontroller. But the default PDM library available doesn't allow me to record at a higher...