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. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
Hi Nordic engineers,
I am using west to build the nRF NCS, my own project which is adopted from samples. Using Powershell (win10) to run west commands as below.
I need...
I tried the "ble_app_hrs_pca10040_s132" example from SDK17.0.2 on an ISP1507-AX and wanted to access the Heart Rate Service to read out Heart Rate and Body Sensor Location...
Hey guys ,
I am trying to merge ble_app_uart code with RTC peripheral code . RTC code works fine when I try it on SDK but after merging with ble_app_uart code it doesn...
Hi,
I have a question about the connection handling when we have two connections to a single smartphone.
The smartphone runs two Applications:
App 1: Acts as central...
Hi,I recently started using a PPK2 board and at first had no trouble setting it up with the Power Profiler Software from the nRF Connect for Windows.
What I realised is...
Hi,
nRF9160 in nRF9160DK with NCS v1.6.0 and master, power consumption measured by PPK2.
With CONFIG_SLM_EXTERNAL_XTAL=n nRF9160 average power consumption is ~7uA after...
My use case is that the nrf9160 is running as a serial lte modem and I have a host controller that is controlling the ENABLE pin. VDD will always be powered so can I leave...
Hi All,
I am using a 3rd Party (Japan) nRF51822 module in a device and it is running a modified Direct test mode firmware without Soft device. Upon testing, it is found...
Hi everyone!
I'm trying to make the NFC work on a custom board. I'm using a BL653 series (nordic nRF52833) and nRF Connect SDK v1.6.0. I am running the record_text example...
I found a similar thread for this issue, but there was no solution... So I want to ask here again here
I follow the video "Introduction to the Zephyr RTOS"
https://www...
We are using a IDE Segger Embedded Studio (SES) for our development with nRF52832.
We need to use IDE which supports IEC 62304 standard.
Our Query as follows:
1. Is...
Sometimes when I call sd_ble_gatts_hvx, it can take several ms to return. Most of the time it takes very little time (<1ms), but occassionally it takes up to 34ms, my connection...