I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hello Nordic Support Team,
I have a problem with establish encryption connection between nRF52 device and Windows 10.
My nRF52 Device supports pairing, but not bonding...
Hi,Master:
Question 1:
As shown in the below, why does the api read this variable with critical protection?
Question 2:
Suppose two tasks have write operations...
Hi, 1) I need to test the frequency accuracy as well as the spurious emissions. I have been trying with the Radio_test example but it needs some special UART configuration...
We have developed a project for the customer. In order to obtain longer battery life, we need to save power consumption, so we turn on CONFIG_DEVICE_POWER_MANAGEMENT. In order...
Hi teams,
Recently I have bricked my PCA10059 dongle by accidental writing PPK2 firmware to it.
I have read several recovery documents including https://devzone.nordicsemi...
What is the proper way of enabling / disabling flow control with the nRF Connect SDK? I've tried adding 'hw-flow-control;" as a flag to the uart0 define in my primary dts...
Hello to the community!
We are using extensively the PPK2 in our test automation.
I do not want to sound like a salesman, but I want to give our testimony: The PPK2 is...
Hello everyone,
I recently got a nRF52840 DK and have set up nRF Connect + Visual Studio Code (running on Linux/Ubuntu based system).
I went through the Getting Started...
I have a strange problem and I am not sure if this is actually correct behavior or if I am doing something wrong. So we wanted to dive into BLE deeper and bought two Nordic...
Hi.
I'd like to make use of CMake's presets, but it seems like nRF Connect for VS Code is forgetting about my presets when I hit "pristine build".
I've created an application...
Nrf52840 uses usbd_ hid_ The demo of composite is written in sdk15. It can only be recognized by the computer after pressing the restart key or power off for a long time....
Hello,
I'm having an issue with attribute reports on change for the string data type.
I have my custom cluster created like the following:
For the string attribute...
Hi,
i'm running the Heart Rate collector example and have a question. What is the expected behaviour? From the description on the infocenter I read that it should print...
Hi,
My configuration on SEGGER Embedded Studio for "Open nRF Connect SDK Project..." is the following:
nRF Connect SDK Release: 1.5.0
Projects: serial_lte_modem
...