Hi, I am having problem making DFU work on nrf52832 using nrf connect sdk 2.6.0. Below is my mcuboot.conf under child_image and prj.conf. Please guide me where I am wrong...
Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
I refer to and the answer answer given by AI referring me to you.
I need the lithium battery only to about 8-bit accuracy to reduce the leakage current. Please provide...
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...
I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
I am trying to run the SDK15.3.0 gfx example code - only changing line 82 to:
And also I have changed the sdk_config to the display's width and height. I have wired it...
hi
I want to update RTC time in my device nrf52840 through nrf connect app. How can i do this? Is there any related example which may help me in doing this?
Hi,
I'm attempting to use OpenOCD to perform the equivalent to "nrfjprog --recover", since we've recently started using that feature.
I read through this case, but it...
Version 4.20a (Win x64) of Segger's Embedded Studio has problems with it's C syntax highlighting -- specifically conditional compiled sections of code. Code that is not being...
Hi,
We are using nrf52840 to develop a cryptocurrency hardware wallet. We want that user can verify that the device is authenticate. In order to authenticate, the desktop...
Hi,
I'm using Kail and I have a project with original target device nrf52832xxAA, I need to change it to nrf52832xxAB (the device onboard is nRf52832QFAB).
When I...
Hello,
I have to send SMS from NORDIC nrf9160dk which is using iBASIS sim card to my mobile phone. For this I tried two programs (at_client and simple_at). But nothing works...
Hello,
I am trying to run https://github.com/sigurdnev/fw-nrfconnect-nrf/tree/master/samples/nrf9160/i2c_scanner exampl. It is not compiling with the zephyr right now...
Hi,
for a new project we use the NRF52480, I can get it into low power mode with a total use of 20µA ( with all the other hardware on the board ). But when I initialize...
As far as I can tell, the packet sent by nRF24L01+ PTX only contains a destination address. There if no information that identifies the transmitter (i.e. PTX).
So, when...
Hi,
Just a small question, as the subject indicates: Is the power consumption for the Radio RX component (per µs) indicated in the Online Power Profiler for connectable...
Every time I try to connect to Android phone (running Android 7) or nrfConnect, it connects the first time. After I restart the nrf52 DK, the host takes a while to reconnect...
Dear Nordic support,
Now, I am using Nrf51822 to build up BLE Mesh network in my project on Keil C. As I found in here, Nordic doesnt support this chip anymore but is there...
When I try to receive data from terminal at that time it can not goes in uart_error_handle() function and data is not received.
Which macros are enabled in sdk_config.h...