I want to implement deep sleep (wake up using RTC at a particular time interval), and determine the current consumption in nrf52833 dk. So I used the sample code first. When...
We are in the process of finalizing the RF transceiver chip for custom protocol development.
Please suggest the suitable chip and any reference implementations available...
Hello,
I am studying the materials in Bluetooth Low Energy Fundamentals.
I cloned the codes from GitHub https://github.com/NordicDeveloperAcademy/bt-fund
I tried to...
C:/ncs/v2.9.1/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "/soc/peripheral@50000000/uart@c7000 defined without sleep state" ,when i use the...
I have a zephyr zbus project running on the nrf52840DK that’s working well. We want to port the project to the nrf54H20DK, but I’m having trouble seeing the log messages....
Hi all,
we are wondering if there is a clean and reliable way to perform DFU on 54L15 via Thread? Our scenario: once the products get shipped to customers, the border router...
Hi,
I am attempting to get Direct Test Mode working on my nRF54L15 while also having access to the normal BT stack.
Normally, if I run dtm_tr_init(), I can begin the test...
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...
I am trying to run the hci_uart sample on my 9160 DK but I am facing problems uploading the code. I am able to run the AT client and Asset tracker just fine. As soon as I...