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...
I am making a central application which connects to a peripheral and uses Peer Manager. The first time I connect, I have to call pm_conn_secure() to secure the link, basically...
Problem connecting nrf51822 and ESP32 BLE with LESC while using static passkey.The ESP shows the following error logs:
W (1280) BT_SMP: Non bonding: No keys will be exchanged...
Hi,
What is the role of the NRF_ESB_CREATE_PAYLOAD()
static nrf_esb_payload_t tx_payload = NRF_ESB_CREATE_PAYLOAD(1,0,0,0,0,0,0,0,0,0,0);
how it works
if i create...
Hello,
I am using nRF Connect SDK 1.7.0 and wrote a light-bulb-device. It has two identical dimmer-endpoints and I reconized there is a bug with the ZCL Groups cluster....
I am using nrfsdk17.1.0 I had used 3 timers in my application. one timer starts in main function, second timer starts in the timer handler of first timer. My second timer...
Hello,
I am using PCA10059 (nrf52840 dongle) with nRF Connect for Desktop v3.9.3 - Bluetooth Low Energy app v3.0.0 to test my target that is using random resolvable address...
Hello,
I want to communicate with the one master and four slave devices. For this I have merged ble_uart for the data communication and multirole exmple for the multiple...
I just installed VS Code and the Nordic SDK today for the nRF52DK I just bought. The list of compilers is for Visual Studio and Pic32 but I don't see anything that looks suitable...
Hi Nordic,
is there a place where i can find the information about the maximum throughput that can be achieved for 20 peripherals connected to one central? On your documentation...
Hi, I am using FreeRTOS on the RTC and my FreeRTOS timers are called after the correct number of ticks, but the time between the ticks doesn't seem to correspond to reality...
Hello,
I made a project based on the usbd_ble_uart_freertos example and added peer manager for secure connections.
It works in a way that someone can open the uart port...
hello,
i am using nrf52832 with lis3dh accelarometer and max30205 temperature sensor in our customised board with sdk 15.2 in my driver for temperature sensor i am using...
Hi,
I have developed an App to connect and communicate with a BLE peripheral. I used the nRF52840 device. Now I would like to change the firmware so that only my App can...
Hi, I am working with nrf9160, I want to convert INT64 timestamp value to CHAR array with sprintf. I use %lld but sprintf said only "ld" if I use %ld it convert only low side...