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...
Hello
I have two questions. Your thoughtful response will be appreciated.
1) What's the impact on power consumption with 1 Mbps vs 500 kbps vs 125 kbps for the same amount...
Is there any way to leave the PPK 2 output enabled when I leave the Power Profiler app? If not, then can I submit this as a feature request?
Without this option I have to...
1、Does Nordic 5340 support 1443a protocol;
2、When the chip(5340) is not powered, does NFC function support passive swiping card
3、Can the reading distance of NFC be more...
Hello
I am using the APII described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/modem_key_mgmt.html
to add keys to the modem...
Why does the nRF9160 Tx power fall far short of the specification? Its seem to be a false claim that the nRF9160 is a 23 dBm device, and rather is a 20 dBm device. In other...
In the flash write example code the very start of main.c has the following lines
The comment says "Use last page in flash". However, what I am guessing from the code itself...
I am trying to use nrf_serial with IRQ. Tx operations just fine but, i can not get any interrupt when a data comes from uart. I am using sdk 14.2 and not using ble.
Hi,
I am using SDK 14.2 and made some changes with serial example in the SDK. It works just fine while debugging but outside of debugging does not work at all.
I have...
SoC: nrf51
SDK: 11.0.0
I want my BLE (slave) device to interact with only one master. Saving peer bonding, when first time connection is made and using it for validation...
Hello,
Curious if any NFC reader applications have been built with nRF9160?
We’ve just installed SDK v1.4.1. We noticed there’s a nfc_tag_reader here: /opt/nordic/ncs...
Hello, Nordic!
I'm developing with nrf52832, s132_nrf52_6.1.0_softdevice, sdk nRF5_SDK_15.2.0_9412b96
I had test power down chip, close APP while being DFU.
It would...
Hello,
are there any examples on how to store records to flash by FIFO principle? Flash Data Storage API supports that or should I look elsewhere to achieve this?
Hi Nordic
I have read some threads but can't find suitable answer for me to write data into flash.
I want to store our product data into flash, and I feel flash entry...
Hello, I have a problem I have been unable to solve for more than a week. I have searched as best I know how to no avail.
Windows 10, Segger Studio, Mbed studio, nRF Connect...