Hi
We are using the CMakePresets.json file for different variations of our firmware. Since the latest update (2025.4.106) the build configuration interface changed a bit...
Hi all,
I've been developing a BLE application on my laptop to communicate with the 52840. I manage to understand how to create and run a BLE connection through the really...
Hello,
I recently bought a Thingy91x; before that, I was using a Thingy91. I activated it and successfully programmed the Hello nRF Cloud firmware via the Quick Start in...
Hi All,
Previous last two times I opened my project in VS Code it displayed a deprecation notice complaining about SDK and toolchain versions. My plan was to address it...
Hi,
I recently added FOTA support on my project which runs on nRF5340 + nRF7002. I am currently working on a devboard, nRF7002DK.
Previously, I was running the project...
I discovered weird modem behavior when testing my application with a weak or undetectable signal. Mine testing was as follows:
modem connected to the network
communication...
Hey,
I’m currently evaluating DECT NR+ using two nRF9151 DKs with the nRF Connect SDK v2.9.0.
According to the ETSI specification (ETSI TS 103 636-4 V2.1.1), the Physical...
Hello.
I am trying to build project for thingy52 but since latest release of sdk for thingy does not work well with SES -> https://devzone.nordicsemi.com/f/nordic-q-a/27311...
I am trying to interface BMI160 Shuttle Board to the nRF52840 Development Kit using TWI interface. I am using IAR Systems IDE and have modified the "twi_sensor" Example code...
Hi,
I am using ncs V1.0.0
When I configure P0.5 as input it takes 37uA current. (Interface with PCA63548 / LIS2DH Interrupt)
If I not configure the pin as input getting...
Hello .
We have an issue with the SPI channel.
We found out that when our GPIO config as SPI the CS drawn a lot of current when it connect to the slave device device AD7770...
Hello,
I am working on pc-ble-driver-py to design a central (using a DevKit with a nRF52832). At this point I am trying to perform a phy update procedure but I see it is...
Hi Everyone,
I am using PSM mode in my program and want to send data everytime when modem wakes up from sleep(PSM mode). I also want to turn off/on UART only when required...
Hi,
During startup the nRF sniffer extcap script does the following:
Which (at least on Linux) breaks applications having open serial ports.
Why not instead use...
Hi all,
I have mqtt sample on my board, after I added MCUboot module from Configure nrf Connect SDK Project, when I try to debug, it gets stucked at :
#elif defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE...
hi,
nrf52840 BGA footprint P0.22 config as UART0 RX mode, don't receive any data, but config as other pin P1.06, work normally.
and I also test QFN footprint with nrf52840...
I have nrf52832 platform and my version of softDrive is (nRF5_SDK_15.3.0_59ac345). I red a lot of documents and tech support like these links but couldn't find my problem...
I have another MCU on the same board as the Nordic 52832. The firmware update image for the MCU is about 50kb in size, so instead of adding a parallel DFU for the MCU through...
So currently I am using a 5 second repeated timer to run all my operations but there is a draw back to this that the max accuracy I can achieve is of 5 sec, like if I want...
Hello!
I have 18-bit sensors with SPI and I2C , which I intend to use in a wireless array.
I need to choose equipment and topology (star, scanning mode?), enabling data...
We had a custom board made with the nrf9160 and I noticed I was having trouble communicating with the sim card on my board.
We have been testing i2c, spi, number of peripherals...