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...
Dear sirs,
Here we've faced with the issue about logs output, could you please help?
We need to use two CDC_ACM devices on the board: one for shell and printk() output...
Hi!
I'm developing a peripheral device using nrf52840 to communicate with our android developed app. I'm testing the latency between connections of device. the configurations...
Hi, I need to estimate the power usage (so looking for TX and RX duty cycle) for the NRF52 during operation.
We will be connecting to a heart rate strap, and recording...
Hello - our certification lab is using the radio test example in order to perform their testing. They claim that the lowest channel they are able to set within the example...
Hello,
I am using nRF52833, nRF Connect SDK v1.5.0.
In v1.5.0 there is one new example i.e Zigbee NCP. ( Zigbee: NCP — nRF Connect SDK 1.5.0 documentation (nordicsemi...
I'm trying to update the advertising data using sd_ble_gap_adv_data_set function but it's not defined in sofdevice s140 v7.2.0 , it's defined in v5.0.0-3.
Please how can...
I installed NRF connect SDK v1.5.0-rc1.0 through toolchain manager.Open SES and create a project with open NRF connect SDK project.An error occurred.'create_nordic_project...
This function succeeds only when Thread protocols are disabled. my question is: if the Thread protocols are enable,what should I do to disable them ,now what I do is:
"otThreadSetEnabled...
Hi . I am developing nRF52 for the first time. (PCA10056_ nRF52840 _S140_ ver1.70.0 _DK under development..) It is under development with SEGGER embedded studio. I want to...
I'm new to NCS, and playing it with nrf5340 pdk kit.
My problem is ,I can't play any projects, all of them go to the same error: cmake failed,create_nordic_project.py failed...
Hi,
To support the large and dense networks we are building, I need my network coordinator to be able to throttle OTA packets to not completely overtake the network’s bandwidth...
Hi,
I want to create a mesh between my nRF53 DK and dongle. For my project, I created my own service to send accelerometer value to the client (mobile application). Now...
I am developing an application that sends an image with BLE to an android phone. It is remarkable similar to the Image transfer demo ( https://github.com/NordicPlayground...
Hi
I am updating from Softdevice 6.1.1 to 7.2.0 and have issues with nrf_sdh_ble_enable(..), My setup is:
NRF52840
SDK 17.0.2
SoftDevice 7.2.0
Running FreeRtos...