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 am trying to enable UARTE0 on BMD-330 module. The serial config looks like this
# # Capabilities # CONFIG_SERIAL_HAS_DRIVER=y CONFIG_SERIAL_SUPPORT_ASYNC=y CONFIG_SERIAL_SUPPORT_INTERRUPT...
Hi,
I tried porting LC3 to my own 5340 project with reference to the SDK(nrf5340_audio_nrf5340_audio_dk_0.4.0), but I had a restart problem when initializing LC3
sw_codec_lc3_init...
Hi, I have a mature product that is programmed with a J-Link compact, I have 4 different PCs to program and a custom UI that uses command line instructions to flash PCBs....
Hello,
I'm currently developing on an NRF82832, I'm using a Black Magic Debug Probe to flash the firmware and the bootloader. I use Linux.
I have a working firmware...
Hi,
I started using nRF Connect SDK in VS Code recently. Everything works well, start a new Application, configure a new board, build, and flash.
While I found "Go to...
Hi,
I'm working on modifying the secure bootloader (SDK 17, nRF52840, s140) to store the old app before the new app is programmed into Bank 0 (see this other thread )...
Hi,
We have a design for a battery powered tag using a nrf52833-QIAA. I saw in a post from a couple years ago that you widened the DCCH inductor tolerance to +-20%. I...
Hello ,
I am trying to use NFC pin p0.10 as WAKE up pin , using nrf_gpio_cfg_sense_input(Btn, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW); this code. I have defined CONFIG_NFCT_PINS_AS_GPIOS...
Hi,
I double-checked that when NordicUpdate_is_update_mode() returned false, I can still use the iOS Device Manager App to perform DFU.
I thought users needed to press...
Dear Nordic support Team
I have a question regarding the performance/specification of the RF front end of the NRF52 series chips. I noticed that the question "Is there an...
Hi, I'm testing the current consumption on a nRF52810.
I use PPKII to measure the current that the chip draws.
The software does the following.
Wakes up every 1 second...
Hello,
I am developing nRF52832 with SDK 16.0.0, ESB prx example.
ESB prx receive BLE and send it to UART.
UART is configured to 1000000 baud, which is maximum rate...
Hey,
I am trying to set up an application that generates interrupts on a total of 11 buttons. Setup is pretty straigt forward, for which I use the following functions for...
Hi all,
I'm using the PPK2 to measure the current of our IoT device. To get the data from my PPK2, I wrote my own software in order to integrate it into our test setup....