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...
“'\x03\x01\x00\xDB\xDC\x00\x00\xDB\xDD\xFF\xD5\xD1\xC0”An error occurred during the transfer of the bin file, and the packet was returned when the crc was fetched. What should...
Hi,
I'm using nRF52833 DK and SDK v17 to test my applications.
I have to use ADC on nRF52811 SoC, and I wanted to develop a demo on nRF52833DK before implementing on nRF52811...
I am trying BLE+WiFi coexistence on NCS 2.8.0 with nRF7002DK and finding some issues.
First is that it's non-functional. Running the wifi/ble_coex example, there is no...
Hello,
I have a BLE DFU question in this thread that has not yet been resolved.
Since the BLE DFU problem has not been resolved, I have implemented a USB DFU as an alternative...
Hi, I bougth 2 nrf52840 dongle but I dont't know how to use it or program them. So I tried to learn about it looking the getting started guide, this beginners tutorial and...
Hi All,
I have a few nRF9151 that don't want to boot.
I'm not sure if they ever had working modem firmware on them:
Any ideas on how to un-brick?
Thanks!
Ja...
HI,
I am using "NRF_POWER -> TASKS_CONSTLAT = 1 ;" to enable CONSTLAT, but when i printf("TASKS_CONSTLAT %d",NRF_POWER->CONSTLATSTAT); the result is still 0; how can i...
Hi,
I work on a BC805M module (nrF52805) with the sdk17.1.0 & S112. It is powered by a CR2450 battery.
I like to reduce the consumption of the ble_app_beacon exemple....
Hello,
I am using the nrf7002 ek and attempting to optimise the RAM assignment for the project. I have reduced the size of several thread stack sizes as well as the heap...
Hello,
I wanted to reach out about the issue I've been running into regarding the UART Async API. I am having trouble narrowing down what the cause could be.
I am using...
Hello,
I have BLE TX Mask failed to the spec. as shown in the attached image. It seems noise floor is high. TX outpower at +4dBm (see attached CLI). Please advise.
Thanks...
So, hello, hopefully I have done my diligence to be able to afford some help, thank you!
Context: driving an ADIN1110 by Analog Devices with an nRF52840 usb dongle. Within...
I am trying to install SDK 2.1.0 on a new computer. I installed nRF connect extension in VS code, installed toolchain 2.1.0, and then when I attempt to install SDK 2.1.0 I...
Hi,
I've been using dev kits like nRF9161-DK and when plugging them in to my laptop they all work with the Programmer Tool, "nRFUtil device list", and the nRF Connect Code...
To explain our problem: We have a system with a NRF52840 chip, we also have an external flash, the settings_subsystem is mounted in the NVS on the internal flash I have included...