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 Sir/Mdm, I want to use 1.54 inch e-paper module from waveshare with nRF52840 dongle with Zephyr RTOS. I have read the documentation from Zephyr about the display and noticed...
Hi,
We use the nRF52840 and have now run out of space using debug mode compilation (using CMake from bash).
When we compile in release mode, we get 50% full flash, so...
Hi,
I am using nrf52832 and mesh sdk 3.1.0 with nrf5 sdk 15.2.
We use dual bank approach for our firmware update with the normal nrf5 sdks ble bootloader. But now our...
Hi.
I have been trying to implement my own Model into the Light Switch Example (Mesh SDK 4.2, SD s140 7.0.1, Hardware: nrf52840 DK), according to this Thread:
Adding Simple...
I'm implementing the WS2812 driver on custom hardware and have some confusion around the hardware tuning parameters for the SPI implementation. The description of the device...
Hi everybody,
We ran into a Zephyr configuration issue which is related to Zigbee and Zephyr's networking stack. In our setup we would like to use Zephyr's modem library...
Hi,
I have nRF52840 DK, for nRF52 series devices. I switched from nRF52 SDK to nRFConnect SDK.
I reviewed
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest...
Hello,
I am running ble_app_beacon demo from nRF5 SDK 17.0.2 on nRF52 DK and would like to decrease power consumption as much as possible. From this post , I have seen that...
In the official development board directly burn SDK routines, input the command to write data in the serial port, if you continue to input, for example: interval 1s to write...
Hello everyone:
We use NRF52840 to test the transmission function of mesh and verify the minimum publish(client)-->prescribe(server) time;
The following is the publish...
Hi,
I have nRF52840 -DK boards.
I was using nRF SDK (SoftDevice ) to program nRF52 devices. Now I am switching to nRFConnect SDK. nRFConnect SDK is new to me. A few questions...
hi,
My application MTU exchange is 23 bytes,I send data using Notification or indication to sent 105 bytes date,I subcontracted the data into 20 bytes ot sent,How do I make...
How do I do memory debugging in the nrf52840 in the runtime, or trace the RAM in run time, also how do I do the profiling of the memory in the run time. How do I find out...