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...
been having issues trying to get LittleFS to work on external SPI NOR Flash. I get linker errors leading me to believe something is missing in a config. I’ve looked at many...
I previously was evaluating the basic nRF5340 DK and installed the toolchain manager and the nRF Connect SDK v 1.9.1.
I now am looking at the Audio DK, and its documents...
Dear ,
I am using nrf52833dk configured as nrf52820 using NCS1.7.0 SDK. I am experiencing some difficulties in regard to the SPI.
I have configured SPI as followed, but...
Hi all,
I am working on nrf52840 chip with SDK 17.0.2.
Our application runs smoothly and we want to add it the capabilities of upgrading another nrf52840 chip using Nordic...
Hi,
I need to create a device that can support up to 10 concurrent connection with MITM protection, so I would like to implement bonding with a passkey.
I started my project...
I am using: nRF52840 nRF Connect 1.9.1 VS Code W5500 for ethernet Azure IoT Hub
I have the above (mostly) working. My code is based on the Azure IoT Hub sample for the 9160...
hi support team,
we have one ticket about lesc and freertos: https://devzone.nordicsemi.com/f/nordic-q-a/59655/lesc-and-freertos ;
it's about nrf_ble_lesc_request_handler...
We are trying to make DFU over BLE with external flash to overcome the large application size.
Environment: ->nrf52832 - >nRF Connect SDK (v1.8.0) - >External flash (W25Q64JV...
We are planning to evaluate concurrent GPS and LTE(NBIoT) operations on the nRF9160-DK using AT commands.
Please provide guidance on how to obtain GPS NMEA data and LTE...
Hi there,
This morning I updated to the latest version of the nrf connect for desktop, along with all the extensions (LTE Link Monitor, Programmer, Toolchain Manager). ...
Hi, I'm developing an application using app_timer to send data to server. Detail about my application
1. I get data from server the value of timer
2. dynamic change timer...
Hello, I am trying to implement the nrf5-calendar-example for the nrf connect SDK for the board nrf9160dk_nrf52840. I am able to compile the code for this board with the nrf...
Our application requires switching between NB-IoT and LTE-M without flashing firmware of any part, including modem. We were recommended the nRF9160/nRF52840 due to this capability...
I'm referring to the sample code : ncs \ v1.9.1 \ nrf \ samples \ bluetooth \ peripheral_uart
I'm not happy at all with the samples, the documentation is quite poor in many...