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 all
have used the LIS2DH successfully with the nRF52810, now have upgraded to the nRF52832. The SPI lines are not working at all i.e. when I scope them they are all...
Hi all
Will like to know what is the most suitable programming language to program Nordic Microcontrollers and do Nordic provide any software training for developers regarding...
Platform: NRF52832 custom board. SDK11 S132 V2.0
Produced 2600 pcb's. Most function as expected. However, 40 or so boards run normally only when using the debugger. The...
Vdd generated from Vddh is unstable without connected debugger and with non-started soft device
We are developing a battery powered device based on nRF52840 on custom PCB...
I'm using nrf52 S140.
We have a working product that exposes various custom services and charateristics. However, in nrfConnect these are extremely hard to understand because...
On SDK16.0.0 + Mesh SDK 4.1.0
I am getting random softdevice asserts when running our application with TWI accessing a temperature/humidity sensor (HTU21D/HPP845). Sometimes...
Hello,
I merged the two projects usbd_cdc_acm_pca10056 (A) and ble_app_hids_mouse_pca10056_s140 (B).
Currently, I'm trying to make it running again by line by line add...
Hi there!
Let's start by explaining why this is necessary. Every device will contain an RFID tag and the RFID tag number has to be equal to the address of the device it...
I have made a custom board using NRF52832 (NRF52832-QFAA-R/QFN-4) with 32MHz and 32.768 kHz crystal. The SDK is nRF5_SDK_17.0.2_d674dde. It can be connected using nRF52840...
During the initialisation adding gatt attributes with the function "sd_ble_gatts_characteristic_add" i get the error NRF_ERROR_NO_MEM. So it seems the default table size is...
We have Thread devices with bootloader and applicaion based on nRF5 SDK for Thread and Zigbee 2.0, and now we are migrating to SDK 4.1. As it's stated in documentation the...