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
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello,
I have been following the steps in Exercise 1 of Lesson 1 of the Cellular IoT Fundamentals course. I have a Thingy:91. I have followed the steps so far
- flashed...
Hi
Long time no see
I recently got my sweaty hands on a sparkly new 54L15DK, and I thought I would try it out. The AI guided me to the coremark sample and the multicore...
I recently tired the Onomondo static and external softSim demo on the nRF9151 DK. For both of the demos they take around 4 minutes until the DK gets a cellular connection...
What is the connector cable that fits with nRF5340 DK J1, I am using the other end to connect to the ANT-B10 J2 (antenna board). I will like to know which connector cable...
I am currently trying to add MCU boot to my application using sysbuild. I have done the following :
Created sysbuild.conf in application root
Created sysbuild folder...
I cannot get the nrf5340 audio dk kit to work from USB input properly. After a reset, it only works for a fraction of a second and audio stops. Has anyone run into a similar...
hi,
i am trying to connect peripherials ( blood pressure, pulseox meter) with nrf5340 dk ( development kit from nordic PCA10095) using uuid and mac, initially using uuid...
I am working on a custom board featuring a nrf9160, when i run the zephyr hello_world application with:
Everything works and i can see the output in JLinkRTTViewer. But...
Hi,
1. Using VS Code plugin remote ssh to access the nRF Connect SDK environment on ubuntu server on windows, the board cannot be found. 2. Please help me troubleshoot the...
Good day,
I want to use the Bluetooth Low Energy App of the nRF Connect for Desktop with my nRF52840DK as a local device.
After I have connected my device (nRF52840DK...
Hi, we have recently started developing with the nRF5340DK. We encountered several issues while configuring a FATFS on the external flash (mx25r64).
1. The sample code...
Hello,
I am using the NRF52840 with the flash chip W25Q32. I tried using the sample program "Flash Sample" with my device set in qspi. I can get the flash device reading...
Hello and thank you for reading. We are using SDK 2.5.0 and the nrf5340, and would appreciate some help with the HID over Gatt functionality.
Our device implements multiple...
I have an application for a mouse with nRF52833, s140 and SDK17.1. The BLE advertising works in fast and slow advertising, and I'm following the indications by Microsoft on...