Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Hi,
I have an Adafruit feather nRF52840, and try to program it via a Nordic DK (through the connector Debug out). It is possible to flash the feather when I use a devicetree...
Hi support team,
I'm currently developing a project for a custom board with a nRF9160 chip and with nRF Connect SDK 2.9.0 and Zephyr 3.7.99 using VS code with nRF connect...
Hi, I'm implementing the DFU for the nRF5340 MCU and now need to set my private keys to be able to sign firmware files.
The issue is related to the Signature key file specification...
Hi,
The nrf connect for desktop extension in VS code is not loading anything under welcome, when I try to open the documentation or any other nrf related command it says...
Hello Nordic Engineer,
I tested the mesh functionality with one phone and the 52840 DK, and the DK is running the official mesh_light example. It worked successfully,...
Hi
I have a fully functional addressable LED driver interface using I2S + app_timer. This code has been functional for a long time by itself.
I just added the SAADC example...
First to contextualize my situation, I am in Brazil, more specifically in the city of São Paulo. When the development kit arrived, I immediately did the recommended initialization...
I am trying to send data from icm20948 sensor from the sensor node to the observer node using ble mesh. Due to the data from icm20948 is too large (9 uint16_t, 18bytes) for...
Hi Nordic community, I have received nRF7002DK device and trying to make it work on v2.9.0 sdk. I'm working wifi sample project,successfully building and flashing in the device...
I have installed the nRF Connect SDK, with both the toolchain and SDK set to version V2.9. I selected the nrf54l15dk board for development, but I do not have a physical nrf54l15dk...
Hello ,
I have taken reference project which use all leads and buttons of Evaluation module NRF52833.
I want to create overlay file for this project and remove few led...
Hi Nordic Team,
The OpenThread API function otCryptoAesCcm() is not working after updating to NCS v2.6.0.
Setting CONFIG_OPENTHREAD_NRF_SECURITY_CHOICE =y seems to...
Hi!
I'm using some common bootloader code for different devices. One of my devices is a bit different, with an LED library that caused me to increase the BL size in the...