Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Hi,
I was using nRF products a while ago, and now coming back to the platform again. However, it looks like everything has been changed with the nRF connect.
Anyway, I...
Lesson 8 of "nRF Connect SDK Intermediate" DevAcademy course deals with Bootloaders. I've successfully done the exercise of updating firmware using the off-the-shelf mcuboot...
I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234...
Hi Support Team
May we know that the difference between Engineering Build Code BB0 of nRF54L15 with normal Build Code? Which is recommended for the mass production of customer...
In my project I have a BME280 that starts OFF, and I interface with SPI.
The system then turns the power supply and the bme280 is powered.
At this stage the bme280 needs...
Dear Nordic
Q1.
We tried new nrf9151 IC at custom board.
IC version: nrf9151 AEA (Engineering B)
Firmware: ncs2.7.0 Serial LTE modem application + mfw_nrf91x1_2.0...
Hello, I have a custom board that was designed for me, but based off of the Acconeer XM126. It is very similar with a few minor differences. The person who designed it has...
I am developing with the nRF5340 using NCS version 2.8 and want to test RSA 2048-bit encryption. However, there is only an example for 4096-bit encryption. Could you explain...
Hello, sorry for disturb!
I meet build error as blow, how can I fix it? thx
BTW, I have installed zap tool manually( https://github.com/project-chip/zap/releases ),...
When I build the system using system default, use save minimum configuration,The chip-related configuration is also saved to my application configuration prj.conf, which it...
Hi there,
I am following nRF Connect SDK Fundamentals and it looks like that both k_sleep() and printk() are not working.
GPIO is working but I am not sure why these two...
I open up a flash shared space in app and bootloader, write values from app, bootloader read, bootloader read values such as 0xFFFFF, and not ideal values, may I ask why this...
I am on nRF52840, and ANCS can get the app name. After switching to nRF52832, you cannot get the app name. The driver of the two chip ANCS is the same, but the Bluetooth protocol...
I want to update 52840DK FW using Matter OTA, but I have not found SOP, could you tell me how to operate?
BTW, I use Raspberry Pi4 connected with RCP as border router. ...
I'm using SDK 12.3.0, and changed the TX_PIN to 30, RX_PIN to 5, flow control is set to false, bitrate no change(19200).After I programmed the firmware to my custom board...