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,
I am using the NRF52840DK and would like to configure the GPIOs to have levels of 1,8V by using zephyr 2.4 or zephyr 3.1. By default I am getting 3 V.
Can anybody...
Hi,
I need help to use FT2232H wit OpenOCD for flashing and showing debug messages from nRF52833 Dev Kit.
Background:
I need to distribute the debug environment to...
Hi there,
We are implementing the %CONEVAL AT cmd in our project and noted that the DL-Pathloss parameter, which is supposed to be the last parameter received, is not being...
I have 3 development kits, two of them work fine with the Audio demo application and one does not: the PLAY/PAUSE button isn't doing anything.
I've probed around the switch...
I'm following this guide to add On/Off switch to the template example.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/nrf/ug_zigbee_adding_clusters.html#add...
Hi ,
can I connect nrf5340 pins D+and D- to the USB directly only via voltage translator from USB 5V to the nrf5340 1.8V main power?
Do you have a reference design for...
Hi,nordic.
I've been wanting to make some modifications to the existing bluetooth mesh model and output data to the serial port. I have tried to use app_uart_put() to output...
Dear Nordic Engineers
I tested the QSPI example program. I encountered a problem would like to ask you.
I use the logic analyzer to trace the SCK PINS, I would like to...
In an attempt to standardize development across all developers, we'd like all devices to be running the same firmware and would like the flexibility to revert and upgrade...
Hi everyone,
I'm using nRF52840 Dongle to sniffe BLE MESH message in provisioning process. But this message is encrypted
and I don't know do I need key or decryption...
Hello,
I just got in these days a nRF52-DK and just today I started to try stuff with it, I want to use PlatformIO and Zephyr.
First I try this: https://docs.platformio...
Hello Reader, I wish to automate running tests on my new developed firmware, build daily in ci/cd (Azure), flashed into the embedded device (device under test). What are candidates...