Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Each time I attempt to use a Zephyr API on my NORDIC device, I face the mystery of what CONFIG setting are required to go with it. For example:
To make the Async UART API...
NCS 2.7.0 with Toolchain 2.7.0
I'm working on an out of tree application derived from the example application project.
I'm using sysbuild with MCUBOOT.
The processor...
Hello, we are using the NRF52810-QCAA in LDO configuration. On reference design, there is an NC decoupling capacitor on DEC2 pin.
Is it possible to completely remove it...
Hi,
Not sure if it's a zephyr issue or a LVGL issue, so I hope I'm at the right place.
I use an 1.54 eink display with the SSD1681 driver, and LVGL. Everything goes well...
Hi Nordic,
Board:nRF54L15 DK
Code Base:peripheral_uart
Issue: Added Zephyr NVS Flash support but encountered error -22 from nvs_mount(&fs). Additionally, data cannot...
Hi everyone,
I'm working on the nrf54l15 with the nrf sdk v9.0.0 wihch I assume integrate matter version 1.4. I'm using the google nest max as a thread border router....
I am developing on a custom nRF5340 board, but I encountered a BLE-related error. To troubleshoot, I built and flashed the basic example peripheral_uart , but the following...
Hi,
We are working with nrf53-DK evaluation board, and we are using P1.02\P1.03 pins for I2C communication.
We wanted to connect a 5V I2C slave on these lines can we connect...
Hello!
I am using an nRF Connect SDK V2.9.0 with a nrf54l15. I want to set up a project with a custom board. I want to add DFU in the future, so there must be MCUboot bootloader...
Hi everyone,
I'm currently working on a low-power application and aiming to minimize sleep current as much as possible.
Thanks to some great advice I've found on this...
Hey so I am making a capstone project with Drapers lab from University of Massachusetts Lowell and one of the requirements is to create an friendly end-user GUI instead of...
I want to confirm these questions,hope someone can give me some explaination.
1) RADIO has it's own kernal which is some kind of MCU.
I have looked through some doc on...
Hi I am using the nrf9160 with the npm1300 fuel gauge with ncs 2.7 For the function `nrf_fuel_gauge_process` there is a note for the vbus_present param ` vbus_present True...
I have upgraded nRF Connect SDK from v2.6.0 to v2.9.0 and also upgraded custom board definition to the HW model v2 according to the nrf9160dk board files. After compiling...