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...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Hi, I have an issue when I try to install the nRF connect SDK. I am using Linux Fedora 39, trying to isntall SDK v2.5.0. Steps taken so far:
Download and install nRF command...
Hello! I was wondering if there is any advice from trying to get Non-simultaneous firmware updates using sysbuild with the following constraints:
Must update both App...
Hi,
I am having problems getting PSM mode, or at least getting a decent power consumption in PSM mode, because I think the PSM in working properly.
I am using the EVB...
I am using Zephyr to create a program that integrates BLE Mesh and NUS. My goal is to use a sensor_client to read data from a sensor_server, and then send the data, via peripheral_uart...
Need some help with:
nrf5340 - custom board
NO external Flash
DFU over BLE with simultaneous update of both images allowed ( using this devzone concept with static...
I using a BMI323 sensor with address 0x68 on the I2C bus and a custom-made nRF52832 dev kit. when I tried to send some commands to the sensor via I2C, it didn't work.
here...
Hello, I'm writing an application for nRF91 series and I have the functionality mostly working but the "sleep" current is high, about 4-7mA. I assume that this means that...
Hi,
I am currently working with the nRF5340 Audio DKs and have successfully implemented the gateway and handset functionalities.
Now, I want to extend the system by enabling...
With the mcuboot enabled, I'm not being able to disable the boot banners even by doing the below settings in prj.conf file.
CONFIG_NCS_BOOT_BANNER = n
CONFIG_BOOT_BANNER...
Hi!
In our project, we need to send cloud-to-device commands. By "command" I mean a request to do some short action, not a request to change device's configuration/state...
Dear Nordic Team,
Today, as of January 30, 2025, our devices started giving the same error and we are no longer able to receive any location data from nRF Cloud and even...
Hello,
I'm currently working on a project that uses the PMIC nPM1300. We need to monitor the battery's SOC, capacity, etc. As far as I understand, I need to use the fuel...
We have a number of graphical assets that are taking up a significant amount of flash space on the nrf52840. I would like to use memory external flash over QSPI to store the...
Using the LVGL sample... The sample LVGL code works on nrf52840dk but not the RAYTAC MDBT50Q . I hope I'm just missing something obvious?
Flash blinking to nrf52840dk...
Hello !
I am using using the chip BT840F of Fanstel (based on the nrf52840) powered by an external 3.0 v battery for my beacon BLE application.
Regarding power consumption...