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...
Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
Hello,
IDE - Visual Studio Code
SDK version - 2.9.0
Computer platform - Win11
I'm at the early stages of a project which first requires to send ~10K of data to the...
I'm encountering a build error when compiling a project with both Wi-Fi and the PSA Driver for CryptoCell enabled in nRF Connect SDK v2.9.0. The error occurs in crypto_mbedtls_alt...
Hello,
When using extended advertising with coded PHY, the advertiser address is included by default in the auxiliary packet (AUX_ADV_IND) on the data channels and not in...
I ma supposed to read FA0A03048100020000F , BUT I END UP READING FA0A030482000202020202. This is also common with the peripheral i am trying to interact, It sends a packet...
Hi everyone,
I´m work on a project were i have to stablish a mqtt connection with a RabbitMQ broker thats have user/pass auth and tls without certificate validate. My...
Hello, The Online Profiler tool currently doesn't support the nRF 9151. Is there a possibility it will be supported in the future? In the meantime, if I choose the nRF 9160...
Hi,
I've been working on Nordic boards for almost a year now using Zephyr and nRFConnect. I've been able to understand the DevAcademy Courses and to reproduce them.
The...
Hi,
I am working with the nRF52 DK running the Blinky example , captured BLE packets using the nRF51 DK sniffer and analyzed the interval timings across the advertising...
Hello, I measured with the PPK2 over the weekend and it stopped updating the .raw temp file after 208,201 seconds (probably nothing special about it) It is around 12GB. The...
Hello,
I've got the nrf9160dk board, but the nrf91 isn't visible. I was told that it's dead, and I should try to play around, at least with the 52840. I've tried to make...
Hello, I am currently working with VEML6035 light sensor and so far i had a hard time working with its 16-bit registers.
The code that i wrote:
overlay file:
I can...
Hi,
It seems like my system is crushing before going to deep sleep,
I have noticed that if I remove a k_sleep of 500 ms, just before going to deep sleep the system does...
It's successful when I use west :
% west flash -d build
But it's failed when I use nrfjprog :
% nrfjprog --program merged.hex --reset
OR
% nrfjprog -f unknown...
Hi nordic:
I use two NRF52DKs and download MESH CHAT separately, hoping to achieve communication between the two NRF52DKs:
SOFT VER: NCS2.8
The specific process is as...