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...
Hi.
Thank you for your hard work.
I would like to apply the Timer example to the Uart example in SDK 15.2.0.
It was able to build without any problems before the timer...
Can somebody help me to setting up debugging in eclipse (nRF52840_xxAA)? As all I use some old tutorial here . But I still can't set up debugging on eclipse for 3 years of...
Hi
We are using the nRF9160 to drive the SD pin of the QM14501 LNA, which would typically consume 740uA. While the pin is driven high, I only measure 0.7V on the pin, so...
Hello,
I'm receiving a FDS_EVT_UPDATE (FDS_ERR_OPERATION_TIMEOUT) in my fds event handler. My update didn'it work but i don't know why.
If someone has already faced this...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
hi, I am beginner , so confused how to doing write and read sequence. I want read and write sequence with register setting .please give me how to develope logic for that.
Hi,
I'm working on a BLE link between two dev kits. For the time being, both have USB drivers and handlers that will pipe data from one USB terminal to another over BLE...
I'm having a bit of trouble getting a program downloaded onto my development board. I've been using Keil 5 to program and I haven't had a problem until I started experimenting...
I'm seeing an odd behavior where the ability for our application to communicate to peripherals via twim is being affected by the initialization values for app timers.
Timers...
HI
I'd like to clarify my understanding of how the three work-
Does the SD card library use SPI or SPIM?
Does SPIM automatically use EasyDMA, or is it configured...
The API for sd_ble_gatts_hvx says that NRF_ERROR_INVALID_STATE is returned when no indications are enabled.
However, when I call sd_ble_gatts_hvx in this scenario I receive...
Hi everyone,
I am having problems reading the battery level using the SAADC. The main problem is that the reading is not consistent from when the device is booting to...
I have two bugs to report in nRF5_SDK_16.0.0_98a08e2\components\ble\nrf_ble_scan\nrf_ble_scan.c
The following functions in nrf_ble_scan.c follow a pattern nrf_ble_scan_addr_filter_add...
Does LESC is supported in FreeRTOS?
I init BLE modules in FreeRTOS tasks. After LESC is enabled, system returns error in nrf_crypto_rng_init(). Looks like nrf_stack_info_overflowed...
I'm trying to test out some of the BLE examples on the nRF 51 DK and I'm getting some strange results on the nRF Connect app. When I run the heart rate example, everything...