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 have a multilink NUS central that connects to several NUS Peripherals using SDK 16.0, S140 (NRF52840 REV1). Currently I'm testing with only one peripheral, sending...
We're using the nRF52840 in our product.
We require to perform continuous scanning, with little power usage as possible.
We've seen in the Nordic specs and verified with...
Hi,
I'm using NRF52840, and I've developed a feature which bonds with NRF toolbox application. The problem is that when I'm using secured BLE, I can't receive any messages...
Hi,
I have an issue with getting a GPS fix from time to time under the almost same conditions. When it did not get a fix I could see in the UART log that the nRF9160 was...
Our custom board has an nRF52832. In our custom build system the application HEX and SoftDevice HEX are merged together into a single HEX file, this is achieved by Nordic...
We are in the process of getting our product through SRRC certification in China. I am using the radio_test example from SDK 11.0 for this. All is working fine.
However...
I downloaded SDK v16.0 and in the examples, I can't seem to find the dual_bank_ant_s332 folder.
It is present in SDK v14.2.0 in this path
...\nRF5_SDK_14.2.0_17b948a\examples...
From what I can see so far, it appears that the application processor flash is at 0x00000000 - 0x00100000 and the network processor resides at 0x01000000 - 0x01040000 .
...
I am having trouble because TX / RX processing using UARTE cannot be performed.
nrf52840 DK <---------> PC
The operation of TX / RX can be confirmed with UART. (Interrupts...
Hi,
I have two questions:
1) After requesting PSM mode (assuming the MNO supports PSM mode for NB-IoT) and afterwards enabling GPS, does the GPS automatically detects...
Hi,
I am currently working on the development of a customized Tracker application. I was testing one use case where the Tracker definitely not being able to achieve a GPS...
Hello,
I'm using BT840XE module and ATT_MTU Throughput Example with S140. My goal is to measure maximum data transfer speed between module and different phones. Module acts...
Hi,
I'm using nrf52832 (SDK 15.3). And I have 24 chips on the same I2C bus. They all work fine right row. But if one of the chip is broken, the whole system will crash....
If a reliable mesh transfer is ongoing the node will crash with a mesh assert at access_reliable.c:373, in access_reliable_cancel_all().
This happens because access_clear...